aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mpeg12: skip frames consistentlyJanne Grunau2013-05-281-5/+13
* wavpack: check that all the channels were coded.Anton Khirnov2013-05-281-0/+5
* wavpack: check that there aren't too many blocks per packetAnton Khirnov2013-05-281-0/+5
* wavpack: extract channel information from the bitstreamAnton Khirnov2013-05-281-17/+18
* wavpack: extract sample rate from the bitstreamAnton Khirnov2013-05-281-23/+43
* indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov2013-05-281-3/+6
* indeo4: add missing Haar and slanted transformsKostya Shishkov2013-05-283-13/+294
* dxtory v2 supportKostya Shishkov2013-05-282-23/+157
* vc1dec: Remove interlaced warningMichael Niedermayer2013-05-283-6/+1
* vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer2013-05-281-26/+32
* vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4Michael Niedermayer2013-05-281-2/+2
* vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n...Michael Niedermayer2013-05-281-21/+42
* vc1dec: Fix doxy for vc1_mc_4mv_chroma4()Michael Niedermayer2013-05-281-1/+1
* vc1dec: Drop old use_ic code from vc1_b_mcMichael Niedermayer2013-05-281-13/+0
* vc1: Use shuffled use_ic instead of equally shuffled mv_modeMichael Niedermayer2013-05-281-11/+24
* vc1dec: Implement intensity compensation for vc1_interp_mc()Michael Niedermayer2013-05-281-0/+25
* vc1dec: Redesign the intensity compensationMichael Niedermayer2013-05-283-37/+107
* vc1dec: Shuffle field MVs after decoding, not beforeMichael Niedermayer2013-05-282-18/+4
* matroskadec: export full wavpack blocks.Anton Khirnov2013-05-281-40/+12
* wavpack demuxer: export full wavpack blocks.Anton Khirnov2013-05-281-19/+14
* wavpack: don't set sample format in init.Anton Khirnov2013-05-281-4/+1
* wavpack: remove a useless parameter from wavpack_decode_block().Anton Khirnov2013-05-281-5/+4
* wavpack: return an error on 0-sized blocksAnton Khirnov2013-05-281-6/+1
* wavpack: remove a useless check.Anton Khirnov2013-05-281-5/+0
* wavpack: add an error message to a failure.Anton Khirnov2013-05-281-1/+4
* wavpack: return 0 instead of samples count from decoding functionsAnton Khirnov2013-05-281-15/+14
* wavpack: switch to planar outputAnton Khirnov2013-05-281-76/+44
* wavpack: drop redundant if/else blocksAnton Khirnov2013-05-281-14/+2
* wavpack: remove the subframes codec capAnton Khirnov2013-05-281-1/+1
* smacker: add a clarification notice about audio decodingKostya Shishkov2013-05-281-0/+1
* Revert "smackaud: clip output samples"Kostya Shishkov2013-05-271-4/+4
* fix scalarproduct_and_madd_int16_altivec() for orders > 16Kostya Shishkov2013-05-261-2/+2
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-241-54/+5
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-244-282/+2
* h264_parser: Set field_order and picture_structure.Yusuke Nakamura2013-05-243-6/+64
* avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura2013-05-242-1/+18
* wavpack: check packet size earlyLuca Barbato2013-05-221-0/+3
* wavpack: use bytestream2 in wavpack_decode_blockLuca Barbato2013-05-221-83/+83
* mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changesJanne Grunau2013-05-221-0/+3
* proresdec: simplify slice component offsets handlingKostya Shishkov2013-05-211-26/+28
* mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato2013-05-211-0/+5
* ljpeg: use the correct number of components in yuvLuca Barbato2013-05-201-3/+3
* mjpeg: Validate sampling factorsLuca Barbato2013-05-201-0/+7
* mpegvideo: unref old current_picture before allocating a new oneJanne Grunau2013-05-191-1/+2
* vorbis: fallback to normal division instead of crashingLuca Barbato2013-05-191-9/+14
* vorbis: simplify the inner loop in setup_classifsLuca Barbato2013-05-191-4/+4
* vorbis: use normal integer values for iteratorsLuca Barbato2013-05-191-3/+3
* vorbis: refactor vorbis_residue_decode_internalLuca Barbato2013-05-191-20/+32
* win32: Do not use GetProcAddress when compiled for Vista+Jean-Baptiste Kempf2013-05-191-0/+8
* wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato2013-05-181-0/+3