| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: remove avcodec_parse_frame and deprecate associated elements. | Justin Ruggles | 2011-10-27 | 1 | -7/+11 |
* | lavc: deprecate img_get_alpha_info(). | Anton Khirnov | 2011-10-20 | 1 | -0/+3 |
* | avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentation | Justin Ruggles | 2011-10-20 | 1 | -0/+4 |
* | avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2() | Justin Ruggles | 2011-10-20 | 1 | -2/+3 |
* | avcodec: clarify documentation of CODEC_CAP_DELAY | Justin Ruggles | 2011-10-20 | 1 | -2/+4 |
* | avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section. | Diego Biurrun | 2011-10-20 | 1 | -0/+6 |
* | lavc: make avcodec_get_context_defaults3 "officially" public | Anton Khirnov | 2011-10-19 | 1 | -2/+14 |
* | Ut Video decoder | Kostya Shishkov | 2011-10-19 | 1 | -0/+1 |
* | lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFER | Dustin Brody | 2011-10-18 | 1 | -4/+4 |
* | lavc: replace API-bump-triggered AVCodecContext field change with shorter, no... | Dustin Brody | 2011-10-18 | 1 | -5/+1 |
* | avcodec: remove stray @deprecated comment | Mans Rullgard | 2011-10-16 | 1 | -2/+0 |
* | lavc: add a flag-based error_recognition field to AVCodecContext and deprecat... | Dustin Brody | 2011-10-14 | 1 | -4/+17 |
* | lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER | Dustin Brody | 2011-10-14 | 1 | -2/+2 |
* | libx264: support 9- and 10-bit output. | Anton Khirnov | 2011-10-06 | 1 | -0/+5 |
* | Synchronize various 4CCs and codec tags from FFmpeg. | Diego Biurrun | 2011-10-04 | 1 | -0/+2 |
* | oggdec: add support for Xiph's CELT codec | Nicolas George | 2011-09-26 | 1 | -0/+1 |
* | lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macros | Anton Khirnov | 2011-09-21 | 1 | -2/+2 |
* | libx264: add 'direct-pred' private option | Anton Khirnov | 2011-09-07 | 1 | -2/+2 |
* | libx264: add 'partitions' private option | Anton Khirnov | 2011-09-07 | 1 | -2/+2 |
* | libx264: add 'cplxblur' private option | Anton Khirnov | 2011-09-06 | 1 | -2/+2 |
* | libx264: add 'deblock' private option | Anton Khirnov | 2011-09-06 | 1 | -2/+4 |
* | libx264: add 'b-bias' private option | Anton Khirnov | 2011-09-06 | 1 | -1/+3 |
* | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 1 | -0/+8 |
* | lavc: cosmetics, group deprecated codec flags | Anton Khirnov | 2011-08-31 | 1 | -39/+29 |
* | mpeg12: add 'scan_offset' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | h263/p encoder: add 'structured_slices' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | h263/p encoder: add 'obmc' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | h263p encoder: add 'aiv' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | h263p encoder: add 'umv' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mjpegdec: add 'extern_huff' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg4enc: add 'data_partitioning' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | snow: add 'memc_only' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | libx264: add 'mbtree' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'psy' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libmp3lame: add 'reservoir' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg2enc: add 'non_linear_quant' private option | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg12enc: add drop_frame_timecode private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg12enc: add intra_vlc private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | lavc: deprecate CODEC_FLAG2_BRDO | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'aud' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'fast-pskip' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add '8x8dct' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'mixed-refs' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'weightb' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'b-pyramid' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | libx264: add 'intra-refresh' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'ssim' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | avcodec: remove misleading comment | Luca Barbato | 2011-08-31 | 1 | -2/+1 |
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -2/+2 |