log

age author description
2009-06-29 michael id3v2.4.0 uses syncsafe integers for sizes of frames. libavformat
2009-06-28 stefano Remove inconsistent use of a @brief command in av_write_trailer() libavformat
2009-06-28 stefano Use consistently the third person in doxy, as recommended by the libavformat
2009-06-25 michael Fix id3v2.2 frame size parsing. libavformat
2009-06-25 michael Fix id3v2.3/4 tag size parsing. libavformat
2009-06-25 bcoudurier use AVFormatContext->probesize in av_find_stream_info and raise default to 5M libavformat
2009-06-25 bcoudurier Only set CODEC_ID_PROBE when a packet from a stream having a PES header libavformat
2009-06-25 bcoudurier limit raw packet buffer size used for codec probing libavformat
2009-06-25 bcoudurier only set par if it does not indicates a rotation, ex iphone 3GS libavformat
2009-06-24 rbultje Remove any reference to ASFContext.packet_size and replace it with libavformat
2009-06-24 jbr flvdec: Build a Speex header during FLV demuxing using required and libavformat
2009-06-24 reimar Reindent after last patch. libavformat
2009-06-24 reimar mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set. libavformat
2009-06-24 reimar mov_read_packet: extract code that searches for the stream/sample to demux next libavformat
2009-06-24 reimar mov_read_packet: if dv_get_packet fails, return exactly its error value libavformat
2009-06-24 reimar In mov_read_packet remember the AVStream we want to demux next instead of the libavformat
2009-06-24 bcoudurier check stream existence before assignment, fix #1222 libavformat
2009-06-23 rbultje Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). libavformat
2009-06-22 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
2009-06-22 rbultje Change packet_size from signed to unsigned, since it never has a negative libavformat
2009-06-21 jbr oggenc: Change error log text. An error here does not necessarily mean libavformat
2009-06-21 jbr oggenc: return error value from ogg_build_flac_headers() libavformat
2009-06-21 jbr cosmetics: spacing and comments libavformat
2009-06-21 jbr oggenc: check for failed av_mallocz() libavformat
2009-06-20 cehoyos Revert unintended hunk of r19241. libavformat
2009-06-20 cehoyos Revert r19239: It broke four conformance tests. libavformat
2009-06-20 cehoyos Fix onMetaData property count in flv files (issue 1206). libavformat
2009-06-20 jai_menon Print meaningful error messages when url_fopen fails. libavformat
2009-06-20 bcoudurier add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de libavformat
2009-06-19 bcoudurier fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com libavformat
2009-06-19 superdump Add support for id3 tag parsing for ADTS AAC streams libavformat
2009-06-19 diego Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. libavformat
2009-06-19 reimar Add support for muxing XSUB subtitles to AVI muxer. libavformat
2009-06-18 darkshikari Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file. libavformat
2009-06-18 michael Print why av_find_stream_info() failed, this is a rather common question libavformat
2009-06-17 rbultje Set restrictions on packet_size, as per ISO-11172 / H-222 specifications libavformat
2009-06-17 benoit Remove a test on an always false condition. libavformat
2009-06-17 astrange Add '.mp1' for MP1 audio in MOV/CAF. libavformat
2009-06-16 darkshikari Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. libavformat
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