| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -27/+27 |
* | libavcodec: Document that encoders may use the framerate field in AVCodecContext | Martin Storsjö | 2016-04-12 | 1 | -1/+2 |
* | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-03-23 | 1 | -3/+238 |
* | lavc: add a new bitstream filtering API | Anton Khirnov | 2016-03-20 | 1 | -8/+194 |
* | lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame... | Anton Khirnov | 2016-02-23 | 1 | -0/+6 |
* | lavc: add codec parameters API | Anton Khirnov | 2016-02-23 | 1 | -0/+163 |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -8/+0 |
* | lavc: add a field for passing AVHWFramesContext to encoders | Anton Khirnov | 2016-02-14 | 1 | -0/+12 |
* | lavc: Move pre_me to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -5/+4 |
* | lavc: Move me_penalty_compensation to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -3/+4 |
* | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -5/+5 |
* | lavc: Move {min,max}_prediction_order to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -9/+5 |
* | lavc: Move rtp_payload_size to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -0/+4 |
* | lavc: Move timecode_frame_start to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -5/+4 |
* | lavc: Move context_model to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -5/+4 |
* | lavc: Move mpeg_quant to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -5/+4 |
* | lavc: Move noise_reduction to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -6/+3 |
* | lavc: Move scenechange_threshold to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -6/+4 |
* | lavc: Move chromaoffset to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -5/+4 |
* | lavc: Move frame_skip_* to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -20/+10 |
* | lavc: Move brd_scale to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -5/+4 |
* | lavc: Move b_frame_strategy and b_sensitivity to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -5/+8 |
* | lavc: add profiles to AVCodecDescriptor | Anton Khirnov | 2015-12-12 | 1 | -0/+18 |
* | lavc: Drop exporting 2-pass encoding stats | Vittorio Giovara | 2015-12-07 | 1 | -5/+12 |
* | lavc: Deprecate coder_type and its symbols | Vittorio Giovara | 2015-12-07 | 1 | -3/+4 |
* | mpegvideo_enc: export vbv_delay in side data | Anton Khirnov | 2015-12-06 | 1 | -0/+5 |
* | lavc: add a packet side data type for VBV-like parameters | Anton Khirnov | 2015-12-06 | 1 | -0/+54 |
* | lavc: add stream-global packet side data | Anton Khirnov | 2015-12-06 | 1 | -0/+10 |
* | avpacket: add a function for wrapping existing data as side data | Anton Khirnov | 2015-12-06 | 1 | -0/+16 |
* | lavc: Deprecate avctx.rtp_callback field | Vittorio Giovara | 2015-11-20 | 1 | -0/+6 |
* | avcodec: Define side data type for fallback track | John Stebbins | 2015-11-18 | 1 | -0/+8 |
* | avcodec: fix doxy placement | Anton Khirnov | 2015-11-09 | 1 | -2/+2 |
* | avpicture: Deprecate the single fields | Luca Barbato | 2015-10-27 | 1 | -1/+3 |
* | avpacket: Provide an alloc and a free function for the struct | Luca Barbato | 2015-10-26 | 1 | -0/+34 |
* | avpacket: Deprecate av_dup_packet | Luca Barbato | 2015-10-26 | 1 | -1/+4 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -14/+19 |
* | innoHeim/Rsupport Screen Capture Codec decoder | Vittorio Giovara | 2015-10-23 | 1 | -0/+1 |
* | lavc: Deprecate AVPicture structure and related functions | Vittorio Giovara | 2015-10-22 | 1 | -29/+21 |
* | lavc: Add data and linesize to AVSubtitleRect | Vittorio Giovara | 2015-10-21 | 1 | -2/+11 |
* | wrapped_avframe: Initial implementation | Luca Barbato | 2015-10-10 | 1 | -0/+1 |
* | Screenpresso SPV1 decoder | Vittorio Giovara | 2015-09-30 | 1 | -0/+1 |
* | lavc: Make AVPacket.duration int64, and deprecate convergence_duration | wm4 | 2015-09-29 | 1 | -31/+11 |
* | lavc: Keep idct integer option | Vittorio Giovara | 2015-09-13 | 1 | -2/+0 |
* | lavc: Enable side data only packets by default | Vittorio Giovara | 2015-09-12 | 1 | -8/+10 |
* | DXV decoder | Vittorio Giovara | 2015-09-02 | 1 | -0/+1 |
* | lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters | Vittorio Giovara | 2015-08-28 | 1 | -33/+0 |
* | lavc: Drop deprecated deinterlace module | Vittorio Giovara | 2015-08-28 | 1 | -10/+0 |
* | lavc: Drop deprecated thread opaque and codec pkt | Vittorio Giovara | 2015-08-28 | 1 | -16/+0 |
* | lavc: Drop deprecated get_buffer related functions | Vittorio Giovara | 2015-08-28 | 1 | -114/+0 |
* | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -15/+1 |