summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix pts handling in ffmBaptiste Coudurier2008-06-07
* Reset reading state after successful seek.Baptiste Coudurier2008-06-07
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-06
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-06
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
* Remove useless img_read_close().Ramiro Polla2008-06-06
* Remove unneeded NULL at end of struct.Ramiro Polla2008-06-06
* Merge declaration and initialization.Ramiro Polla2008-06-06
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-05
* matroskadec: remove some useless codeAurelien Jacobs2008-06-04
* cosmetics: indentationAurelien Jacobs2008-06-04
* matroskadec: don't remove dummy level when none was addedAurelien Jacobs2008-06-04
* 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