summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Second hunk from secrity fix from google.Frank Barchard2011-01-151-1/+1
* do not read over the end of the packetSascha Sommer2011-01-151-0/+6
* Check rangebits to avoid a possible crash.Frank Barchard2011-01-151-1/+9
* Change some band size calculations in Bink decoder to use width in blocksKostya Shishkov2011-01-151-2/+2
* Lagarith: fix decoding of one-coloured frames by reading the per-planeReimar Döffinger2011-01-151-2/+6
* Check symbol validity to avoid a crash, fixes issue 2523.Daniel Kang2011-01-151-0/+4
* cosmetics: spacing, line wrap, and remove unneeded bracesJustin Ruggles2011-01-151-4/+3
* Process all EXP_REUSE blocks at once in exponent_min().Justin Ruggles2011-01-151-12/+25
* Take advantage of per-channel exponent and exponent strategy layout toJustin Ruggles2011-01-151-14/+19
* Simplify compute_exp_strategy() by passing a pointer to all exponents andJustin Ruggles2011-01-151-13/+5
* Use a local variable in the inner loop of group_exponents() to simplify theJustin Ruggles2011-01-151-3/+4
* cosmetics: remove unneeded bracesJustin Ruggles2011-01-151-2/+1
* cosmetics: rename block_num to blk for variable name consistencyJustin Ruggles2011-01-151-9/+9
* Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange byJustin Ruggles2011-01-151-26/+25
* Rearrange exponent buffer to group all blocks for a single channel together.Justin Ruggles2011-01-151-1/+4
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-1510-99/+42
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-153-25/+23
* also support decoding of AVPackets with multiple wma packetsSascha Sommer2011-01-141-3/+5
* H.264: Remove useless arg to chroma_dc_dequant_idct_cJason Garrett-Glaser2011-01-141-5/+5
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-141-1/+1
* Fix SVQ3Jason Garrett-Glaser2011-01-143-19/+23
* Remove outdated comment in h264dsp.hJason Garrett-Glaser2011-01-141-4/+0
* Reindent after r26337.Jason Garrett-Glaser2011-01-141-11/+11
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-144-15/+33
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-1412-65/+227
* H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2011-01-142-60/+46
* add support for blocksize 64Sascha Sommer2011-01-141-5/+6
* don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs2011-01-121-1/+2
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-111-0/+5
* H.264: fix grayscale decoding with explicit wpredJason Garrett-Glaser2011-01-101-1/+2
* Do not stop decoding on pnm files with negative maxval.Carl Eugen Hoyos2011-01-101-1/+1
* In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ...Clément Bœsch2011-01-101-1/+1
* perform height sanity check in mmvideo decoderDaniel Kang2011-01-101-0/+6
* mmvideo: remove some conditional statements by limiting range of half_horiz a...Peter Ross2011-01-101-3/+11
* Handle ID3v1 tag while decoding mp[123] framesClément Bœsch2011-01-101-0/+8
* Check for invalid decode op-codes, fixes issue 2522.Daniel Kang2011-01-101-0/+4
* Check for vectable ID > 0, fixes issue 2508.Daniel Kang2011-01-101-1/+1
* Check for invalid motion vector, fixes issue 2521.Daniel Kang2011-01-101-0/+5
* Check for invalid maxval in pgm decoder, fixes issue 2518.Daniel Kang2011-01-101-0/+4
* Fix reading over the end of the allocated buffer.Anssi Hannula2011-01-091-1/+15
* Check for several overreads, fixes issue 2512.Daniel Kang2011-01-091-3/+14
* Return on negative soff sizes, fixes issue 2515.Daniel Kang2011-01-091-0/+4
* Fix arm asm offsets for arm/mach-oMartin Storsjö2011-01-091-6/+6
* Update asm offsets for armLuca Barbato2011-01-091-6/+6
* fix indentationPeter Ross2011-01-091-3/+3
* eacmv: ensure second-last frame is allocated before referencing itDaniel Kang2011-01-091-0/+1
* Remove unneeded #includeJustin Ruggles2011-01-091-1/+0
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-087-19/+144
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-086-1/+696
* Limit number of samples decoded for WavPack mono mode, so decoded samples willKostya Shishkov2011-01-081-1/+1
OpenPOWER on IntegriCloud