log

age author description
2008-05-15 aurel matroskadec: add support for bzlib compressed tracks libavformat
2008-05-15 bcoudurier try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformat
2008-05-15 bcoudurier do not fail if correct is not recognized libavformat
2008-05-15 bcoudurier cosmetics, remove space before opening parenthesis libavformat
2008-05-13 aurel add missing \n in av_log message libavformat
2008-05-13 aurel matroskadec: add support for zlib compressed tracks libavformat
2008-05-13 mmu_man Fix non-debug build. libavformat
2008-05-13 cehoyos Fix icc warning #188: enumerated type mixed with another type libavformat
2008-05-13 cehoyos Add MATROSKA_TRACK_TYPE_NONE. libavformat
2008-05-12 cehoyos Replace some occurrences of 0 with CODEC_ID_NONE. libavformat
2008-05-12 benoit Use strcasecmp() instead of re-inventing it. libavformat
2008-05-11 cehoyos Fix type of dest_addr_len to respect return value of udp_set_url. libavformat
2008-05-09 diego Use full path for #includes from another directory. libavformat
2008-05-09 superdump IFF stereo support libavformat
2008-05-09 diego string.h is a system header file, so use <> for it. libavformat
2008-05-09 aurel use enum type instead of int libavformat
2008-05-09 aurel cosmetics: indentation libavformat
2008-05-09 aurel matroskadec: add support for lzo compressed tracks libavformat
2008-05-08 aurel matroskadec: fail gracefully when seeking don't work libavformat
2008-05-08 aurel matroskadec: add support for track content encoding libavformat
2008-05-06 diego Remove unnecessary parentheses from return calls. libavformat
2008-05-05 michael Check url_seek() in url_open(). libavformat
2008-05-04 diego Use correct length modifier for pointer diff argument in av_log() call. libavformat
2008-05-04 diego Fix 'comparison always false' warning. libavformat
2008-05-03 banan dts probe libavformat
2008-05-02 bwolowiec Nellymoser handling in FLV libavformat
2008-05-02 lu_zero Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformat
2008-05-01 jbr fix encoding of flac private data libavformat
2008-04-29 michael Support invalid mpeg created by vdr libavformat
2008-04-28 michael raw GSM demuxer (does not work yet as parser is missing) libavformat
2008-04-28 bcoudurier set demuxers .value and use common audio_read_header function libavformat
2008-04-26 bcoudurier set pkt duration, only when dts == pts though, libavformat
2008-04-26 kostya Missing tags in APE is normal situation, so don't print an error. libavformat
2008-04-25 bcoudurier yes it is true for mp4 libavformat
2008-04-25 bcoudurier remove unneeded variable libavformat
2008-04-25 bcoudurier move vars decls where vars are used libavformat
2008-04-25 bcoudurier set channels and sample rate from mpeg4audio config libavformat
2008-04-25 bcoudurier parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformat
2008-04-25 bcoudurier update doc libavformat
2008-04-25 bcoudurier error is -1 libavformat
2008-04-25 bcoudurier cosmetics libavformat
2008-04-25 bcoudurier move vars decls where vars are used libavformat
2008-04-25 bcoudurier parser should not be needed anymore, merge cases and set frame size for amr too libavformat
2008-04-25 bcoudurier lower frame size to split amr/qcelp/gsm frames libavformat
2008-04-25 bcoudurier align and remove useless braces libavformat
2008-04-25 bcoudurier cosmetics, remove whitespaces in tags libavformat
2008-04-25 bcoudurier set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformat
2008-04-25 bcoudurier pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformat
2008-04-25 bcoudurier set wrap bits to 32bit to actually use it libavformat
2008-04-24 michael Avoid using reserved __names. libavformat
2008-04-24 michael minor memleak libavformat
2008-04-24 michael Fixing memleaks. libavformat
2008-04-24 bcoudurier cosmetics: remove useless whitespaces and put braces correctly libavformat
2008-04-24 bcoudurier demux qcelp, so this can work with soc decoder and stream copy libavformat
2008-04-24 bcoudurier qcelp fourcc libavformat
2008-04-24 bcoudurier support for alac in .mov libavformat
2008-04-24 bcoudurier set alac frame size from extradata libavformat
2008-04-24 diego Do not ignore .depend files, they are no longer generated. libavformat
2008-04-23 michael Ensure that the timestamp reading code used for seeking chooses a position libavformat
2008-04-22 superdump Read asf file header fields in the right order libavformat
2008-04-22 bwolowiec change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformat
2008-04-21 andoma Compute AC3 frame CRC for stronger raw AC3 format probing. libavformat
2008-04-21 benoit Correct ASF duration. libavformat
2008-04-20 banan Raw dts muxer libavformat
2008-04-19 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavformat
2008-04-19 voroshil Decrease returning probe score for WAV demuxer to avoid libavformat
2008-04-18 melanson Tighten up the Westwood AUD detection. Probability of random detections libavformat
2008-04-16 lu_zero doxy header for udp protocol libavformat
2008-04-16 diego Print duration with higher precision. libavformat
2008-04-15 lu_zero Cleanup comments and make them doxygen parsable. libavformat
2008-04-15 lu_zero Expose max_packet_size from the rtp protocol libavformat
2008-04-15 michael Do not detect a format if another has the same score. libavformat
2008-04-15 michael Using the same probe function in 2 formats is not a good idea. libavformat
2008-04-15 michael Reduce probe score as it misdetects our flv file from the regression test. libavformat
2008-04-15 michael Fix probe for mov00003.mqv. libavformat
2008-04-15 michael Identify codec in GMCMidiaASX.mov correctly. libavformat
2008-04-15 lucabe Fix receiving from SDP with unicast destinations libavformat
2008-04-15 lucabe Remove the "multicast=" tag from UDP and RTP URLs libavformat
2008-04-14 benoit Maxis XA demuxer and decoder. libavformat
2008-04-14 michael Remove useless code. libavformat
2008-04-14 michael Recommit r12809 libavformat
2008-04-14 michael Use generic seeking code for flv. The removed code was a buggy duplicate. libavformat
2008-04-14 michael revert r12809 libavformat
2008-04-13 michael Stop find_stream_info() searching for further streams if 2 streams have libavformat
2008-04-13 michael 10l libavformat
2008-04-13 vitor BFI demuxer libavformat
2008-04-13 michael Print warning if scale/rate is invalid. libavformat
2008-04-13 michael indent libavformat
2008-04-13 michael Restructure if/else a little. libavformat
2008-04-13 reimar Do not call update_initial_durations if pkt->duration is 0. libavformat
2008-04-12 diego Ignore dependency files. libavformat
2008-04-09 michael Fix seeking in rm. libavformat
2008-04-07 mru non-recursive makefiles libavformat
2008-04-05 bcoudurier remove cast libavformat
2008-04-05 bcoudurier better error message libavformat
2008-04-04 bcoudurier special mpeg2 handling is no more needed libavformat
2008-04-03 lu_zero use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformat
2008-04-02 aurel use common aac sample rate tables libavformat
2008-04-02 diego Remove unused variable. libavformat
2008-03-31 aurel check return value of matroska_find_track_by_num (fix a segfault) libavformat
2008-03-31 diego minor typo fixes libavformat
2008-03-31 superdump ARMovie/RPL demuxer libavformat
2008-03-31 lucabe Add a comment about missing entries libavformat
2008-03-31 lucabe Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformat
2008-03-31 lucabe Remove useless entries from AVRtpPayloadTypes libavformat
2008-03-31 lucabe Support mp3 audio in the RTP muxer libavformat
2008-03-30 bcoudurier prevent writing empty stss atom libavformat
2008-03-30 bcoudurier support mp4 fragmented files without any samples in the moov atom libavformat
2008-03-30 bcoudurier check frag track id before setting st libavformat
2008-03-30 vitor IFF demuxer libavformat
2008-03-30 jbr fix Ogg/FLAC header size libavformat
2008-03-28 bcoudurier gsm in mov, demux surge-1-16-B-agsm.mov libavformat
2008-03-28 diego cosmetics: alphabetical order libavformat
2008-03-28 michael indent libavformat
2008-03-28 michael 1000l to myself, dereferencing uninitalized pointer. libavformat
2008-03-27 michael Support wb00+dc00 chunk mix. libavformat
2008-03-27 bcoudurier print essence path in error message libavformat
2008-03-27 bcoudurier cosmetics, useless braces libavformat
2008-03-27 bcoudurier print stream index in error message libavformat
2008-03-27 bcoudurier according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformat
2008-03-27 bcoudurier Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformat
2008-03-27 michael Fix aspect ratio. libavformat
2008-03-22 michael 1st attempt at correcting the punktuation. libavformat
2008-03-22 diego typo: occured --> occurred libavformat
2008-03-21 michael Document get_*_buffer() libavformat
2008-03-21 bcoudurier sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformat
2008-03-21 faust3 rl2 demuxer libavformat
2008-03-21 bcoudurier yet again another hdv fourcc libavformat