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
2011-08-26vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody
2011-08-26mpeg12: propagate chunk decode errors and fix conditional indentationDustin Brody
2011-08-25vc1: fix VC-1 Pulldown handling.John Stebbins
2011-08-25VC1: Fix first/last row checks with slicesAlberto Delmás
2011-08-25vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje
2011-08-24libx264: add 'crf_max' private option.Anton Khirnov
2011-08-24libx264: add 'weightp' private option.Anton Khirnov
2011-08-24libx264: add 'rc_lookahead' private option.Anton Khirnov
2011-08-24libx264: add 'psy_trellis' private option.Anton Khirnov
2011-08-24libx264: add 'psy_rd' private option.Anton Khirnov
2011-08-24libx264: add 'aq_strength' private option.Anton Khirnov
2011-08-24libx264: add 'aq_mode' private option.Anton Khirnov
2011-08-24libx264: add 'cqp' private option.Anton Khirnov
2011-08-24libx264: add 'crf' private option.Anton Khirnov
2011-08-24lavc: remove vbv_delay optionAnton Khirnov
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-08-22ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles
2011-08-22libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov
2011-08-22libx264: use medium preset by default.Anton Khirnov
2011-08-22mp2 encoder: make 128k the default bitrate.Anton Khirnov
2011-08-21lavc: add A|E|D flags to "ac" and "ar" optionsStefano Sabatini
2011-08-21WavPack decoder: implement flush functionKostya Shishkov
2011-08-19h264: fix PCM intra-coded blocks in monochrome caseJeff Downs
2011-08-19h264: correct implicit weight table computation for long ref picsJeff Downs
2011-08-19h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs
2011-08-19aac: Only set sample rate and object type from ADTS if output hasn't been con...Alex Converse
2011-08-19aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.Alex Converse
2011-08-19aac: Only output configure if audio was found.Alex Converse
2011-08-18h264: hide reference frame errors unless requestedDustin Brody
2011-08-18Move clipd macros to x86util.asm.Ronald S. Bultje
2011-08-17RV3/4 parser: remove unused variable 'off'Kostya Shishkov
2011-08-17Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov
2011-08-17rv10/20: tell decoder to use edge emulationKostya Shishkov
2011-08-16lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov
2011-08-16lavc: add audio flag to the 'b' option, deprecate 'ab'.Anton Khirnov
2011-08-15svq3: propagate codec memory allocation failure in context initDustin Brody
2011-08-15Fix NASM include directiveDave Yeo
2011-08-15dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse
2011-08-15VC-1: fix reading of custom PAR.Reimar Döffinger
2011-08-15mpeg12: remove repeat-field code disabled since May 2002Dustin Brody
2011-08-14aacenc: Fix number of coefficients used in a LFE channel.Nathan Caldwell
2011-08-14aacenc: Fix a segfault with grouped psymodel.Nathan Caldwell
2011-08-13rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov
2011-08-12h264: add missing brackets.Ronald S. Bultje
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-08-12libx264: Include hint for possible values for configuring libx264Reinhard Tartler
2011-08-12Add weighted motion compensation for RV40 B-framesKostya Shishkov
2011-08-12RV3/4: calculate B-frame motion weights once per frameKostya Shishkov
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov