summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov2013-05-28
* indeo4: add missing Haar and slanted transformsKostya Shishkov2013-05-28
* dxtory v2 supportKostya Shishkov2013-05-28
* vc1dec: Remove interlaced warningMichael Niedermayer2013-05-28
* vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer2013-05-28
* vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4Michael Niedermayer2013-05-28
* vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n...Michael Niedermayer2013-05-28
* vc1dec: Fix doxy for vc1_mc_4mv_chroma4()Michael Niedermayer2013-05-28
* vc1dec: Drop old use_ic code from vc1_b_mcMichael Niedermayer2013-05-28
* vc1: Use shuffled use_ic instead of equally shuffled mv_modeMichael Niedermayer2013-05-28
* vc1dec: Implement intensity compensation for vc1_interp_mc()Michael Niedermayer2013-05-28
* vc1dec: Redesign the intensity compensationMichael Niedermayer2013-05-28
* vc1dec: Shuffle field MVs after decoding, not beforeMichael Niedermayer2013-05-28
* matroskadec: export full wavpack blocks.Anton Khirnov2013-05-28
* wavpack demuxer: export full wavpack blocks.Anton Khirnov2013-05-28
* wavpack: don't set sample format in init.Anton Khirnov2013-05-28
* wavpack: remove a useless parameter from wavpack_decode_block().Anton Khirnov2013-05-28
* wavpack: return an error on 0-sized blocksAnton Khirnov2013-05-28
* wavpack: remove a useless check.Anton Khirnov2013-05-28
* wavpack: add an error message to a failure.Anton Khirnov2013-05-28
* wavpack: return 0 instead of samples count from decoding functionsAnton Khirnov2013-05-28
* wavpack: switch to planar outputAnton Khirnov2013-05-28
* wavpack: drop redundant if/else blocksAnton Khirnov2013-05-28
* wavpack: remove the subframes codec capAnton Khirnov2013-05-28
* smacker: add a clarification notice about audio decodingKostya Shishkov2013-05-28
* Revert "smackaud: clip output samples"Kostya Shishkov2013-05-27
* fix scalarproduct_and_madd_int16_altivec() for orders > 16Kostya Shishkov2013-05-26
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-24
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-24
* h264_parser: Set field_order and picture_structure.Yusuke Nakamura2013-05-24
* avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura2013-05-24
* wavpack: check packet size earlyLuca Barbato2013-05-22
* wavpack: use bytestream2 in wavpack_decode_blockLuca Barbato2013-05-22
* mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changesJanne Grunau2013-05-22
* proresdec: simplify slice component offsets handlingKostya Shishkov2013-05-21
* mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato2013-05-21
* ljpeg: use the correct number of components in yuvLuca Barbato2013-05-20
* mjpeg: Validate sampling factorsLuca Barbato2013-05-20
* mpegvideo: unref old current_picture before allocating a new oneJanne Grunau2013-05-19
* vorbis: fallback to normal division instead of crashingLuca Barbato2013-05-19
* vorbis: simplify the inner loop in setup_classifsLuca Barbato2013-05-19
* vorbis: use normal integer values for iteratorsLuca Barbato2013-05-19
* vorbis: refactor vorbis_residue_decode_internalLuca Barbato2013-05-19
* win32: Do not use GetProcAddress when compiled for Vista+Jean-Baptiste Kempf2013-05-19
* wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato2013-05-18
* wavpack: return meaningful errorsLuca Barbato2013-05-18
* wavpack: K&R formatting cosmeticsLuca Barbato2013-05-18
* Escape 130 (RPL) decoderEli Friedman2013-05-18
* prores: decode alpha plane when it's presentKostya Shishkov2013-05-18
* lavc doxy: add avcodec.h to the libavcodec group.Anton Khirnov2013-05-17