| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mpegvideo_enc: add qp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -1/+1 |
* | mpegvideo_enc: add strict_gop flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -1/+1 |
* | lavc: add -mpv_flags to mpegvideo_enc-based encoders. | Anton Khirnov | 2012-02-29 | 1 | -0/+2 |
* | lavc: reorder AVCodecContext fields. | Anton Khirnov | 2012-02-27 | 1 | -799/+800 |
* | lavc: reorder AVFrame fields. | Anton Khirnov | 2012-02-27 | 1 | -90/+91 |
* | avcodec: document the use of AVCodecContext.delay for audio encoders | Justin Ruggles | 2012-02-25 | 1 | -2/+14 |
* | avcodec: add duration field to AVCodecParserContext | Justin Ruggles | 2012-02-20 | 1 | -0/+7 |
* | CDXL demuxer and decoder | Paul B Mahol | 2012-02-14 | 1 | -0/+1 |
* | Move PS2 MMI code below the mips subdirectory, where it belongs. | Diego Biurrun | 2012-02-13 | 1 | -1/+1 |
* | lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket | Anton Khirnov | 2012-02-08 | 1 | -0/+39 |
* | Remove Sun medialib glue code. | Diego Biurrun | 2012-02-08 | 1 | -2/+0 |
* | avcodec: Clarify AVFrame member documentation. | Kieran Kunhya | 2012-02-06 | 1 | -2/+2 |
* | avcodec: Add av_fast_padded_malloc(). | Janne Grunau | 2012-02-01 | 1 | -0/+9 |
* | avcodec.h: Remove some disabled cruft. | Diego Biurrun | 2012-02-01 | 1 | -26/+0 |
* | lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). | Anton Khirnov | 2012-01-31 | 1 | -0/+5 |
* | lavc: make avcodec_close() work properly on unopened codecs. | Anton Khirnov | 2012-01-31 | 1 | -1/+11 |