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-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat/gif: use first packet palette as global for PAL8Clément Bœsch
2015-02-14avformat/gif: simplify gif_image_write_header() prototypeClément Bœsch
2015-02-14avformat/rtpdec_ac3: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix
2015-02-14avformat/rtpdec_mpeg12: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-14avformat/matroskaenc: Do not use native mode for raw RGBMichael Niedermayer
2015-02-14avformat/matroskaenc: fix handling of VFW style raw rgbMichael Niedermayer
2015-02-14avformat/mov: print a warning if parsing udta failedMichael Niedermayer
2015-02-13avformat/mov: Heuristically detect raw udtaMichael Niedermayer
2015-02-13avformat/rtsp: parse lang attribute in SDPGilles Chanteperdrix
2015-02-13avformat/rtpdec: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix
2015-02-13avformat/rtsp: allow receiving subtitles via RTPGilles Chanteperdrix
2015-02-13avformat/mpegtsenc: Do not create invalid files from annex b streams without ...Michael Niedermayer
2015-02-12rtpdec_hevc: correct parsing of aggregated packetsThomas Volkert
2015-02-12avformat/matroskadec: fix IGNIDX handlingwm4
2015-02-12matroska: redo seekhead handlingwm4
2015-02-11avformat/isom: add X-Com Radvision fourccPaul B Mahol
2015-02-11Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer
2015-02-11Merge commit '1509c018bd5b054a2354e20021ccbac9c934d213'Michael Niedermayer
2015-02-11Merge commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c'Michael Niedermayer
2015-02-10lavf: move internal fields from public to internal contextwm4
2015-02-10mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov
2015-02-10libavformat: DNxHD in .mov, switch unspecified color_range to mpegKevin Wheatley
2015-02-09matroska: don't complain about unknown elementswm4
2015-02-09avformat/utils: Fix division by 0Michael Niedermayer
2015-02-09avformat/mov: Check dimensions before setting aspectMichael Niedermayer
2015-02-08lavf: remove unused codewm4
2015-02-08Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
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