10261 Commits (a9b02043740580d48b0681e3200fd44b0fa847bf)

Author SHA1 Message Date
Måns Rullgård 3e6015cc18 ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs 16 years ago
Reimar Döffinger 9881d05d80 100l in avpicture_layout: width of chroma planes depends on format depth, too. 16 years ago
Kostya Shishkov 53b04467ae Warn when WVC1 cannot be decoded 16 years ago
Reimar Döffinger 3bb984987c Hack: set the coded frame PTS to the incoming PTS. 16 years ago
Reimar Döffinger 268fcbe2c8 Fix 100l incorrect bitmask check. 16 years ago
Kostya Shishkov 9e553f7acc Print error message when true interlaced VC-1 frames are encountered 16 years ago
Robert Swain 0359289d1d AAC: Fix regression introduced in r20067 where ADTS files would always be 16 years ago
David Conrad 144fec83b3 dca and aac decoders use float_to_int16_interleave, so check for 16 years ago
Måns Rullgård 12bf71b691 ARM: whitespace cosmetics 16 years ago
Måns Rullgård bef966e341 ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 16 years ago
Måns Rullgård 2ad4c241c8 ARM: make function names all-lowercase 16 years ago
Måns Rullgård cf57bea6fb ARM: enable ARMv4 add_pixels_clamped 16 years ago
Måns Rullgård 153f49570f ARM: ARMv6 optimised add_pixels_clamped() 16 years ago
Måns Rullgård c8315e9186 ARM: whitespace cosmetics 16 years ago
Nathan Caldwell 73c6f59830 Move HuffYUV left prediction to dsputil. 16 years ago
Andrew Dennison 95ce961d88 Since some junk may be or may be not present before actual VC-1 extradata, 16 years ago
Reimar Döffinger 01418506a2 Remove casts that are useless since the argument is void *. 16 years ago
Jai Menon 1c38da85e6 Allow building api-example from outside of libavcodec and also 16 years ago
Justin Ruggles 9a9964c50e cosmetics: reindent and line wrap after last commit 16 years ago
Justin Ruggles d6eee9f3e9 alacenc: add a fixed LPC coefficient mode as compression level 1. old 16 years ago
Michael Niedermayer 1fe4abf397 Revert: 16 years ago
Måns Rullgård 55c0e1e6d2 ARM: add ff_ prefix to lots of functions 16 years ago
Måns Rullgård 9abcc9a6f4 ARM: cosmetics 16 years ago
Måns Rullgård f67e0b824f ARM: replace some #if with if() 16 years ago
Måns Rullgård 701c618f7d ARM: clean up file/function naming conventions 16 years ago
Måns Rullgård 84d430f85a ARM: clean up dsputil initialisation 16 years ago
Peter Ross 384f26f428 Sun Raster RGB support 16 years ago
Måns Rullgård 1febba1e62 ARM: shorten some long macro names 16 years ago
Måns Rullgård 2e823300a6 ARM: update ldm/stm instructions to modern syntax 16 years ago
Måns Rullgård abff992d36 ARM: whitespace cosmetics 16 years ago
Robert Swain f640478b56 Reindent after channel layout commit from yesterday 16 years ago
Sascha Sommer aac4b0a47e increase maximum compressed frame size 16 years ago
Sascha Sommer 037396d099 return AVERROR_INVALIDDATA when the bitstream could not be decoded 16 years ago
Peter Ross dae0d1e21c Support decoding of uncompressed PCX scanlines 16 years ago
Måns Rullgård c61e40b728 ARM: use plain labels for pc-relative addressing 16 years ago
Måns Rullgård b44c6d8edb ARM: remove unnecessary .fpu neon directives 16 years ago
Måns Rullgård fd818a21c7 ARM: use undocumented .syntax directive to enable UAL syntax 16 years ago
Robert Swain 53a71e1ba4 Add vorbis channel layout support according to those defined in the Vorbis I 16 years ago
Måns Rullgård e654b7c29e ARM: apply extern symbol prefix where needed 16 years ago
Reimar Döffinger 681c180dc4 Make avcodec_open set codec_id and codec_type if they haven't been set. 16 years ago
Reimar Döffinger 43d7c6118d put_bits can only reliably write up to 31 bit bits, above it relies on 16 years ago
Reimar Döffinger ec65675504 Use MANGLE in cavsdsp, the current version using "m" constraints will not 16 years ago
Benoit Fouet 05ec0c0012 Fix indentation after last commit. 16 years ago
Anne-Laure de Smit e23dd95dc2 Add support for TARGA images without RLE compression. 16 years ago
Diego Biurrun 2499f4e09e Fix wrongly indented block. 16 years ago
Diego Biurrun 081c14a318 Use "!exp" instead of "exp == NULL" in if condition. 16 years ago
Diego Biurrun 37a4269d70 cosmetics: K&R coding style, prettyprinting 16 years ago
Kostya Shishkov a8b95021e5 Do not attempt to decode TIFF files containing fax data with uncompressed 16 years ago
Kostya Shishkov 8355572f91 lavc MJPEG decoder is capable of decoding some extended sequential 16 years ago
Kostya Shishkov 5073cca404 Make BMP decoder produce flipped picture with RLE compression. 16 years ago