aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cavsdec: avoid possible crash with crafted inputMichael Niedermayer2011-09-071-2/+2
* mjpegdec; even better RSTn skipingMichael Niedermayer2011-09-071-1/+2
* jpegdec: better rst skipingMichael Niedermayer2011-09-071-4/+8
* mpeg4: fix another packed divx issue.Michael Niedermayer2011-09-071-1/+1
* mpeg4: adjust dummy frame threashold for packed divx.Michael Niedermayer2011-09-071-1/+1
* Merge branch 'master' into oldabiMichael Niedermayer2011-08-05432-10630/+12444
|\
| * Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-041-2/+2
| |\
| | * h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.Alex Converse2011-08-031-2/+2
| * | mpegvideo.h: remove the 1 line difference to qatarMichael Niedermayer2011-08-041-1/+0
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-049-23/+22
| |\|
| | * cosmetics: remove some stray comments from AVCodec declarationsDiego Biurrun2011-08-032-2/+0
| | * cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-034-12/+12
| | * arm: Avoid using the movw instruction needlesslyMåns Rullgård2011-08-031-2/+2
| | * Move an int64_t down in MpegEncContextMartin Storsjö2011-08-032-7/+8
| * | Abort if command offset decreases, avoids potential endless loop.Reimar Döffinger2011-08-031-0/+4
| * | Fix a possible miscompilation of cabac with old (broken) compilers.Carl Eugen Hoyos2011-08-031-3/+9
| * | Set bits_per_coded_sample when encoding ADPCM.Carl Eugen Hoyos2011-08-031-0/+2
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-028-16/+41
| |\|
| | * dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-023-9/+33
| | * Correct chroma vector calculation for RealVideo 3.Kostya Shishkov2011-08-021-2/+2
| | * avpacket: signal possibly corrupted packetsLuca Barbato2011-08-022-2/+6
| | * mpeg4videodec: remove dead code that would have detected erroneous encodingDustin Brody2011-08-011-22/+0
| | * aac: Remove some suspicious illegal memcpy()s from LTP.Alex Converse2011-08-011-2/+0
| | * bink: Eliminate unnecessary shadow declaration.Alex Converse2011-08-011-1/+0
| * | Remove non-existing fourcc " Y8".Carl Eugen Hoyos2011-08-011-1/+0
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-013-0/+9
| |\|
| | * lavc: Deprecate unused FF_ER_VERY_AGGRESSIVEDustin Brody2011-07-313-0/+9
| * | Revert bink dequantization hack that is no longer necessary.Reimar Döffinger2011-07-301-18/+2
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30199-2164/+1879
| |\|
| | * H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-295-51/+48
| | * s302m: use nondeprecated audio sample format APIDustin Brody2011-07-291-2/+2
| | * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29191-2109/+1826
| | * x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard2011-07-282-3/+3
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-297-53/+49
| |\|
| | * h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding w...Dustin Brody2011-07-283-3/+5
| | * x86: cabac: don't load/store context values in asmMans Rullgard2011-07-282-34/+10
| | * H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-283-16/+12
| | * vp3/theora: flush after seek.Ronald S. Bultje2011-07-281-0/+22
| * | h264 - Correct implicit weight table computation for long ref picsJeff Downs2011-07-281-1/+3
| * | h264 - correct the check for invalid long term frame index in MMCO decodeJeff Downs2011-07-281-1/+1
| * | h264 - Fix PCM intra coded blocks in monochrome caseJeff Downs2011-07-281-1/+18
| * | h264: improve max slices error messageMichael Niedermayer2011-07-281-1/+1
| * | imgconvert: remove unused and inconsistent PixFmtInfo.depth fieldStefano Sabatini2011-07-281-55/+0
| * | prefer "SAR" over "PAR" in av_dump_format()Stefano Sabatini2011-07-281-1/+1
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-2818-394/+327
| |\|
| | * ppc: remove redundant setting of Altivec IDCTMans Rullgard2011-07-271-9/+0
| | * mpegvideo: initialise DSPContext in ff_dct_common_init()Mans Rullgard2011-07-271-1/+2
| | * cosmetics: reindentJustin Ruggles2011-07-271-3/+3
| | * eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-275-93/+210
| | * dnxhdenc: fix declarations in for loopsMans Rullgard2011-07-271-3/+5