aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/async: support filling with a background thread.Zhang Rui2015-07-183-0/+389
* avformat: bump micro version after adding concatdec featuresMarton Balint2015-07-171-1/+1
* concatdec: add support for injecting packet metadataMarton Balint2015-07-171-0/+28
* concatdec: add support for specifying outpoint of filesMarton Balint2015-07-171-4/+25
* concatdec: store eof condition in contextMarton Balint2015-07-171-1/+8
* concatdec: add support for specifying inpoint of filesMarton Balint2015-07-171-13/+26
* mxfdec: calculate the index in display orderMarton Balint2015-07-161-3/+20
* avformat/utils: Fix regression with H264 stream probingMichael Niedermayer2015-07-161-1/+9
* avformat/utils: Print stream number in max_analyze_duration exit pathMichael Niedermayer2015-07-161-2/+2
* lavf/rtpenc_jpeg: Fix sending multiple quantization tables.Carl Eugen Hoyos2015-07-161-5/+12
* apng: Fix wrong default final frame delay in muxerDonny Yang2015-07-151-1/+1
* Merge commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e'Michael Niedermayer2015-07-151-1/+1
|\
| * mpegts: Mark the muxer as supporting variable fpsLuca Barbato2015-07-151-1/+1
| * mp3: Forward seeking errorsLuca Barbato2015-07-131-1/+3
* | avformat/mov: Implement a same origin policy for references instead of only a...Michael Niedermayer2015-07-151-2/+42
* | avformat/utils: inform the user if the protocol cannot be determinedMichael Niedermayer2015-07-151-0/+7
* | avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index...Michael Niedermayer2015-07-151-0/+6
* | avformat/mov: Fix opening relative referencesMichael Niedermayer2015-07-151-2/+5
* | avformat: don't crash API users when demuxing mp4wm42015-07-141-1/+1
* | avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer2015-07-141-0/+3
* | Merge commit 'c571424c7f6276a6374e1784ce2a33d4b6a4292d'Michael Niedermayer2015-07-141-4/+8
|\|
| * asfdec: prevent memory leaks found with Coverity ScanAlexandra Hájková2015-07-131-4/+8
* | avformat/oggdec: Check buf before copying data in to itMichael Niedermayer2015-07-131-2/+10
* | avformat/utils: Skip ff_configure_buffers_for_index() for local filesMichael Niedermayer2015-07-131-0/+5
* | avformat/mov: Use ff_configure_buffers_for_index()Michael Niedermayer2015-07-131-0/+1
* | avformat: Add ff_configure_buffers_for_index()Michael Niedermayer2015-07-132-0/+41
* | avformat/isom: utilize bitrate hintsGanesh Ajjanagadde2015-07-121-2/+7
* | Merge commit '796268654c7807c9a1cfb322c838383e2b900d60'Michael Niedermayer2015-07-121-4/+2
|\|
| * asfdec: always reset packet state after seekingHendrik Leppkes2015-07-121-4/+2
* | avformat/riffde: Fix integer overflow in bitrateMichael Niedermayer2015-07-121-2/+2
* | Merge commit 'f1bdc234370401c032cd85184e93c7c155eb6d62'Michael Niedermayer2015-07-121-10/+20
|\|
| * riff: Validate bitrateAndreas Cadhalpun2015-07-111-1/+19
* | riffdec: prevent negative bit rateAndreas Cadhalpun2015-07-121-0/+8
* | Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d'Michael Niedermayer2015-07-121-9/+13
|\|
| * mp3: Make the seek more robustLuca Barbato2015-07-111-11/+65
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-1213-15/+16
|\|
| * riff: Use the correct logging contextLuca Barbato2015-07-1110-12/+13
* | ivfenc: write duration at end-of-stream.Ronald S. Bultje2015-07-121-1/+29
* | avformat/brstm: Remove unused variableMichael Niedermayer2015-07-121-2/+2
* | avformat/yuv4mpegdec: Use 64bit for file offsetMichael Niedermayer2015-07-121-1/+2
* | avformat/yuv4mpegdec: remove unused variablePaul B Mahol2015-07-111-1/+0
* | avformat/yuv4mpegdec: Remove unused variablesMichael Niedermayer2015-07-111-4/+1
* | yuv4mpeg: add rough duration estimate and seeking.Ronald S. Bultje2015-07-112-7/+20
* | Merge commit '872fab4a3df48e7e6484333ee2228c684e319634'Michael Niedermayer2015-07-101-1/+2
|\|
| * asfdec: Fix reading from the pipeAlexandra Hájková2015-07-101-1/+2
* | lavf/rtpenc_jpeg: Error out for non-standard Huffman tables.Carl Eugen Hoyos2015-07-091-0/+20
* | lavf/rtpenc_jpeg: Do not check the table number when checking precision.Carl Eugen Hoyos2015-07-091-1/+1
* | Cosmetics: Reindent after last commit.Carl Eugen Hoyos2015-07-091-5/+5
* | lavf/matroskaenc: Do not needlessly allocate memory for cuepoints.Carl Eugen Hoyos2015-07-091-1/+3
* | Merge commit '0e7c0ec344f542e68e3cc9680e8d41dffeffdb4e'Michael Niedermayer2015-07-091-1/+1
|\|