| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: don't overwrite display dimensions with coded dimensions. | Anton Khirnov | 2013-04-10 | 1 | -1/+1 |
* | dsputil: Make dsputil selectable | Ronald S. Bultje | 2013-04-10 | 1 | -1/+2 |
* | utils: add workaround for AVHWAccel in ff_get_buffer compat code | Janne Grunau | 2013-03-26 | 1 | -0/+4 |
* | lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo | Martin Storsjö | 2013-03-26 | 1 | -4/+3 |
* | lavc: Move start code finding to utils.c | Martin Storsjö | 2013-03-26 | 1 | -0/+34 |
* | lavc, lavfi: fix counting number of planes in AVBufferRef wrappers | Anton Khirnov | 2013-03-19 | 1 | -2/+2 |
* | lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers | Anton Khirnov | 2013-03-17 | 1 | -2/+2 |
* | Add av_log_{ask_for_sample|missing_feature} replacements to libavutil | Diego Biurrun | 2013-03-13 | 1 | -0/+3 |
* | avframe: call release_buffer only if it is set | Janne Grunau | 2013-03-11 | 1 | -1/+2 |
* | lavc: fix get_buffer() compatibility layer for audio. | Anton Khirnov | 2013-03-10 | 1 | -1/+1 |
* | lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft | Anton Khirnov | 2013-03-09 | 1 | -36/+0 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -81/+0 |
* | lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -48/+0 |
* | lavc: update the fallback versions of ff_thread_* | Anton Khirnov | 2013-03-08 | 1 | -6/+6 |
* | lavc: make up a fake frame channel layout when there is no real one. | Anton Khirnov | 2013-03-08 | 1 | -2/+22 |
* | lavc: allow decoders to override frame parameters. | Anton Khirnov | 2013-03-08 | 1 | -7/+14 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -221/+390 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -6/+12 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -4/+4 |
* | lavc: Prettify printing of codec tags containing non alphanumeric characters | Stefano Sabatini | 2013-03-07 | 1 | -1/+6 |
* | get_buffer(): do not initialize the data. | Anton Khirnov | 2013-02-15 | 1 | -1/+0 |
* | dsputil: Move STRIDE_ALIGN macro to the only place it is used | Diego Biurrun | 2013-02-13 | 1 | -0/+7 |
* | lavc: set the default rc_initial_buffer_occupancy | Luca Barbato | 2013-01-15 | 1 | -0/+3 |
* | libavcodec/utils: Add braces to shut up gcc warnings | Diego Biurrun | 2012-12-30 | 1 | -2/+2 |
* | lavc: set frame parameters after decoding only if necessary | Janne Grunau | 2012-12-13 | 1 | -5/+8 |
* | lavc: factorise setting buffer type in avcodec_default_get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -3/+1 |
* | lavc: don't reuse audio buffers | Anton Khirnov | 2012-12-04 | 1 | -65/+11 |
* | lavc: set frame properties in ff_get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -20/+18 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -3/+8 |
* | avcodec: remove ff_is_hwaccel_pix_fmt | Luca Barbato | 2012-11-13 | 1 | -1/+7 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -2/+1 |
* | decode_audio3: initialize AVFrame | Ilkka Ollakka | 2012-11-01 | 1 | -1/+1 |
* | lavc: check channel count after decoder init | Justin Ruggles | 2012-11-01 | 1 | -0/+5 |
* | lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders | Justin Ruggles | 2012-11-01 | 1 | -2/+1 |
* | lavc: initialize output AVFrame before decoding. | Anton Khirnov | 2012-10-24 | 1 | -0/+4 |
* | lavc: use the correct API version guard macro for avcodec_encode_audio() | Justin Ruggles | 2012-10-23 | 1 | -1/+1 |
* | avcodec: handle AVERROR_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 1 | -0/+6 |
* | avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 1 | -10/+9 |
* | avcodec_encode_audio(): fix invalid free | Rafaël Carré | 2012-10-16 | 1 | -1/+1 |
* | avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() | Diego Biurrun | 2012-10-13 | 1 | -1/+1 |
* | avutil: add yuva422p and yuva444p formats | Luca Barbato | 2012-10-12 | 1 | -0/+2 |
* | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -2/+4 |
* | avcodec: free extended_data instead address of it | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | Restructure av_log_missing_feature message | Diego Biurrun | 2012-10-09 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -45/+45 |
* | avcodec: allow either planar or interleaved sample format when encoding mono | Justin Ruggles | 2012-10-07 | 1 | -1/+8 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | lavc: set channel count from channel layout in avcodec_open2(). | Anton Khirnov | 2012-09-29 | 1 | -4/+9 |
* | avcodec: Drop long-deprecated imgconvert.h header | Diego Biurrun | 2012-09-27 | 1 | -1/+0 |