19540 Commits (778bc09bbe5cd5b1044c47ff914de34971e3ba81)
 

Author SHA1 Message Date
Justin Ruggles 778bc09bbe cosmetics: line wrap and vertical alignment 16 years ago
Justin Ruggles 396b73c7f7 ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also 16 years ago
Justin Ruggles 52dc3fc83d cosmetics: indentation after last commit 16 years ago
Justin Ruggles 13ec942869 ac3dec: move channel remapping to outside of block loop 16 years ago
Stefano Sabatini a3015225c7 Implement av_parse_color(). 16 years ago
Michael Niedermayer 9c24cd7236 Extract colorspace fields from MPEG1/2. 16 years ago
Måns Rullgård 1e24f1b25d mpegaudio: enclose SUM8() macro args in parens when used 16 years ago
Måns Rullgård bf030c887f mpegaudio: avoid unnecessary copy in high-precision mode 16 years ago
Måns Rullgård adb206c238 mpegaudio: use av_clip() 16 years ago
Michael Niedermayer 4ee6a5c161 Add colorspace fields to AVCodecContext. 16 years ago
Carl Eugen Hoyos ee273f98e8 Cosmetics: Fix indentation after r18741. 16 years ago
Michael Niedermayer 266c1d901f Do not discard mp3 frames in the parser after a broken frame. 16 years ago
Laurent Aimar 3cb088868c Factorize out integer sample value decoding for WavPack. 16 years ago
Baptiste Coudurier c20a305bca dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034 16 years ago
Baptiste Coudurier c239a65b70 more dvcprohd .mov fourcc, see #1034 16 years ago
Michael Niedermayer 9507d91150 Change VOFW for x86 to 5120, it allows larger images to be scaled and was 16 years ago
Måns Rullgård 3737dd1cd3 PPC: implement MULH() in assembler 16 years ago
Zdenek Kabelac e2fa5cf4c9 Do not scan for MP3 header after the given buffer and return skipped 16 years ago
Diego Biurrun c7279693ae Add note about nonfree license of libfaac. 16 years ago
Kenan Gillet 5b05059d2d Properly handle SILENCE frame. Patch by Kenan Gillet. 16 years ago
Benjamin Larsson 6b71ed1678 Remove dead assignments found by CSA 16 years ago
Laurent Aimar 66311f86d4 Check whether extra bits block has enough data. 16 years ago
Benjamin Larsson 241f5eab32 Remove dead assignments found by CSA 16 years ago
Benjamin Larsson 10c773c12f Remove dead assignments found by CSA 16 years ago
Cédric Schieli f267119786 Fix chroma shift when scaling from ARGB on LE and BGRA on BE 16 years ago
Laurent Aimar 418f77ec6e Decode extended bitstream for high-precision WavPack files. 16 years ago
Zdenek Kabelac 92147b6bec Use new packet reading API, fixes a memory leak. 16 years ago
Stefano Sabatini 2e032b32df Prefer (void) over () in function prototype. 16 years ago
Stefano Sabatini dd04911c4e Make graphparser.c use av_get_token(). 16 years ago
Michael Niedermayer d11dbf092c av_get_token() 16 years ago
Michael Niedermayer 714127812c Ignore first entry of intra matrixes if it is invalid. 16 years ago
Michael Niedermayer 45ccc61a06 Factorize quantization matrix loading code out. 16 years ago
Ramiro Polla da00b52578 Don't #if a function declaration and properly indent it. 16 years ago
Ramiro Polla bf4f19dc65 mlpdec: Move MLP's filter_channel() to dsputils. 16 years ago
Ramiro Polla 52bcc8e13c Document change in r18719. 16 years ago
Ramiro Polla ce1d9c851c Export av_free_packet(). 16 years ago
Diego Biurrun f0a75e66b9 Add missing return statement to out-of-memory condition. Fixes the warning: 16 years ago
Måns Rullgård 4c27207c12 configure: fix licence check function 16 years ago
Diego Biurrun a068a7f1f0 Drop unused libamr-nb fixed-point glue code. 16 years ago
Diego Biurrun 2f7ae63ba1 Require --enable-nonfree for turning on libfaac support. 16 years ago
Diego Biurrun 2184c6f7af Factorize GPL and nonfree license checks into a common function. 16 years ago
David Conrad d647ed789f ARM: Use fewer register in NEON put_pixels _y2 and _xy2 16 years ago
David Conrad 428bf2ac88 ARM: NEON put_pixels_clamped 16 years ago
Stefano Sabatini 4b11e833b8 Convert names to the FFmpeg style. 16 years ago
Michael Niedermayer e45aeb38a6 Reset eof state on seeking. 16 years ago
Stefano Sabatini 5efccce2a9 Implement av_get_bits_per_pixel(). 16 years ago
Vitor Sessak 859471565a Revert r18700, documentation of deprecated functions might be useful for 16 years ago
Vitor Sessak 6cf92f6d26 Check if there is enough bytes before reading the buffer in the EA ADPCM 16 years ago
Vitor Sessak 8a06cb14f9 Skip 0x0000 frame footer in EA ADPCM decoder. 16 years ago
Cédric Schieli b78c8e2103 Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c 16 years ago