aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* pcm: remove redundant assignmentPaul B Mahol2012-01-281-1/+0
* pcm: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* libopencore-amr: fix memleakPaul B Mahol2012-01-281-0/+1
* libopencore-amr: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* libmp3lame: remove dupe assigmentPaul B Mahol2012-01-281-1/+0
* libgsm: remove dupe assigment.Paul B Mahol2012-01-281-1/+0
* libgsm: check return value of gsm_create & avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+7
* Merge palette-only header with actual video frame.Reimar Döffinger2012-01-281-1/+4
* DFA: fix "skip frame" TSW1 encoding.Reimar Döffinger2012-01-281-0/+2
* adpcmenc: refactor some code.Paul B Mahol2012-01-281-4/+3
* adpcmenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-1/+2
* adxenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* ac3enc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* Fix "ouput" typo and add a check.Clément Bœsch2012-01-282-2/+2
* dirac_yasm: fix linking failure due to %ifndefMichael Niedermayer2012-01-282-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-2852-1511/+359
|\
| * libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-271-0/+6
| * sunrast: Document the different Sun Raster file format types.Aneesh Dogra2012-01-271-0/+16
| * sunrast: Add a check for experimental type.Aneesh Dogra2012-01-271-1/+2
| * libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles2012-01-271-1/+1
| * lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov2012-01-272-10/+0
| * lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov2012-01-272-7/+0
| * lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-272-19/+0
| * lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov2012-01-272-32/+0
| * lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-275-57/+0
| * lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-273-65/+0
| * lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-21/+0
| * lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov2012-01-272-6/+0
| * lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-18/+1
| * lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-273-16/+1
| * lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-274-36/+0
| * lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-274-22/+0
| * lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov2012-01-273-44/+0
| * lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-273-65/+0
| * lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-273-18/+0
| * lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-152/+0
| * lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov2012-01-273-32/+0
| * lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov2012-01-273-19/+0
| * lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-273-23/+0
| * lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-274-88/+0
| * lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-275-66/+0
| * lavc: remove disabled FF_API_PALETTE_CONTROL cruft.Anton Khirnov2012-01-272-35/+0
| * lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-275-108/+2
| * lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-275-297/+1
| * lavc: remove the deprecated opt.h header.Anton Khirnov2012-01-273-38/+1
| * lavc: remove the deprecated "ab" option.Anton Khirnov2012-01-271-1/+0
| * lavc: increase major version to 54.Anton Khirnov2012-01-271-2/+2
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-2721-174/+174
| * frwu: check if allocation was successfulPaul B Mahol2012-01-271-0/+2
| * vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar2012-01-271-0/+1