9283 Commits (147a90a3e59414a98f09d7a61db6664680a7d631)

Author SHA1 Message Date
Justin Ruggles cd98a03024 flacdec: split frame header decoding and validation into a separate 16 years ago
Gwenole Beauchesne 3c32bac898 Add MPEG-2 bitstream decoding through VA API. 16 years ago
Benoit Fouet 6d69a653d8 Move av_class to AVResampleContext instead of ReSampleContext. 16 years ago
Alex Converse 04964ee8bb AAC: Ignore cc_domain for independent (time domain) coupling. 16 years ago
Stefano Sabatini 620bba1653 Add pcxenc.o to the $OBJS list, it was erroneously removed from it in 16 years ago
Justin Ruggles e8b0395236 flacdec: cosmetics: white space 16 years ago
Justin Ruggles fbc4d9c964 flacdec: cosmetics: separate the pure frame header parsing code from 16 years ago
Diego Biurrun 661ce28996 Rename 'tests' target to 'testprogs'. It is too easily confused with the 16 years ago
Diego Biurrun fd8e28b73e Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders 16 years ago
Stefano Sabatini 6e08ca9c51 Make the pixel formats which were defined as macros: 16 years ago
Justin Ruggles e7e6b06802 flacdec: allow sample rate to change mid-stream, but log a warning 16 years ago
Diego Biurrun 6708cfc4d3 Add rule for building API example programs. 16 years ago
Stefano Sabatini 326e9eaa20 Factorize: use the X_NE() macro in avcodec_get_pix_fmt(). 16 years ago
Justin Ruggles 1448907465 flacdec: cosmetics: indentation 16 years ago
Stefano Sabatini 8199ea3b8c Implement X_NE() macro. 16 years ago
Justin Ruggles e2a38af96e flacdec: change frame bps validation to return an error value if bps 16 years ago
Justin Ruggles f91eaf5deb flacdec: cosmetics: add some braces to if/else statements 16 years ago
Justin Ruggles b6fa746e39 flacdec: skip frame when allocated data size is too small 16 years ago
Justin Ruggles 492cc392fa 10l: don't check against current layout until after validating ch_mode. 16 years ago
Justin Ruggles 7660dc6f4f flacdec: give a more accurate error message when validating channel 16 years ago
Stefano Sabatini d2863e72ab Export to pixdesc.h the av_pix_fmt_descriptors array. 16 years ago
Justin Ruggles 02b26d2d5c flacdec: move data size check to flac_decode_frame() 16 years ago
Justin Ruggles 4285c2923c flacdec: comments and white space. 16 years ago
Justin Ruggles d1d9945f1a cosmetics: vertical alignment 16 years ago
Justin Ruggles 5c3e0340d9 flacdec: remove unneeded local variable 16 years ago
Justin Ruggles 3b4d96fa68 flacdec: cosmetics: rename 3 variables 16 years ago
Justin Ruggles 7e00bd8456 flacdec: use a local variable for GetBitContext in decode_frame() 16 years ago
Kostya Shishkov c21fbefb9d Add AURA 1 and 2 codec IDs and register their FOURCCs 16 years ago
Baptiste Coudurier 44dff0058e init ext sample rate to 0 if not present 16 years ago
Gwenole Beauchesne b38d7298bd Add common VA API data structures and helpers. 16 years ago
Gwenole Beauchesne bb691a6da4 Add support for HW accelerated VC-1 decoding through the new 16 years ago
Stefano Sabatini f82674e584 Change the RGB5X5/BGR5X5 pixel format defines so that we have little 16 years ago
Stefano Sabatini d89f692f0e Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a 16 years ago
Stefano Sabatini a61ec8e7ae Globally prefer enum PixelFormat over int when it makes sense. 16 years ago
Diego Biurrun 573e0118e2 Fix reference to av_random_init where av_lfg_init was meant. 16 years ago
Daniel Verkamp e1dc16ae56 Make Smacker audio decoder output audio in original bit depth 16 years ago
Diego Biurrun 2bbd85719c Remove deprecated functions and structures on next version bump. 16 years ago
Reimar Döffinger 899a8fa1cb Fix avpicture_get_size for non-paletted formats with a helper palette 16 years ago
Justin Ruggles 0fb2182d46 add a function to calculate a more accurate estimate for maximum FLAC 16 years ago
Justin Ruggles f5187c7f04 flacdec: account for frame and subframe header overhead when calculating 16 years ago
Justin Ruggles f121622114 revert accidental unrelated change in last commit 16 years ago
Justin Ruggles d4df4e5088 share sample rate and blocksize tables between the FLAC encoder and FLAC 16 years ago
Justin Ruggles b9b4fc5e07 flacenc: remove unneeded variable, 'min_encoded_framesize' and use 16 years ago
Justin Ruggles d9e7fa8074 flacdec: remove unneeded variable, 'assignment' 16 years ago
Justin Ruggles 2a34672500 flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' 16 years ago
Justin Ruggles ad52941faa flacenc: remove unneeded context variable, 'ch_code' 16 years ago
Justin Ruggles 3159780b18 share channel mode constants between the FLAC decoder and FLAC encoder 16 years ago
Stefano Sabatini 432603e376 Remove declaration of the removed function img_convert(). 16 years ago
Benjamin Larsson 39b60944a8 Get rid of av_random in cook.c 16 years ago
Benjamin Larsson 3b0b84797e Get rid of av_random in nellymoserdec.c 16 years ago