summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/dcadec: Search and decode frame in case it starts later in a packetMichael Niedermayer2015-05-23
* libwebp: use a separate AVClass for each encoderJames Almer2015-05-23
* libwebpenc_common: add header guardsJames Almer2015-05-23
* libwebp: remove unneeded definesJames Almer2015-05-23
* WebP encoder: use WebPAnimEncoder API when available.Urvang Joshi2015-05-23
* Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer2015-05-22
|\
| * mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-22
* | Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-22
* | Merge commit 'd528045558825f01472e9bee873f60c98d661e53'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-22
* | Merge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Drop stream_codec_tagVittorio Giovara2015-05-22
* | Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-22
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
| * hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-19
* | avcodec/movtextdec: Add support for large boxes(>32 bit)Niklesh2015-05-22
* | avcodec/mpeg12dec: Fix chroma locationMichael Niedermayer2015-05-22
* | WebP encoder: extract out some methods into a separate helper library.Urvang Joshi2015-05-22
* | avcodec/mips: loongson fix bugs in mathops optimization周晓勇2015-05-21
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-05-21
|\ \
| * | lavc/qdrw: Do not fail decoding valid Quickdraw images.Carl Eugen Hoyos2015-05-21
* | | libvpx: add support for yuv440p and yuv440p10/12 encodingJames Almer2015-05-20
|/ /
* | avcodec/vmnc: Add back adapted comment about 24bitVittorio Giovara2015-05-20
* | avcodec/vmnc: Simplify "24bit" supportMichael Niedermayer2015-05-20
* | Merge commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d'Michael Niedermayer2015-05-20
|\|
| * vmnc: Delay pixel size checkVittorio Giovara2015-05-19
* | avcodec/hevc: Remove unused variableMichael Niedermayer2015-05-20
* | avcodec: add mathops testMichael Niedermayer2015-05-20
* | lavc/vmnc: Fix 32bit colour-space, there is no transparency.Carl Eugen Hoyos2015-05-20
* | Fix movtext crashes caused due to lack of proper bounds checkingNiklesh2015-05-19
* | avcodec/flacenc: Support Multi dimensional quantizationMichael Niedermayer2015-05-20
* | avcodec/flacenc: Mark pointers/array arguments const which are not changedMichael Niedermayer2015-05-19
* | avcodec/flacenc: Simplify md5 calculation code by using AV_WL24()Michael Niedermayer2015-05-19
* | avcodec/flacenc: Move udata and sums to FlacSubframeMichael Niedermayer2015-05-19
* | avcodec/flacenc: Support calculating rice parameters exactlyMichael Niedermayer2015-05-19
* | avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params()Michael Niedermayer2015-05-19
* | avcodec/golomb: Remove disabled and broken codeMichael Niedermayer2015-05-19
* | avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initializationMichael Niedermayer2015-05-19
* | libavcodec/x265: detect csps in libx265_encode_init_csp()Steve Borho2015-05-18
* | avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatia...Michael Niedermayer2015-05-18
* | avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to hevc_trans...Michael Niedermayer2015-05-18
* | Merge remote-tracking branch 'rbultje/vp9-bugfixes'Michael Niedermayer2015-05-18
|\ \
| * | vp9: match another find_ref_mvs() bug in libvpx.Ronald S. Bultje2015-05-16
| * | vp9: fix scaled motion vector clipping for sub8x8 blocks.Ronald S. Bultje2015-05-16
| * | vp9: improve signbias check.Ronald S. Bultje2015-05-15
| * | vp9: don't allow compound references if error_resilience is enabled.Ronald S. Bultje2015-05-15
| * | vp9: clamp segmented lflvl before applying ref/mode deltas.Ronald S. Bultje2015-05-15