summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix and simplify long gop mpeg codec ul computationBaptiste Coudurier2009-07-04
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-04
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-04
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-04
* Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger2009-07-03
* Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger2009-07-03
* Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger2009-07-03
* Fix indentationReimar Döffinger2009-07-03
* Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger2009-07-03
* If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer2009-07-02
* Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer2009-07-01
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-01
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-30
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-30
* Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse2009-06-29
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
* indentMichael Niedermayer2009-06-29
* id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer2009-06-29
* Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini2009-06-28
* Use consistently the third person in doxy, as recommended by theStefano Sabatini2009-06-28
* 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