summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-15
* also support decoding of AVPackets with multiple wma packetsSascha Sommer2011-01-14
* H.264: Remove useless arg to chroma_dc_dequant_idct_cJason Garrett-Glaser2011-01-14
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-14
* Fix SVQ3Jason Garrett-Glaser2011-01-14
* Remove outdated comment in h264dsp.hJason Garrett-Glaser2011-01-14
* Reindent after r26337.Jason Garrett-Glaser2011-01-14
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2011-01-14
* add support for blocksize 64Sascha Sommer2011-01-14
* don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs2011-01-12
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-11
* H.264: fix grayscale decoding with explicit wpredJason Garrett-Glaser2011-01-10
* Do not stop decoding on pnm files with negative maxval.Carl Eugen Hoyos2011-01-10
* In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ...Clément Bœsch2011-01-10
* perform height sanity check in mmvideo decoderDaniel Kang2011-01-10
* mmvideo: remove some conditional statements by limiting range of half_horiz a...Peter Ross2011-01-10
* Handle ID3v1 tag while decoding mp[123] framesClément Bœsch2011-01-10
* Check for invalid decode op-codes, fixes issue 2522.Daniel Kang2011-01-10
* Check for vectable ID > 0, fixes issue 2508.Daniel Kang2011-01-10
* Check for invalid motion vector, fixes issue 2521.Daniel Kang2011-01-10
* Check for invalid maxval in pgm decoder, fixes issue 2518.Daniel Kang2011-01-10
* Fix reading over the end of the allocated buffer.Anssi Hannula2011-01-09
* Check for several overreads, fixes issue 2512.Daniel Kang2011-01-09
* Return on negative soff sizes, fixes issue 2515.Daniel Kang2011-01-09
* Fix arm asm offsets for arm/mach-oMartin Storsjö2011-01-09
* Update asm offsets for armLuca Barbato2011-01-09
* fix indentationPeter Ross2011-01-09
* eacmv: ensure second-last frame is allocated before referencing itDaniel Kang2011-01-09
* Remove unneeded #includeJustin Ruggles2011-01-09
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-08
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08
* Limit number of samples decoded for WavPack mono mode, so decoded samples willKostya Shishkov2011-01-08
* skip unsupported postproc informationSascha Sommer2011-01-08
* add support for files that do not allow more than 4 subframesSascha Sommer2011-01-08
* fix indentationSascha Sommer2011-01-08
* add support for files where the frames do not have a length prefixSascha Sommer2011-01-08
* Show profile in avcodec_string().Anssi Hannula2011-01-08
* Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sampleBaptiste Coudurier2011-01-07
* Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer2011-01-07
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-07
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-07
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-07
* Check if buffer is large enough for given resolution.Daniel Kang2011-01-07
* Do not overread input buffer.Daniel Kang2011-01-07
* Fail more gracefully for multichannel wavpack in another container.Carl Eugen Hoyos2011-01-07
* Prevent a crash by sanity checking buffer reads.Daniel Kang2011-01-06
* Export dca profile information.Anssi Hannula2011-01-06