| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add an intra-only codec property. | Anton Khirnov | 2012-08-11 | 1 | -0/+10 |
* | lavc: add codec descriptors. | Anton Khirnov | 2012-08-11 | 1 | -0/+34 |
* | lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. | Anton Khirnov | 2012-08-10 | 1 | -3/+8 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -11/+11 |
* | lavc: add AV prefix to codec ids. | Anton Khirnov | 2012-08-07 | 1 | -316/+320 |
* | Canopus Lossless decoder | Derek Buitenhuis | 2012-08-01 | 1 | -0/+1 |
* | imgconvert: deprecate avcodec_find_best_pix_fmt() | Janne Grunau | 2012-07-13 | 1 | -0/+5 |
* | imgconvert: add avcodec_find_best_pix_fmt2() | Janne Grunau | 2012-07-13 | 1 | -0/+21 |
* | MS Expression Encoder Screen decoder | Kostya Shishkov | 2012-07-13 | 1 | -0/+1 |
* | libavcodec: Add more AAC profiles | Martin Storsjö | 2012-07-12 | 1 | -0/+4 |
* | TechSmith Screen Codec 2 decoder | Kostya Shishkov | 2012-07-11 | 1 | -0/+1 |
* | MS ATC Screen (aka MSS3) decoder | Kostya Shishkov | 2012-07-02 | 1 | -0/+1 |
* | MS Screen 1 decoder | Kostya Shishkov | 2012-06-20 | 1 | -0/+1 |
* | lavc: Extend the documentation for avcodec_init_packet | Simon A. Eugster | 2012-06-19 | 1 | -0/+3 |
* | Add support for iLBC decoding/encoding via the external library libilbc | Martin Storsjö | 2012-06-18 | 1 | -0/+1 |
* | Indeo Audio decoder | Kostya Shishkov | 2012-06-05 | 1 | -0/+1 |
* | lavc: pad last audio frame with silence when needed. | Anton Khirnov | 2012-05-09 | 1 | -7/+3 |
* | lavc: add sample rate and channel layout to AVFrame. | Anton Khirnov | 2012-05-07 | 1 | -0/+16 |
* | avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation. | Robert Nagy | 2012-05-06 | 1 | -1/+1 |
* | Add SMPTE240M transfer characteristics flag. | Hendrik Leppkes | 2012-05-03 | 1 | -0/+1 |
* | avcodec: introduce YCoCg colorspace | Hendrik Leppkes | 2012-04-29 | 1 | -0/+1 |
* | avcodec: cosmetic cleanup on header | Luca Barbato | 2012-04-29 | 1 | -39/+39 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -3/+3 |
* | avcodec: remove AVCodecContext.dsp_mask | Mans Rullgard | 2012-04-21 | 1 | -7/+5 |
* | lavc doxy: add remaining avcodec.h functions to a misc doxygen group. | Anton Khirnov | 2012-04-09 | 1 | -16/+36 |
* | lavc doxy: add AVPicture functions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -23/+44 |
* | lavc doxy: add resampling functions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -2/+10 |
* | lavc doxy: replace \ with / | Anton Khirnov | 2012-04-09 | 1 | -1/+1 |
* | lavc doxy: add encoding functions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -151/+166 |
* | lavc doxy: add decoding functions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -405/+426 |
* | lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO} | Anton Khirnov | 2012-04-09 | 1 | -0/+4 |
* | lavc doxy: add AVPacket-related stuff to a separate doxy group. | Anton Khirnov | 2012-04-09 | 1 | -33/+49 |
* | lavc doxy: add core functions/definitions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -165/+177 |
* | avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame() | Justin Ruggles | 2012-04-09 | 1 | -1/+1 |
* | ZeroCodec Decoder | Derek Buitenhuis | 2012-03-19 | 1 | -0/+1 |
* | RealAudio Lossless decoder | Kostya Shishkov | 2012-03-19 | 1 | -0/+1 |
* | avcodec: add XBM encoder | Paul B Mahol | 2012-03-17 | 1 | -0/+1 |
* | avcodec: add av_get_audio_frame_duration() function. | Justin Ruggles | 2012-03-05 | 1 | -0/+10 |
* | avcodec: add av_get_exact_bits_per_sample() function | Justin Ruggles | 2012-03-05 | 1 | -0/+10 |
* | lavc: make codec_is_decoder/encoder() public. | Anton Khirnov | 2012-03-04 | 1 | -0/+10 |
* | lavc: deprecate AVCodecContext.sub_id. | Anton Khirnov | 2012-03-04 | 1 | -7/+4 |
* | lavc: free the output packet when encoding failed or produced no output. | Anton Khirnov | 2012-03-03 | 1 | -0/+8 |
* | lavc: clarify the meaning of AVCodecContext.frame_number. | Anton Khirnov | 2012-03-03 | 1 | -1/+11 |
* | h263enc: Add an option for outputting info about MBs as side data | Martin Storsjö | 2012-03-01 | 1 | -0/+19 |
* | avpacket: Add a function for shrinking already allocated side data | Martin Storsjö | 2012-03-01 | 1 | -0/+11 |
* | mpegvideo_enc: add quantizer_noise_shaping private option. | Anton Khirnov | 2012-02-29 | 1 | -4/+4 |
* | lavc: deprecate AVCodecContext.inter_threshold. | Anton Khirnov | 2012-02-29 | 1 | -4/+4 |
* | lavc: deprecate AVCodecContext.color_table_id. | Anton Khirnov | 2012-02-29 | 1 | -1/+3 |
* | mpegvideo_enc: add chroma/luma_elim_threshold private options. | Anton Khirnov | 2012-02-29 | 1 | -2/+4 |
* | mpegvideo_enc: add cbp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -1/+1 |