summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Fix id3v2.2 frame size parsing.Michael Niedermayer2009-06-25
* Fix id3v2.3/4 tag size parsing.Michael Niedermayer2009-06-25
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-25
* Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier2009-06-25
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-25
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-25
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-24
* flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles2009-06-24
* Reindent after last patch.Reimar Döffinger2009-06-24
* mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger2009-06-24
* mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger2009-06-24
* mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger2009-06-24
* In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger2009-06-24
* check stream existence before assignment, fix #1222Baptiste Coudurier2009-06-24
* Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).Peter Holik2009-06-23
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje2009-06-22
* oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles2009-06-21
* oggenc: return error value from ogg_build_flac_headers()Justin Ruggles2009-06-21
* cosmetics: spacing and commentsJustin Ruggles2009-06-21
* oggenc: check for failed av_mallocz()Justin Ruggles2009-06-21
* Revert unintended hunk of r19241.Carl Eugen Hoyos2009-06-20
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-20
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-20
* Print meaningful error messages when url_fopen fails.Jai Menon2009-06-20
* add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...Wolfram Gloger2009-06-20
* fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...Brian Brice2009-06-19
* Add support for id3 tag parsing for ADTS AAC streamsPatrick Dehne2009-06-19
* Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne2009-06-19
* Add support for muxing XSUB subtitles to AVI muxer.Reimar Döffinger2009-06-19
* Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI f...Jason Garrett-Glaser2009-06-18
* Print why av_find_stream_info() failed, this is a rather common questionMichael Niedermayer2009-06-18
* Set restrictions on packet_size, as per ISO-11172 / H-222 specificationsRonald S. Bultje2009-06-17
* Remove a test on an always false condition.Benoit Fouet2009-06-17
* Add '.mp1' for MP1 audio in MOV/CAF.Alexander Strange2009-06-17
* Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-16
* Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) aboutArt Clarke2009-06-16
* The AAC demuxer now depends on id3v1.o.Patrick Dehne2009-06-15
* check atom size against edit_count to avoid very long loopBaptiste Coudurier2009-06-15
* fix probing and demuxing of pond.dv, issue #887Baptiste Coudurier2009-06-15
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-14
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-13
* Allocate a bit more memory for MPC SV8 seek table, so bitreader won't readKostya Shishkov2009-06-13
* Analysis of logs show that there are in fact some files with m1v1 too (not ju...Jason Garrett-Glaser2009-06-13
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-13
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-13
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble...Jason Garrett-Glaser2009-06-13
* Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse2009-06-12
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12