summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 4xm: refactor fourxm_read_headerLuca Barbato2013-06-121-1/+3
* 4xm: use the correct logging contextLuca Barbato2013-06-121-2/+2
* g2meet: Fix a typo in the height comparisonMichael Niedermayer2013-06-121-1/+1
* g2meet: do not leak buffersKostya Shishkov2013-06-121-0/+2
* g2meet: more graceful cursor loadingKostya Shishkov2013-06-121-18/+53
* g2meet: reset dimensions on header parsing errorsKostya Shishkov2013-06-121-5/+12
* lavc: add a libwavpack encoder wrapperAnton Khirnov2013-06-104-1/+197
* lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov2013-06-101-15/+8
* utvideodec: Set colorspace by codec_tag.Yusuke Nakamura2013-06-101-0/+4
* utvideodec: Support ULH0 and ULH2 formats.Yusuke Nakamura2013-06-101-0/+8
* faxcompr: return meaningful errorsLuca Barbato2013-06-071-19/+19
* faxcompr: K&R formatting cosmeticsLuca Barbato2013-06-071-69/+75
* tiff: do not overread the source bufferLuca Barbato2013-06-071-1/+4
* tiff: cleanup the error pathsLuca Barbato2013-06-071-10/+15
* tiff: refactor fax support in a separate functionLuca Barbato2013-06-071-32/+33
* tiff: refactor deflate support in a separate functionLuca Barbato2013-06-071-25/+37
* h264_parser: K&R formatting cosmeticsLuca Barbato2013-06-071-130/+151
* vorbis: return meaningful errorsLuca Barbato2013-06-071-2/+2
* Go2Webinar decoderKostya Shishkov2013-06-036-2/+837
* vmd: decode videos with no LZ buffer size provided - they might not need itKostya Shishkov2013-06-021-3/+10
* vmd: fix mode 3 decodingKostya Shishkov2013-06-021-12/+18
* tiff: K&R formatting cosmeticsDiego Biurrun2013-06-023-233/+237
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-013-3/+3
* indeo4: expand allowed quantiser rangeKostya Shishkov2013-06-011-1/+5
* proresenc: alpha coding supportKostya Shishkov2013-05-301-21/+220
* arm: Include hpeldsp_neon.o if h264qpel is enabledMartin Storsjö2013-05-301-1/+2
* arm: Don't unconditionally build dsputil filesMartin Storsjö2013-05-301-14/+13
* arm: Only build the FFT init files if FFT is enabledMartin Storsjö2013-05-301-2/+2
* build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun2013-05-302-22/+22
* build: arm: cosmetics: Place all OBJS declarations in alphabetical orderDiego Biurrun2013-05-301-61/+36
* vmd: drop incomplete chunks and spurious samplesLuca Barbato2013-05-291-2/+6
* vmd: refactor the inner decode loopLuca Barbato2013-05-291-78/+82
* vmd: return meaningful errorsLuca Barbato2013-05-291-12/+26
* vmd: use the PALETTE_COUNT constant uniformlyLuca Barbato2013-05-291-1/+1
* 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