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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-26avformat/isom: Use AVRN codec to handle AVDJMichael Niedermayer
2015-07-26avformat/hlsenc: Fix wording in commentMichael Niedermayer
2015-07-26avformat/hlsenc: Add WebVtt support in hlsAnshul Maheshwari
2015-07-26avformat/ipmovie: Fix late audio detectionMichael Niedermayer
2015-07-26avformat/ipmovie: Parse&handle late audio initMichael Niedermayer
2015-07-26avformat/ipmovie: Factor init_audio() outMichael Niedermayer
2015-07-25avformat/nutenc: Omit AV_PKT_DATA_QUALITY_STATS when storing side data.Michael Niedermayer
2015-07-25avformat/async: wake up main thread before exit background threadZhang Rui
2015-07-25avformat/async: move more code into locked area in background threadZhang Rui
2015-07-23Merge commit '7f388c0fabc51eca3106e7cc443393269435ab52'Michael Niedermayer
2015-07-23Merge commit 'aed7715b8fa295980c221f1cd095d42cd3bd74a6'Michael Niedermayer
2015-07-23Merge commit 'ee80f834cbb6dbacdc1efb4c658a7d775e82ebff'Michael Niedermayer
2015-07-23asfdec: remove the wrong conditionAlexandra Hájková
2015-07-23asfdec: increment nb_streams right after the stream allocationAlexandra Hájková
2015-07-23asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková
2015-07-22avformat/dump: Also print pict_type in dump_sidedata() for AV_PKT_DATA_QUALIT...Michael Niedermayer
2015-07-22Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer
2015-07-22Merge commit '2a187a074a7f5ad9f01f72ac9715ddfcb2dbb8ec'Michael Niedermayer
2015-07-22Merge commit '93f16f338f9e8aba0c006752eb3afc3fe6e137fd'Michael Niedermayer
2015-07-22Merge commit '5655236a67203d923755f285584c6e68abe7e33f'Michael Niedermayer
2015-07-22avformat/asfdec_f: Parse ECC byte according to specMichael Niedermayer
2015-07-22asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková
2015-07-22asfdec: close the demuxer properly when read_header is failingAlexandra Hájková
2015-07-22asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková
2015-07-22Cosmetics: Reindent after last commit.Carl Eugen Hoyos
2015-07-22lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.Carl Eugen Hoyos
2015-07-22avformat/asfdec_f: Improve packet resync heuristicMichael Niedermayer
2015-07-22avformat/asfdec_f: Do not print errors if packets do not start with ECCMichael Niedermayer
2015-07-22avformat/asfdec_f: Increase the amount of information provided in cases of er...Michael Niedermayer
2015-07-21avformat/async: rename async_interrupt_callback to async_check_interruptZhang Rui
2015-07-21avformat/async: fix interrupt_callback usage and return codeZhang Rui
2015-07-21avformat/async: Add missing elseMichael Niedermayer
2015-07-21fate: add test for async protocolZhang Rui
2015-07-21Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-20avformat/mp3dec: Rename sync() function to avoid build failure on androidMichael Niedermayer
2015-07-20avformat/avidec: Fix demuxing avi with broken indexMichael Niedermayer
2015-07-20lavf/rtpenc_jpeg: Warn if number of present quantization tables is not two.Carl Eugen Hoyos
2015-07-19avformat/mp3dec: remove unused variableJames Almer
2015-07-19Add support for Audible AAX (and AAX+) filesVesselin Bontchev
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