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-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23v410dec: Implement explode mode supportDerek Buitenhuis
2012-07-23zerocodec: fix direct rendering.Reimar Döffinger
2012-07-23wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bitHendrik Leppkes
2012-07-23h264: refactor NAL decode loopRonald S. Bultje
2012-07-23iff: set ham palette alpha to 0xFFPeter Ross
2012-07-23libschroedingerenc: remove assert related to the old API.Michael Niedermayer
2012-07-23libvorbisenc: switch to av_assertMichael Niedermayer
2012-07-23libschroedingerenc: switch to av_assertMichael Niedermayer
2012-07-23g723.1dec: Make postfilter user switchableMichael Niedermayer
2012-07-23g723.1: various cosmetics and changes that should have no user vissible effect.Michael Niedermayer
2012-07-23dsputil: ppc: cosmetics: pretty-printJustin Ruggles
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
2012-07-22Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer
2012-07-22atrac3: switch to av_assertMichael Niedermayer
2012-07-22kbdwin: switch to av_assertMichael Niedermayer
2012-07-22libopenjpeg: K&R formatting cosmeticsLuca Barbato
2012-07-22tscc: employ more meaningful return valuesPaul B Mahol
2012-07-22pthread: mark lockless thread synchronization variables as volatileMichael Niedermayer
2012-07-22ac3: don't use different names for option tables in the template file.Ronald S. Bultje
2012-07-22adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje
2012-07-21zerocodec: fix direct rendering.Reimar Döffinger
2012-07-21libopenjpegdec: set cp_reduce value only oncePaul B Mahol
2012-07-21alacdec: fix packed sample output with 5.1Michael Niedermayer
2012-07-21ac3dec: set decode_error_flags field in ac3 codecMarton Balint
2012-07-21avcodec: add decode_error_flags field to AVFrameMarton Balint
2012-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20tiertexseq: remove redundant string from log messagePaul B Mahol
2012-07-20exr: display warning if multiple compression attributes are foundPaul B Mahol
2012-07-20exr: merge common codePaul B Mahol
2012-07-20exr: compression attribute is mandatoryPaul B Mahol
2012-07-20dnxhd: Fix 10-bit DNxHD quant matricesJoseph Artsimovich
2012-07-20alac: drop packed sample output support with the next major bumpMichael Niedermayer
2012-07-20libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato
2012-07-20lavc: set best_effort_timestamp for audio too.Nicolas George
2012-07-20lavc: Opus decoder using libopus.Nicolas George
2012-07-20oggdec: add support for Opus codec.Nicolas George
2012-07-20alacdec: several players have problems with planar audio still thus temporary...Michael Niedermayer
2012-07-20alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles
2012-07-20lavc: update pkt_duration for skipped samples.Nicolas George
2012-07-20lavc: warn when impossible to adjust timestamps for skipped samples.Nicolas George
2012-07-20lavc: add debug info about skipped samples.Nicolas George
2012-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-19alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles
2012-07-19alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles
2012-07-19alac: change some data types to plain intJustin Ruggles