17287 Commits (81726a4f0b8a43e19898e2a36fdde80583bafff0)

Author SHA1 Message Date
Anton Khirnov 18009e60d2 aasc: return meaningful error codes. 12 years ago
Anton Khirnov 313da47aa1 8bps: return meaningful error codes. 12 years ago
Anton Khirnov f7d15d2f42 4xm: operate with pointers to AVFrames instead of whole structs. 12 years ago
Anton Khirnov 85383d139a 4xm: eliminate a pointless indirection 12 years ago
Anton Khirnov aa15afb7ce 4xm: simplify code with FFSWAP 12 years ago
Anton Khirnov 10c26e928a 4xm: return meaningful error codes 12 years ago
Clément Bœsch 3048fae63c build: Avoid detecting bogus components named 'x' 12 years ago
Janne Grunau 9ac44ad9d0 h264: check SPS entries directly to detect pixel format changes 12 years ago
Diego Biurrun 117f79de2d truemotion2: Sanitize tm2_read_header() 12 years ago
Anton Khirnov fb0cb11f09 cavsdec: export picture type in the output frame 12 years ago
Anton Khirnov 7d84826400 cavs: deMpegEncContextize 12 years ago
Anton Khirnov 64bb3fa6b7 cavs: cosmetics, reformat top part 12 years ago
Anton Khirnov 185c2ef849 cavsdec: cosmetics, reformat 12 years ago
Diego Biurrun 015da965a6 libavcodec/utils: Add braces to shut up gcc warnings 12 years ago
Luca Barbato d615da60c1 snow: use VideoDSPContext 12 years ago
Diego Biurrun c73c87b412 cosmetics: Prettyprint codec/format/filter registration files 12 years ago
Janne Grunau 1f4ea4e068 mpegvideo: initialize videodsp with correct pixel depth 12 years ago
Anton Khirnov 0a9132b84c wnv1: cosmetics, reformat 12 years ago
Anton Khirnov 51648da4dc xan: remove a trivially true if(). 12 years ago
Anton Khirnov 99e36ddd3e ansi: do not depend on get_buffer() initializing the frame. 12 years ago
Anton Khirnov 261f0b14ed zerocodec: remove an unused variable. 12 years ago
Anton Khirnov 8adfacff5c zmbv: remove some pointless comments and empty lines 12 years ago
Anton Khirnov c6303f8d70 yop: simplify/sanitize the decoding loop 12 years ago
Anton Khirnov f6e395e132 c93: set palette_has_changed. 12 years ago
Anton Khirnov 3eab600752 bmp: cosmetics, reformat 12 years ago
Martin Storsjö 0940580adb lavc: Correct the description of pkt_dts 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 12 years ago
Anton Khirnov b6d7d4efae 8bps: cosmetics 12 years ago
Anton Khirnov c64cf2a37b aasc: cosmetics, reformat 12 years ago
Anton Khirnov 808b2227d7 ansi: remove an extra return 12 years ago
Anton Khirnov c3a76c3dec asvdec: cosmetics, reformat 12 years ago
Anton Khirnov bdfa24514e aura: cosmetics, reformat 12 years ago
Anton Khirnov b047c68783 4xm: don't rely on get_buffer() initializing the frame. 12 years ago
Anton Khirnov 2ca5ca2957 huffyuv: split encoder and decoder into separate files. 12 years ago
Anton Khirnov 6e5c44b043 lavc: make pkt_{p,d}ts doxy less confusing 12 years ago
Anton Khirnov 418693bdc5 lavc: rewrite and extend AVFrame doxy 12 years ago
Justin Ruggles 5778299c7e ttadec: fix last frame handling when seeking 12 years ago
Justin Ruggles 68a04b0cce alacdec: do not be too strict about the extradata size 12 years ago
Justin Ruggles aef5150719 flac: only set channel layout if not previously set or on channel count change 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Luca Barbato 6906b19346 lavc: add missing files for arm 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Anton Khirnov 5823686261 mpeg12: do not decode extradata more than once. 12 years ago
Victor Lopez 1c8bf3bfed h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles 12 years ago
Janne Grunau 45635885e4 mpegvideo: increase edge_emu_buffer size for VC1 12 years ago
Janne Grunau acb571c89a avcodec: bump minor for adaptive h264 frame-mt 12 years ago
Janne Grunau 9e696d2e5f h264: support frame parameter changes during frame-mt 12 years ago
Janne Grunau f1d8763a02 mpegvideo: allocate scratch buffers after linesize is known 12 years ago
Michael Niedermayer ed2d7d5868 ff_h264_direct_ref_list_init: fix B slice check. 12 years ago
Janne Grunau 73ad2c2fa7 h264: increase dist_scale_factor for up to 32 references 12 years ago