aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* libx264: add 'psy_rd' private option.Anton Khirnov2011-08-243-4/+12
* libx264: add 'aq_strength' private option.Anton Khirnov2011-08-243-5/+9
* libx264: add 'aq_mode' private option.Anton Khirnov2011-08-243-3/+20
* libx264: add 'cqp' private option.Anton Khirnov2011-08-243-6/+13
* libx264: add 'crf' private option.Anton Khirnov2011-08-244-2/+21
* lavc: remove vbv_delay optionAnton Khirnov2011-08-241-1/+0
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-2310-83/+425
* ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles2011-08-221-5/+0
* libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov2011-08-221-6/+11
* libx264: use medium preset by default.Anton Khirnov2011-08-221-1/+1
* mp2 encoder: make 128k the default bitrate.Anton Khirnov2011-08-221-0/+7
* lavc: add A|E|D flags to "ac" and "ar" optionsStefano Sabatini2011-08-211-2/+2
* WavPack decoder: implement flush functionKostya Shishkov2011-08-211-0/+10
* h264: fix PCM intra-coded blocks in monochrome caseJeff Downs2011-08-191-12/+34
* h264: correct implicit weight table computation for long ref picsJeff Downs2011-08-191-9/+11
* h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs2011-08-191-1/+1
* aac: Only set sample rate and object type from ADTS if output hasn't been con...Alex Converse2011-08-181-3/+3
* aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.Alex Converse2011-08-181-0/+2
* aac: Only output configure if audio was found.Alex Converse2011-08-181-2/+5
* h264: hide reference frame errors unless requestedDustin Brody2011-08-171-1/+1
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-171-33/+1
* RV3/4 parser: remove unused variable 'off'Kostya Shishkov2011-08-171-2/+0
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-173-0/+101
* rv10/20: tell decoder to use edge emulationKostya Shishkov2011-08-171-0/+1
* lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov2011-08-163-2/+24
* lavc: add audio flag to the 'b' option, deprecate 'ab'.Anton Khirnov2011-08-161-2/+2
* svq3: propagate codec memory allocation failure in context initDustin Brody2011-08-151-1/+4
* Fix NASM include directiveDave Yeo2011-08-1522-41/+41
* dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse2011-08-151-5/+5
* VC-1: fix reading of custom PAR.Reimar Döffinger2011-08-151-2/+2
* mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-151-12/+0
* aacenc: Fix number of coefficients used in a LFE channel.Nathan Caldwell2011-08-131-1/+7
* aacenc: Fix a segfault with grouped psymodel.Nathan Caldwell2011-08-131-1/+4
* rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov2011-08-121-1/+2
* h264: add missing brackets.Ronald S. Bultje2011-08-121-3/+4
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-1220-561/+19
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-1223-927/+22
* libx264: Include hint for possible values for configuring libx264Reinhard Tartler2011-08-121-4/+4
* Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-114-11/+96
* RV3/4: calculate B-frame motion weights once per frameKostya Shishkov2011-08-112-5/+13
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-1110-178/+253
* mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-113-5/+15
* h264: notice memory allocation failureDustin Brody2011-08-111-2/+8
* ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-113-76/+94
* ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles2011-08-112-3/+7
* cavs: fix some crashes with invalid bitstreamsMans Rullgard2011-08-101-3/+8
* ac3enc: clip coupling coordinates during calculationJustin Ruggles2011-08-101-2/+1
* Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.Justin Ruggles2011-08-101-1/+0
* lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier2011-08-101-1/+1
* lavc: make avcodec_init() static on next bump.Anton Khirnov2011-08-103-8/+15