summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* indeo2: cosmetics, reformatAnton Khirnov2013-01-061-32/+34
* indeo2: check decoding errors.Anton Khirnov2013-01-061-12/+25
* indeo2: return meaningful error codesAnton Khirnov2013-01-061-7/+7
* rl2: cosmetics, reformatAnton Khirnov2013-01-061-40/+42
* rl2: use fixed-width integer types where appropriateAnton Khirnov2013-01-061-12/+13
* rl2: return meaningful error codes.Anton Khirnov2013-01-061-6/+6
* cljr: return a meaningful error code.Anton Khirnov2013-01-061-3/+3
* fraps: cosmetics, reformatAnton Khirnov2013-01-061-48/+52
* fraps: return meaningful error codes.Anton Khirnov2013-01-061-27/+31
* kgv1dec: return meaningful error codes.Anton Khirnov2013-01-061-3/+3
* kmvc: return meaningful error codes.Anton Khirnov2013-01-061-6/+6
* wnv1: return meaningful error codes.Anton Khirnov2013-01-061-4/+4
* dpx: return meaningful error codes.Anton Khirnov2013-01-061-9/+9
* truemotion1: return meaningful error codesAnton Khirnov2013-01-061-12/+12
* pnm: return meaningful error codes.Anton Khirnov2013-01-062-21/+21
* xl: return a meaningful error code.Anton Khirnov2013-01-061-3/+3
* xan: return a meaningful error code.Anton Khirnov2013-01-061-1/+1
* xxan: return meaningful error codes.Anton Khirnov2013-01-061-6/+6
* zmbv: return more meaningful error codes.Anton Khirnov2013-01-061-2/+2
* yop: use a meaningful error code.Anton Khirnov2013-01-061-1/+1
* c93: return meaningful error codes.Anton Khirnov2013-01-061-10/+10
* bmv: return meaningful error codes.Anton Khirnov2013-01-061-8/+8
* bmp: return meaningful error codes.Anton Khirnov2013-01-061-15/+15
* bink: operate with pointers to AVFrames instead of whole structs.Anton Khirnov2013-01-061-26/+30
* bink: return meaningful error codes.Anton Khirnov2013-01-061-53/+56
* bfi: return meaningful error codes.Anton Khirnov2013-01-061-6/+6
* bethsoftvideo: return meaningful error codes.Anton Khirnov2013-01-061-3/+3
* avs: return meaningful error codes.Anton Khirnov2013-01-061-5/+5
* aura: return meaningful error codes.Anton Khirnov2013-01-061-5/+5
* asvdec: return meaningful error codes.Anton Khirnov2013-01-061-10/+10
* ansi: return a meaningful error codeAnton Khirnov2013-01-061-2/+2
* anm: return meaningful error codesAnton Khirnov2013-01-061-4/+4
* aasc: return meaningful error codes.Anton Khirnov2013-01-061-4/+4
* 8bps: return meaningful error codes.Anton Khirnov2013-01-061-5/+6
* 4xm: operate with pointers to AVFrames instead of whole structs.Anton Khirnov2013-01-061-21/+31
* 4xm: eliminate a pointless indirectionAnton Khirnov2013-01-061-11/+2
* 4xm: simplify code with FFSWAPAnton Khirnov2013-01-061-4/+2
* 4xm: return meaningful error codesAnton Khirnov2013-01-061-19/+20
* build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-031-3/+1
* h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-031-14/+19
* truemotion2: Sanitize tm2_read_header()Diego Biurrun2012-12-311-23/+21
* cavsdec: export picture type in the output frameAnton Khirnov2012-12-302-16/+15
* cavs: deMpegEncContextizeAnton Khirnov2012-12-303-156/+189
* cavs: cosmetics, reformat top partAnton Khirnov2012-12-301-132/+145
* cavsdec: cosmetics, reformatAnton Khirnov2012-12-301-599/+617
* libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun2012-12-301-2/+2
* snow: use VideoDSPContextLuca Barbato2012-12-292-1/+3
* cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-281-395/+415
* mpegvideo: initialize videodsp with correct pixel depthJanne Grunau2012-12-261-1/+1
* wnv1: cosmetics, reformatAnton Khirnov2012-12-241-20/+22