9517 Commits (50f68bdebf79146df8f010bc6bad0b8145077944)

Author SHA1 Message Date
Stefano Sabatini 50f68bdebf Provide a context to av_log() calls in av_set_number2() and 16 years ago
Siarhei Siamashka 460c0abfbb Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") 16 years ago
Michael Niedermayer 4601e76a43 Fix VBV delay for mpeg1/2 CBR. 16 years ago
David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 16 years ago
Alex Converse 107815de42 Subroutine to copy an AAC Program Config Element (PCE) 16 years ago
Alex Converse f2e5c8b96a Cosmetics after last commit 16 years ago
Alex Converse 90350d73f8 Allow parsing and decoding of ADTS AAC files with channel config = 0 16 years ago
Alex Converse ee373ddffd Move the ADTS header size to the parser's header file. 16 years ago
Alex Converse ec21c21563 Add a quick description to the H.264 BSF 16 years ago
Baptiste Coudurier 520ca5032a add casts to silence gcc warnings 16 years ago
Baptiste Coudurier 03e4f1ed7f add casts to silence gcc warnings 16 years ago
Diego Biurrun e19f995263 Fix bandwith vs. bandwiDth typo. 16 years ago
Baptiste Coudurier ca0bb1c49c V210 Uncompressed 4:2:2 10-bit encoder and decoder 16 years ago
Alexander Chemeris c67d725589 Support 16K samplerate in Nellymoser. 16 years ago
David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
Måns Rullgård 014b7ecb66 PPC: 32-bit asm for MAC64 and MLS64 16 years ago
Baptiste Coudurier 61a4fd8e64 sgi encoder does not support pal8 16 years ago
Baptiste Coudurier 30853173b8 reindent 16 years ago
Baptiste Coudurier a7e562291d check for palette presence, fix crash with QT-BMP.mov, issue #1074 16 years ago
Benjamin Larsson 841b45e55d Remove dead nested assignment found by CSA 16 years ago
Baptiste Coudurier 7574dc4c37 update comment for rgb 16 bit in .mov 16 years ago
Diego Biurrun f8c0692d8e Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. 16 years ago
Daniel Verkamp 10ce919561 data parameter of dnxhd_encode_picture() should not be const. 16 years ago
Michael Niedermayer 9a3eaeebad Correct x/ymin to avoid segfault due to out of picture reads. 16 years ago
Daniel Verkamp a1fd2bc350 Add 8088flex TMV video decoder. 16 years ago
Daniel Verkamp 89cb5cd25d Add CGA and palette data for 8088flex TMV decoder. 16 years ago
Ramiro Polla e282272667 mlpdec: Fix possible writing out of array bounds introduced by being 16 years ago
Ramiro Polla e8d341ce19 mlpdec: Split sync word error and MLP sync word check. 16 years ago
Ramiro Polla aff42ee0ff mlpdec: Fix indentation that got mangled from copy&paste. 16 years ago
Kostya Shishkov 512cfd9d54 Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message 16 years ago
Laurent Aimar 992f7db060 Add floating point audio decoding to WavPack decoder. 16 years ago
Laurent Aimar cabb81113a Prepare WavPack decoder to support floating point output. 16 years ago
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
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
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
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