summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/y41pdec: Avoid using float for size testMichael Niedermayer2015-05-231-1/+1
* libwebp: simplify AVCodec.close functionsJames Almer2015-05-234-16/+9
* avcodec/dcadec: Search and decode frame in case it starts later in a packetMichael Niedermayer2015-05-231-2/+5
* libwebp: use a separate AVClass for each encoderJames Almer2015-05-233-8/+14
* libwebpenc_common: add header guardsJames Almer2015-05-231-0/+5
* libwebp: remove unneeded definesJames Almer2015-05-231-2/+0
* WebP encoder: use WebPAnimEncoder API when available.Urvang Joshi2015-05-234-2/+150
* Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer2015-05-224-24/+23
|\
| * mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-224-21/+22
* | Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'Michael Niedermayer2015-05-223-13/+13
|\ \ | |/
| * mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-223-13/+13
* | Merge commit 'd528045558825f01472e9bee873f60c98d661e53'Michael Niedermayer2015-05-223-38/+38
|\ \ | |/
| * mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-223-42/+38
* | Merge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc'Michael Niedermayer2015-05-221-1/+0
|\ \ | |/
| * mpegvideo: Drop stream_codec_tagVittorio Giovara2015-05-221-1/+0
* | Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer2015-05-227-12/+11
|\ \ | |/
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-227-9/+8
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-2224-146/+132
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-2222-125/+117
| * hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-191-1/+1
* | avcodec/movtextdec: Add support for large boxes(>32 bit)Niklesh2015-05-221-4/+15
* | avcodec/mpeg12dec: Fix chroma locationMichael Niedermayer2015-05-221-4/+8
* | WebP encoder: extract out some methods into a separate helper library.Urvang Joshi2015-05-224-271/+360
* | avcodec/mips: loongson fix bugs in mathops optimization周晓勇2015-05-211-51/+0
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-05-211-1/+0
|\ \
| * | lavc/qdrw: Do not fail decoding valid Quickdraw images.Carl Eugen Hoyos2015-05-211-1/+0
* | | libvpx: add support for yuv440p and yuv440p10/12 encodingJames Almer2015-05-202-1/+27
|/ /
* | avcodec/vmnc: Add back adapted comment about 24bitVittorio Giovara2015-05-201-0/+2
* | avcodec/vmnc: Simplify "24bit" supportMichael Niedermayer2015-05-201-15/+6
* | Merge commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d'Michael Niedermayer2015-05-201-4/+15
|\ \ | |/
| * vmnc: Delay pixel size checkVittorio Giovara2015-05-191-4/+15
* | avcodec/hevc: Remove unused variableMichael Niedermayer2015-05-201-1/+1
* | avcodec: add mathops testMichael Niedermayer2015-05-202-0/+27
* | lavc/vmnc: Fix 32bit colour-space, there is no transparency.Carl Eugen Hoyos2015-05-201-1/+1
* | Fix movtext crashes caused due to lack of proper bounds checkingNiklesh2015-05-191-3/+15
* | avcodec/flacenc: Support Multi dimensional quantizationMichael Niedermayer2015-05-201-0/+45
* | avcodec/flacenc: Mark pointers/array arguments const which are not changedMichael Niedermayer2015-05-191-5/+5
* | avcodec/flacenc: Simplify md5 calculation code by using AV_WL24()Michael Niedermayer2015-05-191-3/+1
* | avcodec/flacenc: Move udata and sums to FlacSubframeMichael Niedermayer2015-05-191-9/+12
* | avcodec/flacenc: Support calculating rice parameters exactlyMichael Niedermayer2015-05-191-27/+62
* | avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params()Michael Niedermayer2015-05-191-1/+3
* | avcodec/golomb: Remove disabled and broken codeMichael Niedermayer2015-05-191-6/+0
* | avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initializationMichael Niedermayer2015-05-191-1/+1
* | libavcodec/x265: detect csps in libx265_encode_init_csp()Steve Borho2015-05-181-3/+3
* | avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatia...Michael Niedermayer2015-05-181-4/+4
* | avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to hevc_trans...Michael Niedermayer2015-05-181-2/+2
* | Merge remote-tracking branch 'rbultje/vp9-bugfixes'Michael Niedermayer2015-05-183-112/+187
|\ \
| * | vp9: match another find_ref_mvs() bug in libvpx.Ronald S. Bultje2015-05-161-10/+20
| * | vp9: fix scaled motion vector clipping for sub8x8 blocks.Ronald S. Bultje2015-05-162-62/+70
| * | vp9: improve signbias check.Ronald S. Bultje2015-05-151-5/+4
OpenPOWER on IntegriCloud