| Commit message (Expand) | Author | Age | Files | Lines |
* | bfin: Make vp3 functions static | Martin Storsjö | 2013-04-08 | 2 | -6/+4 |
* | bfin: Don't use the vp3 idct functions if bitexact behaviour is expected | Martin Storsjö | 2013-04-08 | 1 | -2/+4 |
* | x86: sbrdsp: Implement SSE neg_odd_64 | Christophe Gisquet | 2013-04-05 | 2 | -0/+24 |
* | h261: Move mvmap table to the only place it is used | Diego Biurrun | 2013-04-05 | 2 | -4/+4 |
* | h261: cosmetics: Move functions to avoid forward declarations | Diego Biurrun | 2013-04-05 | 2 | -166/+161 |
* | h261: K&R formatting and prettyprinting cosmetics | Diego Biurrun | 2013-04-05 | 6 | -454/+476 |
* | h261: Move function declarations to h261.h | Diego Biurrun | 2013-04-05 | 4 | -11/+11 |
* | h261: Remove H.261 loop filter from dsputil | Diego Biurrun | 2013-04-05 | 3 | -37/+34 |
* | h261: Move ff_h261_rl_table_store declaration to header file | Diego Biurrun | 2013-04-05 | 3 | -4/+2 |
* | libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames | Nicolas Bertrand | 2013-04-04 | 1 | -1/+4 |
* | bmv: check for len being valid in bmv_decode_frame(). | Anton Khirnov | 2013-04-04 | 1 | -1/+1 |
* | dfa: check for invalid access in decode_wdlt(). | Anton Khirnov | 2013-04-04 | 1 | -0/+2 |
* | doc: Fix best_nb_channells typo | Peter Meerwald | 2013-04-04 | 1 | -3/+3 |
* | 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 |