| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: extend frame_size doxy. | Anton Khirnov | 2012-10-22 | 1 | -1/+7 |
* | lavc: update documentation for AVFrame.extended_data | Justin Ruggles | 2012-10-14 | 1 | -1/+1 |
* | avcodec: Remove broken MMI optimizations | Diego Biurrun | 2012-10-12 | 1 | -0/+2 |
* | Remove libmpeg2 #define remnants | Diego Biurrun | 2012-10-12 | 1 | -0/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -25/+26 |
* | lavc: deprecate the audio resampling API. | Anton Khirnov | 2012-10-05 | 1 | -0/+10 |
* | avcodec: document the use of AVCodecContext.delay for audio decoding | Nathan Caldwell | 2012-09-28 | 1 | -7/+10 |
* | Add Opus codec id and codec description. | Andrew D'Addesio | 2012-09-27 | 1 | -0/+1 |
* | lavc: add avcodec_free_frame(). | Anton Khirnov | 2012-09-24 | 1 | -1/+13 |
* | lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults | Anton Khirnov | 2012-09-24 | 1 | -2/+2 |
* | lavc: replace AVCodecContext.encode with subtitle-specific callback | Anton Khirnov | 2012-09-17 | 1 | -1/+4 |
* | libavcodec: remove av_destruct_packet_nofree() | Mans Rullgard | 2012-09-15 | 1 | -5/+0 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+1 |
* | lavc: add lossy/lossless codec properties. | Anton Khirnov | 2012-08-30 | 1 | -0/+10 |
* | Add reminders to update the codec descriptor list with new codec IDs. | Anton Khirnov | 2012-08-29 | 1 | -0/+3 |
* | lavc: add avcodec_descriptor_get_by_name(). | Anton Khirnov | 2012-08-18 | 1 | -0/+6 |
* | lavc: add const to AVCodec* function parameters. | Anton Khirnov | 2012-08-18 | 1 | -7/+7 |
* | 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 |