18083 Commits (f61bece684d9685b07895508e6c1c733b5564ccf)

Author SHA1 Message Date
Diego Biurrun f61bece684 ppc: Add and use convenience macro to check for AltiVec availability 12 years ago
Rafaël Carré 91d4cfb812 apedec: do not buffer decoded samples over AVPackets 12 years ago
Luca Barbato b1f9cdc37f ac3: Return proper error codes 12 years ago
Luca Barbato 818d1f1a3e ac3: Clean up the error paths 12 years ago
Luca Barbato 6258d362b8 ac3: Do not clash with normal AVERROR 12 years ago
Kostya Shishkov 4eb4bb3a02 imc: support mode 1 12 years ago
Kostya Shishkov 9e7b62f0fb twinvq: set block align for codecs and use it in size checks 12 years ago
Diego Biurrun ff9d57e7df h264_cabac: Mark functions calling decode_cabac_residual_internal as noinline 12 years ago
Diego Biurrun f407856968 arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoder 12 years ago
Diego Biurrun 84784c297f libfdk-aacdec: formatting cosmetics 12 years ago
Diego Biurrun 8506ff97c9 vp56: Mark VP6-only optimizations as such. 12 years ago
Diego Biurrun e7b31844f6 x86: Split DCT and FFT initialization into separate files 12 years ago
Diego Biurrun 0b45269c2d x86: h264_idct: Remove incorrect comment 12 years ago
Diego Biurrun e95930eda1 avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM 12 years ago
Diego Biurrun c18838f5eb h264_ps: Use more meaningful error values 12 years ago
Diego Biurrun 330ad1f6a5 h264_ps: K&R formatting cosmetics 12 years ago
Diego Biurrun 8fed466b0a h264_ps: Drop commented-out cruft 12 years ago
Diego Biurrun c4e43560fe h264data: Move some tables to the only place they are used 12 years ago
Diego Biurrun f34de1486a h264data: Remove unused luma_dc_field_scan table 12 years ago
Martin Storsjö 4f2b469da5 Add a libfdk-aac decoder 12 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 12 years ago
Janne Grunau c34a96a5dd dxa: fix decoding of first I-frame by separating I/P-frame decoding 12 years ago
Luca Barbato 5ef7c84a93 dxa: Make sure the reference frame exists 12 years ago
Luca Barbato c59967fa7c h261: check the mtype index 12 years ago
Kostya Shishkov f399e406af altivec: perform an explicit unaligned load 12 years ago
Diego Biurrun 239f55bf3c vp56data: Move all data tables to the .c file 12 years ago
Diego Biurrun cb214707a6 vp56data: Move all shared enum/struct declarations to common header 12 years ago
Diego Biurrun 38f64c0330 mpeg12decdata.h: Move all tables to the only place they are used 12 years ago
Diego Biurrun ec6c1b1d83 mpeg12decdata: Remove unused #define 12 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 12 years ago
Diego Biurrun 060ce0c697 ivi_common: Make some tables only used within the file static 12 years ago
Janne Grunau e8c0defe13 8bps: decode 24bit files correctly as rgb32 on bigendian 12 years ago
Luca Barbato f13fe6020e rtjpeg: Use init_get_bits8 12 years ago
Luca Barbato 62cc7a9108 rtjpeg: return meaningful error codes 12 years ago
Luca Barbato 2df0776c22 nuv: Use av_fast_realloc 12 years ago
Luca Barbato feaaf5f7f0 nuv: Reset the frame on resize 12 years ago
Luca Barbato 075dbc1855 nuv: Pad the lzo outbuf 12 years ago
Luca Barbato aae159a7cc nuv: Do not ignore lzo decompression failures 12 years ago
Ian Taylor 46dee21a32 png: allow encoding 16-bit grayscale 12 years ago
Hendrik Leppkes 3ca5df36a5 wmall: use AVFrame API properly 12 years ago
Luca Barbato 5a9a9d4a2a lavc: Add refcounted api to AVPacket 12 years ago
Vittorio Giovara c1076d8479 h264: check one context_init() allocation 12 years ago
Vittorio Giovara 5eb488bfa8 h264: use explicit variable names for *_field_flag 12 years ago
Vittorio Giovara b3dc260e7f h264: return meaningful values 12 years ago
Martin Storsjö e743e7ae6e libavutil: Make avpriv_open a library-internal function on msvcrt 12 years ago
Ben Avison 45e10e5c8d arm: Add assembly version of h264_find_start_code_candidate 12 years ago
Ben Avison 218d6844b3 h264dsp: Factorize code into a new function, h264_find_start_code_candidate 12 years ago
Ben Avison 7a82022ee2 h264_parser: Initialize the h264dsp context in the parser as well 12 years ago
Kostya Shishkov 3e5898782d Voxware MetaSound decoder 12 years ago
Rémi Denis-Courmont fee9db1fdf libavcodec: use avpriv_open() 12 years ago