| Commit message (Expand) | Author | Age | Files | Lines |
* | flacdec: do not overwrite a channel layout set by the caller | Anton Khirnov | 2014-05-28 | 1 | -1/+4 |
* | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 13 | -163/+274 |
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 22 | -375/+574 |
* | h264_picture: Remove pointless dsputil.h #include | Diego Biurrun | 2014-05-27 | 1 | -1/+0 |
* | on2avc: Remove pointless dsputil.h #include | Diego Biurrun | 2014-05-27 | 1 | -1/+0 |
* | avcodec: bump version after rotation api | Vittorio Giovara | 2014-05-23 | 1 | -1/+1 |
* | dca: Convert dca_dmixtable to integers | Niels Möller | 2014-05-23 | 2 | -41/+42 |
* | check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA) | Janne Grunau | 2014-05-20 | 1 | -1/+1 |
* | Add transformation matrix API. | Vittorio Giovara | 2014-05-19 | 2 | -0/+18 |
* | pthread_frame: simplify the code by using new AVPacket API | Anton Khirnov | 2014-05-19 | 1 | -14/+3 |
* | avpacket: fix copying side data in av_packet_copy_props() | Anton Khirnov | 2014-05-19 | 1 | -1/+0 |
* | hevc/intra_pred: simplify neighboring sample derivation | Anton Khirnov | 2014-05-19 | 1 | -9/+7 |
* | hevc/intra_pred: drop unnecessary conditions in loops | Mickaël Raulet | 2014-05-19 | 1 | -19/+10 |
* | hevc/intra_pred: optimize EXTEND_()* | Mickaël Raulet | 2014-05-19 | 1 | -37/+28 |
* | hevc: templatize intra_pred | Anton Khirnov | 2014-05-19 | 4 | -9/+25 |
* | hevc: templatize pred_planar | Mickaël Raulet | 2014-05-19 | 1 | -42/+18 |
* | 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 |