summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-21
|\
| * dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-21
| * Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-21
| * lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-21
| * lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-21
| * ac3dec: actually use drc_scale private optionAnton Khirnov2011-09-21
| * lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macrosAnton Khirnov2011-09-21
| * msmpeg4: remove leftover unused debug variable declarationDiego Biurrun2011-09-21
| * Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
| * Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-21
| * rv34: Check for invalid slice offsetsLaurent Aimar2011-09-20
* | prores: Add forgotten Copyright statementsMichael Niedermayer2011-09-21
* | prores: Simplify code furtherMichael Niedermayer2011-09-21
* | prores: simplify 4444 handlingJonne Ahner2011-09-20
* | prores: fixes a few prores 4444 samplesJonne Ahner2011-09-20
* | prores: use shift instead of multiplyJonne Ahner2011-09-20
* | Use correct LOCAL_ALIGNED for stack variables instead of DECLARE_ALIGNED.Reimar Döffinger2011-09-20
* | Remove unused variable.Reimar Döffinger2011-09-20
* | h264: do not increase recovery frame which would lead to endless moving away ...Michael Niedermayer2011-09-20
* | h264: reset recovery frame on seeks.Michael Niedermayer2011-09-20
* | Check for invalid slice offsets in real decoder.Laurent Aimar2011-09-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-19
|\|
| * rv34: Fix potential overreadsLaurent Aimar2011-09-19
| * rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar2011-09-19
| * rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-09-19
| * rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-19
* | allcodecs: cosmeticMichael Niedermayer2011-09-19
* | calculate frame_num for recovery point "keyframe"John Stebbins2011-09-18
* | h264dec: add forgotten copying of h->syncMichael Niedermayer2011-09-18
* | lavc: better reference to AVOptionsMichael Niedermayer2011-09-18
* | h264dec: Support CODEC_FLAG2_SHOW_ALL.Michael Niedermayer2011-09-18
* | mpeg2dec: support CODEC_FLAG2_SHOW_ALL.Michael Niedermayer2011-09-18
* | lavc: Document that AVOptions should be used.Michael Niedermayer2011-09-18
* | lavc: add CODEC_FLAG2_SHOW_ALLMichael Niedermayer2011-09-18
* | Avoid NULL dereference on corrupted bitstream with real decoder.Laurent Aimar2011-09-18
* | Reject slices that does not have the same type than the first one in RV10/RV2...Laurent Aimar2011-09-18
* | timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.Michael Niedermayer2011-09-18
* | check all svq3_get_ue_golomb() returns.Michael Niedermayer2011-09-17
* | h264dec: Dont display trash before a keyframe.Michael Niedermayer2011-09-17
* | rv34: check for size mismatchMichael Niedermayer2011-09-17
* | Fix buffer size used for MC of B frames after a resolution change in the real...Laurent Aimar2011-09-17
* | Fix js_vlc_bits value validation when joint stereo is used in cook decoder.Laurent Aimar2011-09-17
* | Fix potential overreads in rv34 decoder.Laurent Aimar2011-09-17
* | mjpegdec: print nb_components too in pict debug infoMichael Niedermayer2011-09-17
* | mjpegdec: make sure we dont interpret things after the bitstream buffer as re...Michael Niedermayer2011-09-17
* | mjpegdec: Remove buggy avid hacks, they dont do anything good with any file i...Michael Niedermayer2011-09-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-16
|\|
| * libx264: introduce slice-max-size optionLuca Barbato2011-09-16
| * Fixed size given to init_get_bits().Laurent Aimar2011-09-15
| * smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-14