log

age author description
2009-06-16 stefano Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about libavformat
2009-06-15 diego The AAC demuxer now depends on id3v1.o. libavformat
2009-06-15 bcoudurier check atom size against edit_count to avoid very long loop libavformat
2009-06-15 bcoudurier fix probing and demuxing of pond.dv, issue #887 libavformat
2009-06-14 bcoudurier check if frame size matches old sys and assumes corrupted input, fixes #1192 libavformat
2009-06-13 jbr Add a VorbisComment metadata conversion table and use it in the FLAC and libavformat
2009-06-13 aurel matroskadec: prepend TargetType to metadata key name libavformat
2009-06-13 kostya Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read libavformat
2009-06-13 darkshikari Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2), libavformat
2009-06-13 pross Electronic Arts demuxer: support Madcow video tag libavformat
2009-06-13 conrad Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of libavformat
2009-06-13 darkshikari Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file. libavformat
2009-06-12 alexc Do not include libavcodec/internal.h in the ADTS muxer. libavformat
2009-06-12 darkshikari Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavformat
2009-06-12 jai_menon Associate the 0x6c75 TwoCC used in certain Kodak cameras libavformat
2009-06-12 diego DPX (Digital Picture Exchange) image decoder libavformat
2009-06-12 conrad Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 libavformat
2009-06-12 darkshikari Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. libavformat
2009-06-12 darkshikari Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file. libavformat
2009-06-11 diego cosmetics: Prettyprint one more line to have columns line up. libavformat
2009-06-11 diego cosmetics: Reformat to K&R and prettyprint newly created files. libavformat
2009-06-11 diego Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. libavformat
2009-06-11 bcoudurier Remove time_rate, we cannot compute exactly when fragments are libavformat
2009-06-11 bcoudurier if b frames are parsed, set codec->has_b_frames libavformat
2009-06-10 lu_zero Support seeking as defined by the rfc libavformat
2009-06-10 lu_zero Make sure buffer end remains constant within the loop libavformat
2009-06-09 rbultje Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: libavformat
2009-06-09 jai_menon Add additional dependencies for sdp and rtsp demuxers. libavformat
2009-06-06 jai_menon Cosmetics : Use dprintf instead of printf. libavformat
2009-06-06 jai_menon Cosmetics : Fix indentation after last commit. libavformat
2009-06-06 jai_menon Introduce http_get_line and modify http_connect to use http_get_line. libavformat
2009-06-06 stefano Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavformat
2009-06-05 conrad Ensure that the extradata buffer is padded appripriately in the ogg demuxer. libavformat
2009-06-04 kostya Move function for reading whole specified amount of data from RTSP libavformat
2009-06-03 alexc Add the .adts file extension to the ADTS muxer. libavformat
2009-06-03 bcoudurier broken stsd length might be < 16, fix elst-assert.mp4 libavformat
2009-06-03 bcoudurier Change find_tag return type to int64_t, fix a bug libavformat
2009-06-02 bcoudurier do not parse full header for private streams libavformat
2009-06-02 bcoudurier correctly handle maximum streams limit libavformat
2009-06-02 bcoudurier export data from private streams libavformat
2009-05-31 bcoudurier initialize pes state to skip libavformat
2009-05-31 bcoudurier fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformat
2009-05-31 bcoudurier print reg desc in a more friendly way libavformat
2009-05-31 bcoudurier give context to dprintf libavformat
2009-05-31 bcoudurier print registration descriptor in debug libavformat
2009-05-31 bcoudurier split audio chunks in mov demuxer libavformat
2009-05-31 bcoudurier 0x7a is E-AC3 descriptor libavformat
2009-05-31 bcoudurier fix compilation with DEBUG defined libavformat
2009-05-31 bcoudurier use dts codec probing libavformat
2009-05-31 bcoudurier set codec_tag to stream type, so user can deal with it libavformat
2009-05-31 bcoudurier set codec_tag to registration descriptor if present libavformat
2009-05-31 bcoudurier add streams even if they are not present in PMT, fix #1092 and #835 libavformat
2009-05-31 bcoudurier remove no longer needed fake dvbsub stream type libavformat
2009-05-31 bcoudurier reindent libavformat
2009-05-31 bcoudurier remove no longer needed init libavformat
2009-05-31 bcoudurier factorize libavformat
2009-05-31 bcoudurier simplify and merge libavformat
2009-05-31 bcoudurier move new_pes_av_stream to avoid forward declaration libavformat
2009-05-31 bcoudurier remove defines libavformat
2009-05-31 bcoudurier rework stream type and codec identification libavformat