summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
|
* zmbv: remove some pointless comments and empty linesAnton Khirnov2012-12-24
|
* yop: simplify/sanitize the decoding loopAnton Khirnov2012-12-24
| | | | | | | Do not overwrite linesize set by get_buffer(). The last frame in the FATE test is not decoded anymore, since the file is cut and a part of it is missing.
* c93: set palette_has_changed.Anton Khirnov2012-12-24
|
* bmp: cosmetics, reformatAnton Khirnov2012-12-24
|
* lavc: Correct the description of pkt_dtsMartin Storsjö2012-12-23
| | | | | | | | | | The description as updated in 6e5c44b0f made it sound like it is handled exactly like the pts, which it is not. Clarify that it is the packet that triggered returning the frame instead of just the last avpacket (in case of frame threading, it won't be the dts of the last packet). Signed-off-by: Martin Storsjö <martin@martin.st>
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23
|
* 8bps: cosmeticsAnton Khirnov2012-12-23
| | | | Remove some pointless comments and empty lines.
* aasc: cosmetics, reformatAnton Khirnov2012-12-23
|
* ansi: remove an extra returnAnton Khirnov2012-12-23
|