summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Ensure the first audio stream is selected as the default streamAurelien Jacobs2008-06-03
* adjust comment to realityAurelien Jacobs2008-06-03
* matroskadec: sane default value for track->time_scaleAurelien Jacobs2008-06-03
* add pretty common .m2t as ts extensionBaptiste Coudurier2008-06-03
* fix continuity counter to start at 0Baptiste Coudurier2008-06-03
* Make update_initial_durations() also work if a dts occured before aMichael Niedermayer2008-06-03
* Do not set pts in update_initial_durations() if stream has b frames.Michael Niedermayer2008-06-03
* matroskadec: fix potential mem leakAurelien Jacobs2008-06-02
* matroskadec: avoid potential mem leakAurelien Jacobs2008-06-02
* reorganize matroska_add_stream() to fix potential mem leak and buffer overflowAurelien Jacobs2008-06-02
* matroskadec: move ARRAY_SIZE() macro at top of the fileAurelien Jacobs2008-06-02
* Audio channels and sample rate must be set in order to skipAndreas Öman2008-06-02
* rename last_frame_offset to next_frame_offset, due to r13615Baptiste Coudurier2008-06-02
* Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris2008-06-01
* matroskadec: use the proper timestamp scaling for index entriesAurelien Jacobs2008-06-01
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-01
* matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2008-06-01
* flvenc.o depends on avc.o (for H.264 support functions).Peter Ross2008-05-31
* raw mlp demuxerRamiro Polla2008-05-30
* Detect "tif" suffix as TIFF.Quoc Cuong Pham2008-05-30
* Check av_new_stream return value, fixes CID75 RUN2Reimar Döffinger2008-05-29
* ENOMEM is better, yes ...Michael Niedermayer2008-05-29
* Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger2008-05-29
* Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger2008-05-29
* Remove unnecessary header #includes.Erik Hovland2008-05-29
* Check return of url_fseek in mpeg timestamp reading code.Joakim Plate2008-05-29
* warn if pts is not set, prevent writing negative/weird cts, happens when usin...Baptiste Coudurier2008-05-29
* reindentBaptiste Coudurier2008-05-29
* this should be valid for audio tooBaptiste Coudurier2008-05-29
* check if extradata comes from mp4 and assume bitsteam is already formated, sh...Baptiste Coudurier2008-05-29
* memleak / CID124 RUN2Michael Niedermayer2008-05-28
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-28
* Dead code removal, fixes CID59 RUN2.Michael Niedermayer2008-05-28
* Removing dead code, fixes CID4 RUN2.Michael Niedermayer2008-05-28
* remove != 0Michael Niedermayer2008-05-28
* Do a little more checking.Michael Niedermayer2008-05-28
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-28
* Null pointer check / CID26.Michael Niedermayer2008-05-28
* uselessMichael Niedermayer2008-05-28
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
* use internal video frame numberBaptiste Coudurier2008-05-27
* cosmeticsBaptiste Coudurier2008-05-27
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
* redundant check--Michael Niedermayer2008-05-27
* Fix memleak, fixed CID123.Michael Niedermayer2008-05-27
* Do not use the pts/dts calculation code which needs a parser, when no parserMichael Niedermayer2008-05-27
* use AVFifoBufferBaptiste Coudurier2008-05-27