aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: free the padded last frame during audio encoding properlyAnton Khirnov2013-06-201-6/+1
* smacker: check the return value of smacker_decode_treeKostya Shishkov2013-06-161-1/+10
* smacker: fix an off by one in huff.length computationKostya Shishkov2013-06-161-1/+1
* utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau2013-06-161-0/+3
* bitstream: forward error values and drop few abort()Luca Barbato2013-06-161-7/+7
* bitstream: K&R formatting cosmeticsLuca Barbato2013-06-161-70/+74
* h264_mp4toannexb_bsf: return a padded bufferLuca Barbato2013-06-151-1/+1
* h264_mp4toannexb_bsf: factor out extradata parsingLuca Barbato2013-06-151-68/+78
* h264_mp4toannexb_bsf: K&R formatting cosmeticsLuca Barbato2013-06-151-32/+41
* 4xm: check bitstream_size boundary before using itLuca Barbato2013-06-121-1/+3
* 4xm: refactor decode_p_blockLuca Barbato2013-06-121-35/+30
* 4xm: do not overread the source buffer in decode_p_blockLuca Barbato2013-06-121-0/+8
* 4xm: do not overread the prestream bufferLuca Barbato2013-06-121-2/+11
* 4xm: validate the buffer size before parsing itLuca Barbato2013-06-121-4/+17
* 4xm: reject frames not compatible with the declared versionLuca Barbato2013-06-121-0/+3
* 4xm: drop pointless assertLuca Barbato2013-06-121-2/+2
* 4xm: forward errors from decode_p_blockLuca Barbato2013-06-121-12/+22
* 4xm: fold last_picture lazy allocation in decode_p_frameLuca Barbato2013-06-121-9/+11
* 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