summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* rl2: cosmetics, reformatAnton Khirnov2013-01-06
|
* rl2: use fixed-width integer types where appropriateAnton Khirnov2013-01-06
|
* rl2: return meaningful error codes.Anton Khirnov2013-01-06
|
* cljr: return a meaningful error code.Anton Khirnov2013-01-06
|
* fraps: cosmetics, reformatAnton Khirnov2013-01-06
|
* fraps: return meaningful error codes.Anton Khirnov2013-01-06
|
* kgv1dec: return meaningful error codes.Anton Khirnov2013-01-06
|
* kmvc: return meaningful error codes.Anton Khirnov2013-01-06
|
* wnv1: return meaningful error codes.Anton Khirnov2013-01-06
|
* dpx: return meaningful error codes.Anton Khirnov2013-01-06
|
* truemotion1: return meaningful error codesAnton Khirnov2013-01-06
|
* pnm: return meaningful error codes.Anton Khirnov2013-01-06
|
* xl: return a meaningful error code.Anton Khirnov2013-01-06
|
* xan: return a meaningful error code.Anton Khirnov2013-01-06
|
* xxan: return meaningful error codes.Anton Khirnov2013-01-06
|
* zmbv: return more meaningful error codes.Anton Khirnov2013-01-06
|
* yop: use a meaningful error code.Anton Khirnov2013-01-06
|
* c93: return meaningful error codes.Anton Khirnov2013-01-06
|
* bmv: return meaningful error codes.Anton Khirnov2013-01-06
|
* bmp: return meaningful error codes.Anton Khirnov2013-01-06
|
* bink: operate with pointers to AVFrames instead of whole structs.Anton Khirnov2013-01-06
| | | | This is more correct and avoids breaking extended_data.
* bink: return meaningful error codes.Anton Khirnov2013-01-06
|
* bfi: return meaningful error codes.Anton Khirnov2013-01-06
|
* bethsoftvideo: return meaningful error codes.Anton Khirnov2013-01-06
|
* avs: return meaningful error codes.Anton Khirnov2013-01-06
|
* aura: return meaningful error codes.Anton Khirnov2013-01-06
|
* asvdec: return meaningful error codes.Anton Khirnov2013-01-06
|
* ansi: return a meaningful error codeAnton Khirnov2013-01-06
|
* anm: return meaningful error codesAnton Khirnov2013-01-06
|
* aasc: return meaningful error codes.Anton Khirnov2013-01-06
|
* 8bps: return meaningful error codes.Anton Khirnov2013-01-06
|
* 4xm: operate with pointers to AVFrames instead of whole structs.Anton Khirnov2013-01-06
| | | | This is more correct and avoids breaking extended_data.
* 4xm: eliminate a pointless indirectionAnton Khirnov2013-01-06
|
* 4xm: simplify code with FFSWAPAnton Khirnov2013-01-06
|
* 4xm: return meaningful error codesAnton Khirnov2013-01-06
|
* build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-03
| | | | | | | | | | The function find_things() in configure is confused by component registration calls as part of multiline macros defining combined component registration. Coalesce those macros into one line to work around the issue. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Martin Storsjö <martin@martin.st>
* h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-03
| | | | | | | Comparing AVCodecContext.pix_fmt against the get_pixel_format() return value has the side effect of calling the get_format() callback on each slice. Users of the callback will probably handle hardware accelerator initialization in the callback.
* truemotion2: Sanitize tm2_read_header()Diego Biurrun2012-12-31
| | | | Also give a variable a more sensible name.
* cavsdec: export picture type in the output frameAnton Khirnov2012-12-30
|
* cavs: deMpegEncContextizeAnton Khirnov2012-12-30
| | | | | | | | | | | It does not use any of the mpegvideo infrastructure, just a few fields from the context. Fixes a segfault with the emu edge flag, since emu edge buffer is now allocated as a part of the frame buffer allocation and cavs calls ff_get_buffer() directly, it does not use mpegvideo buffer management. Fixes a memleak of the last frame.
* cavs: cosmetics, reformat top partAnton Khirnov2012-12-30
|
* cavsdec: cosmetics, reformatAnton Khirnov2012-12-30
|
* libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun2012-12-30
| | | | | libavcodec/utils.c:1050:5: warning: missing braces around initializer [-Wmissing-braces] libavcodec/utils.c:1314:5: warning: missing braces around initializer [-Wmissing-braces]
* snow: use VideoDSPContextLuca Barbato2012-12-29
| | | | It was left over from the initial conversion.
* cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-28
|
* mpegvideo: initialize videodsp with correct pixel depthJanne Grunau2012-12-26
| | | | | Fixes decoding of 9/10 bit per pixel h264 videos as reported in https://bugzilla.libav.org/show_bug.cgi?id=404 .
* wnv1: cosmetics, reformatAnton Khirnov2012-12-24
|
* xan: remove a trivially true if().Anton Khirnov2012-12-24
| | | | | This function used to be shared with the xxan decoder, but that is not true anymore.
* ansi: do not depend on get_buffer() initializing the frame.Anton Khirnov2012-12-24
| | | | | The background changes from 128 (used by the default/cmdutils get_buffer()) to 0. This looks more correct.
* zerocodec: remove an unused variable.Anton Khirnov2012-12-24
|