| Commit message (Expand) | Author | Age | Files | Lines |
* | vp8: Fix pthread_cond and pthread_mutex leaks | Matt Wolenetz | 2013-03-30 | 1 | -0/+4 |
* | vmdav: convert to bytestream2 | Alexandra Khirnova | 2013-03-28 | 1 | -93/+59 |
* | msmpeg4: Split decoding related functions to a separate file | Martin Storsjö | 2013-03-27 | 3 | -932/+965 |
* | mpeg12: Move Mpeg1Context declaration to the only place it is used | Diego Biurrun | 2013-03-27 | 2 | -15/+15 |
* | Split MPEG-1/2 decoder code off from MPEG-1/2 common code | Diego Biurrun | 2013-03-27 | 4 | -2433/+2487 |
* | mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place | Diego Biurrun | 2013-03-27 | 4 | -3/+4 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 4 | -161/+159 |
* | dca: Move ff_dca_convert_bitstream() to the DCA common code | Diego Biurrun | 2013-03-27 | 6 | -75/+44 |
* | vdpau: wrap codec specific functions in appropiate #ifs | Janne Grunau | 2013-03-27 | 1 | -0/+12 |
* | vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled | Janne Grunau | 2013-03-26 | 1 | -1/+2 |
* | hwaccel: fix use with frame based multithreading | Janne Grunau | 2013-03-26 | 4 | -3/+10 |
* | utils: add workaround for AVHWAccel in ff_get_buffer compat code | Janne Grunau | 2013-03-26 | 1 | -0/+4 |
* | x86: vc1dsp: Fix indentation | Martin Storsjö | 2013-03-26 | 1 | -42/+42 |
* | h264: Make it possible to compile without error_resilience | Ronald S. Bultje | 2013-03-26 | 1 | -35/+40 |
* | lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo | Martin Storsjö | 2013-03-26 | 7 | -12/+17 |
* | lavc: Move start code finding to utils.c | Martin Storsjö | 2013-03-26 | 2 | -33/+34 |
* | ape: 3.80-3.92 decoding support | Kostya Shishkov | 2013-03-25 | 1 | -22/+455 |
* | h264: Remove an unused variable | Martin Storsjö | 2013-03-25 | 1 | -1/+0 |
* | x86: consistently use unaligned movs in the unaligned bswap | Janne Grunau | 2013-03-25 | 1 | -6/+6 |
* | x86: Change a missed occurrance of int to ptrdiff_t for strides | Martin Storsjö | 2013-03-24 | 1 | -1/+1 |
* | x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_... | Martin Storsjö | 2013-03-23 | 1 | -7/+0 |
* | tscc2: allocate AVFrame properly. | Anton Khirnov | 2013-03-22 | 1 | -16/+22 |
* | h264: remove redundant freeing of DPB in h264_decode_end | Anton Khirnov | 2013-03-21 | 1 | -7/+0 |
* | h264: add a parameter to the CHROMA444 macro. | Anton Khirnov | 2013-03-21 | 6 | -18/+18 |
* | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 7 | -12/+12 |
* | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 6 | -12/+12 |
* | h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. | Anton Khirnov | 2013-03-21 | 4 | -9/+9 |
* | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 5 | -25/+25 |
* | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 8 | -44/+44 |
* | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 7 | -30/+30 |
* | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 4 | -18/+18 |
* | h264: merge common_init() into ff_h264_decode_init. | Anton Khirnov | 2013-03-21 | 1 | -25/+20 |
* | h264: make ff_h264_frame_start static. | Anton Khirnov | 2013-03-21 | 2 | -5/+4 |
* | h264: fix bit depth changes with frame threading | Janne Grunau | 2013-03-20 | 1 | -0/+5 |
* | mpegvideo: allocate hwaccel privdata after the frame buffer | Hendrik Leppkes | 2013-03-19 | 1 | -14/+12 |
* | h264: allocate hwaccel privdata after the frame buffer | Hendrik Leppkes | 2013-03-19 | 1 | -8/+9 |
* | pthread: unref already decoded frames when flushing the decoder | Hendrik Leppkes | 2013-03-19 | 1 | -0/+1 |
* | mpegvideo: fix allocation of the hwaccel_picture_private data | Hendrik Leppkes | 2013-03-19 | 1 | -3/+5 |
* | lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting. | Anton Khirnov | 2013-03-19 | 1 | -11/+23 |
* | lavc, lavfi: fix counting number of planes in AVBufferRef wrappers | Anton Khirnov | 2013-03-19 | 1 | -2/+2 |
* | mpeg12: do not fail on zero dimensions in the sequence header. | Anton Khirnov | 2013-03-18 | 1 | -2/+12 |
* | lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers | Anton Khirnov | 2013-03-17 | 1 | -2/+2 |
* | atrac3: avoid oversized shifting in decode_bytes() | Xi Wang | 2013-03-15 | 1 | -1/+4 |
* | add support for Monkey's Audio versions from 3.93 | Kostya Shishkov | 2013-03-15 | 1 | -2/+89 |
* | ape: provide two additional bytes in buffer for old MAC versions | Kostya Shishkov | 2013-03-15 | 1 | -1/+3 |
* | ape: make version-dependent decoding functions called via pointers | Kostya Shishkov | 2013-03-15 | 1 | -59/+123 |
* | vaapi: fix argument for ff_vaapi_common_end_frame call | Janne Grunau | 2013-03-14 | 1 | -1/+1 |
* | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 19 | -33/+31 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 36 | -104/+107 |
* | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 15 | -19/+26 |