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
2012-11-30Gif demuxerVitaliy E Sugrobov
2012-11-30Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'Michael Niedermayer
2012-11-30iff: fix some incorrect interpretations of invalid filesPaul B Mahol
2012-11-30iff: MAUD supportPaul B Mahol
2012-11-30Correctly skip strf tag for subtitles when decoding avi.Carl Eugen Hoyos
2012-11-30id3v2: check index against buffer size. Fix out of array accessMichael Niedermayer
2012-11-29BRSTM demuxerPaul B Mahol
2012-11-29img2: K&R formatting cosmeticsDiego Biurrun
2012-11-29Merge commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd'Michael Niedermayer
2012-11-29Merge commit 'c74f81786d434dfaf9b3dff06aa96bfd23d0127b'Michael Niedermayer
2012-11-29Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer
2012-11-29Vivo demuxerDaniel Verkamp
2012-11-28rtpenc_chain: Remove unused variableDiego Biurrun
2012-11-28nuv: cosmetics: pretty-printingJustin Ruggles
2012-11-28lavf: move nuv fourcc audio tags from riff to nuvJustin Ruggles
2012-11-28nuv: check for malloc failure when allocating extradataJustin Ruggles
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-28nuv: use the stream indices generated by avformat_new_stream()Justin Ruggles
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-11-28lavf: move "MP3 " fourcc from riff to nutJustin Ruggles
2012-11-28iff demuxer: 16SV supportPaul B Mahol
2012-11-28avrdec: implement seekingPaul B Mahol
2012-11-28avrdec: sample rate takes 3 bytes not 4Paul B Mahol
2012-11-28avrdec: fix typo in .long_namePaul B Mahol
2012-11-28nut: put nut PCM audio tags in front of avi tags.Michael Niedermayer
2012-11-27Merge commit '6e5cdf26281945ddea3aaf5eca4d127791f23ca8'Michael Niedermayer
2012-11-27Merge commit '3c370f5abc55739a261534b9f9bdc739cedbbbb9'Michael Niedermayer
2012-11-27file: fix 10l error in access() checkMichael Niedermayer
2012-11-27AFC demuxerPaul B Mahol
2012-11-27astdec: improve probingPaul B Mahol
2012-11-27cafdec: fix seeking with adpcmMichael Niedermayer
2012-11-27file: Fallback to stat() based file_check() when access() or its named flags ...Michael Niedermayer
2012-11-27file: fix file_check()Michael Niedermayer
2012-11-27wavenc: write fact chunk sample count at the correct file positionMichael Niedermayer
2012-11-27riff: only warn on a bad INFO chunk code size instead of failingJustin Ruggles
2012-11-27riff: do not add empty metadata tags in INFO chunkJustin Ruggles
2012-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-26iff demuxer: don't bother checking bitmap compression type; iff decoder does ...Peter Ross
2012-11-26lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau
2012-11-26Merge commit '28c8e288fa0342fdef532a7522a4707bebf831cc'Michael Niedermayer
2012-11-25yop: fix typoPaul B Mahol
2012-11-25riff: Make ff_riff_tags static and move under appropriate #ifdefDiego Biurrun
2012-11-25mov: set flags to indicate that byte wise seeking is not supported.Michael Niedermayer
2012-11-25lavf/sbgdec: use proper constants for av_log().Nicolas George
2012-11-25Support u8 in aiff.Carl Eugen Hoyos
2012-11-24c93: signal EOFPiotr Bandurski
2012-11-24mmf: simplify code by using FFMINPaul B Mahol
2012-11-24mmf: signal EOFPaul B Mahol
2012-11-24omadec: remove stale commentPaul B Mahol