Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-19avformat/mp3dec: split position sync code outMichael Niedermayer
2015-07-19Merge commit 'e61f39849c2e2b7f492c17b42058242ed2fa4d57'Michael Niedermayer
2015-07-19Merge commit '2883ef34b59c9b427c4cfad4620c3235e5778406'Michael Niedermayer
2015-07-19Merge commit '0989d3ad1fbd7509815208b0a5792918492d2a68'Michael Niedermayer
2015-07-19Merge commit '406627287e015ce381795e85e2557b12bf60ca35'Michael Niedermayer
2015-07-19asfdec: make nb_sub to be unsigned intAlexandra Hájková
2015-07-19asfdec: read the replicated data in a separate functionAlexandra Hájková
2015-07-19asfdec: convert condition for the replicated data reading to be saferAlexandra Hájková
2015-07-19asfdec: do not read replicated data when their length is 0Alexandra Hájková
2015-07-19avformat/mpegtsenc: Add sdt_period, similar to pat_periodMichael Niedermayer
2015-07-18avformat/mpegtsenc: Support a user specified PAT/PMT periodMichael Niedermayer
2015-07-18avformat/mpegtsenc: support storing PAT/PMT per frameMichael Niedermayer
2015-07-18avformat/movenc: Drop redundant bit exact field from contextMichael Niedermayer
2015-07-18avformat: increase first_frames threshold for mp3,ac3Ganesh Ajjanagadde
2015-07-18avformat/async: support filling with a background thread.Zhang Rui
2015-07-17Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara
2015-07-17avformat: bump micro version after adding concatdec featuresMarton Balint
2015-07-17concatdec: add support for injecting packet metadataMarton Balint
2015-07-17concatdec: add support for specifying outpoint of filesMarton Balint
2015-07-17concatdec: store eof condition in contextMarton Balint
2015-07-17concatdec: add support for specifying inpoint of filesMarton Balint
2015-07-16mxfdec: calculate the index in display orderMarton Balint
2015-07-15mpegts: Mark the muxer as supporting variable fpsLuca Barbato
2015-07-16avformat/utils: Fix regression with H264 stream probingMichael Niedermayer
2015-07-16avformat/utils: Print stream number in max_analyze_duration exit pathMichael Niedermayer
2015-07-16lavf/rtpenc_jpeg: Fix sending multiple quantization tables.Carl Eugen Hoyos
2015-07-15apng: Fix wrong default final frame delay in muxerDonny Yang
2015-07-15Merge commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e'Michael Niedermayer
2015-07-15avformat/mov: Implement a same origin policy for references instead of only a...Michael Niedermayer
2015-07-15avformat/utils: inform the user if the protocol cannot be determinedMichael Niedermayer
2015-07-15avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index...Michael Niedermayer
2015-07-15avformat/mov: Fix opening relative referencesMichael Niedermayer
2015-07-14avformat: don't crash API users when demuxing mp4wm4
2015-07-14avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer
2015-07-14Merge commit 'c571424c7f6276a6374e1784ce2a33d4b6a4292d'Michael Niedermayer
2015-07-13avformat/oggdec: Check buf before copying data in to itMichael Niedermayer
2015-07-13mp3: Forward seeking errorsLuca Barbato
2015-07-13asfdec: prevent memory leaks found with Coverity ScanAlexandra Hájková
2015-07-13avformat/utils: Skip ff_configure_buffers_for_index() for local filesMichael Niedermayer
2015-07-13avformat/mov: Use ff_configure_buffers_for_index()Michael Niedermayer
2015-07-13avformat: Add ff_configure_buffers_for_index()Michael Niedermayer
2015-07-12avformat/isom: utilize bitrate hintsGanesh Ajjanagadde
2015-07-12Merge commit '796268654c7807c9a1cfb322c838383e2b900d60'Michael Niedermayer
2015-07-12avformat/riffde: Fix integer overflow in bitrateMichael Niedermayer
2015-07-12Merge commit 'f1bdc234370401c032cd85184e93c7c155eb6d62'Michael Niedermayer
2015-07-12riffdec: prevent negative bit rateAndreas Cadhalpun
2015-07-12Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d'Michael Niedermayer
2015-07-12Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer
2015-07-12ivfenc: write duration at end-of-stream.Ronald S. Bultje
2015-07-12asfdec: always reset packet state after seekingHendrik Leppkes