summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* j2kenc: Fix use of value before its initialized.Michael Niedermayer2011-09-27
* j2kenc: only list pixel formats that fully work currently.Michael Niedermayer2011-09-27
* j2kenc: fix colors on yuv444Michael Niedermayer2011-09-27
* j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled yuv formatsMichael Niedermayer2011-09-27
* build system: enable j2kencMichael Niedermayer2011-09-27
* j2kenc: fix coded_frame and prevent null pointer dereference.Michael Niedermayer2011-09-27
* j2kenc: Update ff_j2k_init_component() argumentsMichael Niedermayer2011-09-27
* j2kenc: fix arguments for ff_j2k_getnbctxno()Michael Niedermayer2011-09-27
* j2kenc: mark as experimental.Michael Niedermayer2011-09-27
* j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/Michael Niedermayer2011-09-27
* j2kenc: update codec name to modern ffmpegMichael Niedermayer2011-09-27
* j2kenc: cleanup() is not used outside thus it is staticMichael Niedermayer2011-09-27
* j2kenc: update function name.Michael Niedermayer2011-09-27
* Check for out of bound writes when building tree in bink decoder.Laurent Aimar2011-09-27
* Check for various out of bound writes in the bink decoder.Laurent Aimar2011-09-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\
| * ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-26
| * ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-26
| * ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-26
| * ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-26
| * ws_snd: make sure number of channels is 1Justin Ruggles2011-09-26
| * ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-26
| * ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles2011-09-26
| * flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles2011-09-26
| * oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
| * cosmetics: reindent and pretty-printJustin Ruggles2011-09-25
| * libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles2011-09-25
* | Reset internal state on corrupted blocks in wavpack decoder.Laurent Aimar2011-09-27
* | Validate the number of audio channels before using it in wmapro decoder.Laurent Aimar2011-09-27
* | libx264: free x4->seiMichael Niedermayer2011-09-26
* | Fix a buffer overflow in libx264 interface to x264 encoder. Previous code ign...Mike Scheutzow2011-09-26
* | libaac+ supporttipok2011-09-26
* | mjpegenc: use named struct initializersAurelien Jacobs2011-09-26
* | h264dec: fix decoding problems introduced with baad01d8b4bfe63c7c4e571ed553f7...Michael Niedermayer2011-09-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-25
|\|
| * ppc: fix 32-bit PIC buildMans Rullgard2011-09-25
| * vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-25
| * h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-25
* | Check for out of bound bands limit in mpc v8 decoder.Laurent Aimar2011-09-25
* | g729dec: avoid unnecessary struct copyingVitor Sessak2011-09-25
* | g729dec: remove useless headersVitor Sessak2011-09-25
* | g729dec: fix warnings:Vitor Sessak2011-09-25
* | g729dec: Fix warnings:Vitor Sessak2011-09-25
* | g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()Vitor Sessak2011-09-25
* | Support LZW and ZLIB compressed 4bpp tiff samples.Carl Eugen Hoyos2011-09-25
* | h264: improve checks before calling ff_h264_decode_extradataAlexander Strasser2011-09-25
* | h264: ff_h264_decode_extradata: check buffer argsAlexander Strasser2011-09-25
* | cosmetics, remove unused and rename variables for consistencyJean First2011-09-25
* | tiffenc: Enable RGB48LE (16-bit) encoding supportJean First2011-09-25
* | tiffdec: add RGB48 (16bit) supportJean First2011-09-25