| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add avcodec_free_context(). | Anton Khirnov | 2014-05-18 | 3 | -4/+24 |
* | lavc: remove the locking code in avcodec_close() | Anton Khirnov | 2014-05-18 | 1 | -18/+0 |
* | aarch64: opus NEON iMDCT and FFT | Janne Grunau | 2014-05-15 | 8 | -39/+807 |
* | lavc: properly handle subtitle_header in avcodec_copy_context() | Anton Khirnov | 2014-05-15 | 1 | -0/+3 |
* | lavc: preserve the original private data in avcodec_copy_context() | Anton Khirnov | 2014-05-15 | 1 | -2/+6 |
* | lavc: add a native Opus decoder. | Anton Khirnov | 2014-05-15 | 10 | -2/+5699 |
* | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -1/+0 |
* | aarch64: assembler in clang-3.4 ignores the division by two | Janne Grunau | 2014-05-13 | 1 | -1/+1 |
* | lavc: Add new VDA hwaccel | Anton Khirnov | 2014-05-11 | 7 | -7/+412 |
* | vda: use hwaccel private data for internal bitstream buffer | Anton Khirnov | 2014-05-11 | 2 | -18/+38 |
* | lavc: Add hwaccel private data and init/uninit callbacks | Anton Khirnov | 2014-05-11 | 4 | -4/+59 |
* | hwaccel: Support specific frame allocators | Luca Barbato | 2014-05-11 | 2 | -0/+12 |
* | hwaccel: Rename priv_data_size to frame_priv_data_size | Anton Khirnov | 2014-05-11 | 10 | -17/+17 |
* | lavc: document which parts of AVHWAccel are private. | Anton Khirnov | 2014-05-11 | 1 | -0/+7 |
* | lavc: set AVCodecContext.hwaccel in ff_get_format() | Anton Khirnov | 2014-05-11 | 6 | -30/+33 |
* | lavc: Add an internal wrapper around get_format() | Anton Khirnov | 2014-05-11 | 7 | -10/+22 |
* | pcm-dvd: Fix 20bit decoding | nu774 | 2014-05-09 | 1 | -4/+4 |
* | libfdk-aac: Relicense the library wrappers to 2-clause BSD | Martin Storsjö | 2014-05-05 | 2 | -22/+42 |
* | libfdk-aacenc: Enable 7.1 channel encoding | Jean First | 2014-05-05 | 1 | -0/+18 |
* | vp9: Read the frame size as unsigned | Luca Barbato | 2014-05-03 | 1 | -2/+2 |
* | aac: K&R formatting cosmetics | Luca Barbato | 2014-05-01 | 1 | -5/+5 |
* | flv: K&R formatting cosmetics | Luca Barbato | 2014-05-01 | 1 | -21/+20 |
* | lavc: deprecate AVCodecContext.codec_name | Anton Khirnov | 2014-05-01 | 2 | -0/+9 |
* | lavc: do not use AVCodecContext.codec_name in avcodec_string() | Anton Khirnov | 2014-05-01 | 1 | -2/+0 |
* | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 7 | -5/+27 |
* | lavc: make the xvid-specific "gmc" flag a private option of libxvid | Anton Khirnov | 2014-05-01 | 4 | -2/+19 |
* | lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo | Anton Khirnov | 2014-05-01 | 6 | -4/+24 |
* | lavc: deprecate CODEC_FLAG_INPUT_PRESERVED | Anton Khirnov | 2014-05-01 | 4 | -5/+10 |
* | h264: drop commented out cruft | Anton Khirnov | 2014-04-29 | 1 | -3/+0 |
* | mpegvideo: remove unused MpegEncContext.b4_stride | Anton Khirnov | 2014-04-29 | 2 | -2/+0 |
* | mpegvideo: move the MpegEncContext fields used from arm asm to the beginning | Anton Khirnov | 2014-04-29 | 2 | -20/+21 |
* | hwaccel: fix dxva2 & vaapi loop filter parameters | Michael Niedermayer | 2014-04-28 | 2 | -4/+4 |
* | dxva2_h264: add a workaround for old Intel GPUs | Hendrik Leppkes | 2014-04-28 | 3 | -2/+9 |
* | dxva2_h264: set the correct ref frame index in the long slice struct | Hendrik Leppkes | 2014-04-28 | 1 | -4/+14 |
* | vc1: Do not return an error when skipping b frames | Alessandro Ghedini | 2014-04-25 | 1 | -1/+1 |
* | lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets | Janne Grunau | 2014-04-24 | 2 | -13/+8 |
* | on2avc: change a comment at #endif to match actual define | Kostya Shishkov | 2014-04-23 | 1 | -1/+1 |
* | On2 AVC decoder | Kostya Shishkov | 2014-04-23 | 8 | -1/+10491 |
* | fic: Make warning message more accurate | Derek Buitenhuis | 2014-04-23 | 1 | -1/+3 |
* | fic: Remove redundant clips | Derek Buitenhuis | 2014-04-23 | 1 | -3/+3 |
* | fic: Simplify alpha blending | Derek Buitenhuis | 2014-04-22 | 1 | -1/+1 |
* | fic: Support rendering cursors | Derek Buitenhuis | 2014-04-22 | 1 | -1/+111 |
* | fic: Use proper quantization matrix index | Derek Buitenhuis | 2014-04-22 | 1 | -1/+2 |
* | aarch64: NEON vorbis_inverse_coupling | Janne Grunau | 2014-04-22 | 5 | -0/+122 |
* | aarch64: NEON fixed/floating point MPADSP apply_window | Janne Grunau | 2014-04-22 | 5 | -0/+269 |
* | aarch64: NEON float (i)MDCT | Janne Grunau | 2014-04-22 | 3 | -0/+334 |
* | aarch64: NEON float FFT | Janne Grunau | 2014-04-22 | 5 | -0/+483 |
* | lavc: improve AVCodecContext.delay doxy | Anton Khirnov | 2014-04-22 | 1 | -6/+11 |
* | mpegvideo: Use the current_picture pts | Michael Niedermayer | 2014-04-21 | 1 | -2/+2 |
* | avcodec/fic: Fix return value check | Michael Niedermayer | 2014-04-21 | 1 | -2/+2 |