| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Add device context field to AVCodecContext | Mark Thompson | 2017-02-13 | 1 | -0/+1 |
* | lavc: use av_cpu_max_align() instead of hardcoding alignment requirements | Anton Khirnov | 2017-02-11 | 1 | -9/+2 |
* | lavc: add support for filtering packets before decoding | Anton Khirnov | 2016-12-14 | 1 | -0/+3 |
* | decode: restructure the core decoding code | Anton Khirnov | 2016-12-14 | 1 | -1/+21 |
* | decode: be more explicit about storing the last packet properties | Anton Khirnov | 2016-12-14 | 1 | -0/+8 |
* | lavc: handle MP3 in get_audio_frame_duration() | Anton Khirnov | 2016-12-14 | 1 | -0/+3 |
* | lavc: move decoding-related code from utils.c to a new file | Anton Khirnov | 2016-11-29 | 1 | -889/+0 |
* | lavc: move encoding-related code from utils.c to a new file | Anton Khirnov | 2016-11-29 | 1 | -331/+0 |
* | Add GBRAP12 pixel format support | Kieran Kunhya | 2016-10-12 | 1 | -0/+2 |
* | lavc: free buffer_frame/pkt on avcodec_open2() failure | Anton Khirnov | 2016-08-11 | 1 | -0/+2 |
* | lavc: align the linesize to 32 when AVX is enabled | Anton Khirnov | 2016-08-03 | 1 | -1/+3 |
* | lavc: set sw_pix_fmt for hwaccel encoding | Anton Khirnov | 2016-07-22 | 1 | -0/+11 |
* | lavc: export the timestamps when decoding in AVFrame.pts | Anton Khirnov | 2016-06-21 | 1 | -0/+10 |
* | lavc: allow using AVCodecContext.hw_frames_ctx for decoding | Anton Khirnov | 2016-06-21 | 1 | -0/+15 |
* | lavc: make avcodec_open2() fail when the timebase is not set for encoding | Anton Khirnov | 2016-05-16 | 1 | -0/+7 |
* | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-03-23 | 1 | -2/+279 |
* | lavc: factor apply_param_change() AV_EF_EXPLODE handling | wm4 | 2016-03-05 | 1 | -13/+15 |
* | lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame... | Anton Khirnov | 2016-02-23 | 1 | -12/+22 |
* | lavc: add codec parameters API | Anton Khirnov | 2016-02-23 | 1 | -0/+152 |
* | lavc: add a field for passing AVHWFramesContext to encoders | Anton Khirnov | 2016-02-14 | 1 | -0/+13 |
* | lavc: Make sure that the effective timebase would not overflow | Arttu Ylä-Outinen | 2016-01-19 | 1 | -0/+10 |
* | lavc: get the profile name through the codec descriptor in avcodec_string() | Anton Khirnov | 2015-12-12 | 1 | -11/+1 |
* | lavc: add profiles to AVCodecDescriptor | Anton Khirnov | 2015-12-12 | 1 | -0/+15 |
* | lavc: print the name of the codec, not its implementation, in avcodec_string | Anton Khirnov | 2015-12-12 | 1 | -2/+5 |
* | libopenh264enc: export CPB props side data | Anton Khirnov | 2015-12-06 | 1 | -0/+26 |
* | lavc: add a packet side data type for VBV-like parameters | Anton Khirnov | 2015-12-06 | 1 | -0/+14 |
* | lavc: add stream-global packet side data | Anton Khirnov | 2015-12-06 | 1 | -1/+8 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -4/+4 |
* | utils: Use data buffers directly instead of an AVPicture | Vittorio Giovara | 2015-10-22 | 1 | -9/+10 |
* | lavc: Add data and linesize to AVSubtitleRect | Vittorio Giovara | 2015-10-21 | 1 | -4/+4 |
* | avcodec: Do not lock during init if there is no init function | Derek Buitenhuis | 2015-10-13 | 1 | -2/+2 |
* | avcodec: Do not lock during open for codecs marked as having threadsafe init | Derek Buitenhuis | 2015-10-04 | 1 | -17/+21 |
* | lavc: reimplement avcodec_get_type() using codec descriptors | wm4 | 2015-09-28 | 1 | -14/+0 |
* | lavc: allow asynchronous decoders to return correct pkt_dts values | wm4 | 2015-09-12 | 1 | -1/+2 |
* | lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters | Vittorio Giovara | 2015-08-28 | 1 | -35/+0 |
* | lavc: Drop deprecated get_buffer related functions | Vittorio Giovara | 2015-08-28 | 1 | -164/+0 |
* | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -10/+0 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -4/+4 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -13/+14 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+12 |
* | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -2/+10 |
* | PCM signed 16-bit big-endian planar decoder | Paul B Mahol | 2015-06-24 | 1 | -0/+1 |
* | avcodec: Free the default avoptions on init failure | Luca Barbato | 2015-04-22 | 1 | -0/+4 |
* | avcodec: Unref the dummy buffer on the fail path | Luca Barbato | 2015-04-22 | 1 | -0/+1 |
* | lavc: Introduce AVCodec internal capabilities | Vittorio Giovara | 2015-03-13 | 1 | -1/+6 |
* | lavc: Improve thread locking error message | Vittorio Giovara | 2015-03-13 | 1 | -1/+4 |
* | avcodec/utils: use correct printf specifier in ff_set_sar | Andreas Cadhalpun | 2015-02-28 | 1 | -1/+1 |
* | lavc: support extracting audio service type from side data | Anton Khirnov | 2015-01-27 | 1 | -0/+7 |
* | Add a side data type for audio service type. | Anton Khirnov | 2015-01-27 | 1 | -0/+1 |