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-02-08avformat/internal: fix av_interleaved_write_frame typo referenceClément Bœsch
2015-02-08Fix standalone compilation of the mov muxer with --disable-optimizations.Carl Eugen Hoyos
2015-02-08avformat/mxfenc: Remove unused variablesMichael Niedermayer
2015-02-08libavformat/mxfenc.c: added mxf opatom muxerMark Reid
2015-02-07avformat/omadec: Subtract headersize in timestamp calculationMichael Niedermayer
2015-02-07avformat/omadec: only compute timestamps based on bitrate if its setMichael Niedermayer
2015-02-07Merge commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1'Michael Niedermayer
2015-02-07lavf/mlv: Only add streams that are supposed to contain frames.Carl Eugen Hoyos
2015-02-07oma: Report a timestampLuca Barbato
2015-02-06nutdec: Remove unused variablesTimothy Gu
2015-02-06img2dec: Remove dead codeTimothy Gu
2015-02-06avformat/rpl: check av_get_packet() for failurePaul B Mahol
2015-02-06avformat/thp: check av_get_packet() for failurePaul B Mahol
2015-02-06avformat/tta: only check for header and seek table crc if requestedJames Almer
2015-02-05Fix compilation with --disable-protocol=udpCarl Eugen Hoyos
2015-02-05avformat/thp: Check av_get_packet() for failure not only for partial outputMichael Niedermayer
2015-02-05lavf/avc: add buffer padding to extradata allocationLukasz Marek
2015-02-04avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behaviorMichael Niedermayer
2015-02-04avformat/siff: fix if_( stylePaul B Mahol
2015-02-04lavf/utils: fix if_( styleStefano Sabatini
2015-02-04avformat/mpc8: fix broken pointer mathwm4
2015-02-04avformat/mpc8: fix hang with fuzzed filewm4
2015-02-04Merge commit '898276c16b1683ac77723e97574a3bfdb29507fd'Michael Niedermayer
2015-02-04Merge commit 'ec524ed12aa1aeb37125203f1adf5aa10dfcb0de'Michael Niedermayer
2015-02-04avformat: fix mode of img2dec.c and utils.cMichael Niedermayer
2015-02-04Merge commit 'e3528d2a7bf29ba148d7ac1678552ce0089cd14f'Michael Niedermayer
2015-02-04Merge commit '27b99d929fe3440b4bba8e5d970c2802f274f328'Michael Niedermayer
2015-02-03Merge commit '75439bb31b3ab76f9a4d30c5de4ff9f407ec8128'Michael Niedermayer
2015-02-03avformat/img2dec: remove the non-negative number requirement for start_number...Liviu Oniciuc
2015-02-03r3d: Fix pos typeLuca Barbato
2015-02-03tta: Fix framepos and start_offset typesVittorio Giovara
2015-02-03isom: Decode Prores 4444 XQ with the existing Prores decoderCarl Eugen Hoyos
2015-02-03mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes
2015-02-03avformat/tta: fix crash with corrupted fileswm4
2015-02-03siff: Return more meaningful error valuesDiego Biurrun
2015-02-03siff: K&R formatting cosmeticsDiego Biurrun
2015-02-03avformat/mpegtsenc: Fix build with msvcMatt Oliver
2015-02-03avformat/mov: simplify pasp value before setting SARMichael Niedermayer
2015-02-03avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer
2015-02-03Revert "avformat/mpegtsenc: Change the service_type field to enum"Michael Niedermayer
2015-02-03avformat/mpegtsenc: Change the service_type field to enumMichael Niedermayer
2015-02-03libavformat/mpegtsenc: allow to set service_type in sdtdhead666
2015-02-01avformat/omadec: fix number suffixMichael Niedermayer
2015-02-01avformat/smacker: Fix number suffixMichael Niedermayer
2015-02-01avformat/matroskadec: Fix number suffixesMichael Niedermayer
2015-02-01avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer
2015-02-01avformat/oggenc: Simplify by using OFFSET and PARAMMichael Niedermayer
2015-02-01Merge commit 'f726fc21ef76a8ba3445448066f7b2a687fbca16'Michael Niedermayer
2015-02-01ogg: Provide an option to offset the serial numberLuca Barbato
2015-01-31avformat/cache: pass options to the underlying protocol via the url_open2Zhang Rui