18941 Commits (6510c453ab524dad31d3618eab3a2ff62ace5651)
 

Author SHA1 Message Date
Diego Biurrun 6510c453ab Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSI 16 years ago
Cédric Schieli 4626ee1a8c Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion 16 years ago
Cédric Schieli 08218e6d83 Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane 16 years ago
Cédric Schieli 0928f1eb53 Simpler and more elegant fix to the x86_32/OSX+PIC build failure 16 years ago
Ronald S. Bultje da1e126e0d strchr(string, '\0') returns non-NULL, and is thus not suited for use in 16 years ago
Robert Swain 29e455081f Update apiexample.c to use the newer avcodec_decode_audio2() API. This also 16 years ago
Justin Ruggles cd98a03024 flacdec: split frame header decoding and validation into a separate 16 years ago
Stefano Sabatini 77544e5b91 Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros. 16 years ago
Stefano Sabatini 1cee4eafa3 Make the PIX_FMT_NE() macro more generic. 16 years ago
Gwenole Beauchesne 3c32bac898 Add MPEG-2 bitstream decoding through VA API. 16 years ago
avcoder fbf1b88589 Move declaration of 'pict' closer to where it is used and initialize it. 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 9e12268c57 Rename 'tests' target to 'testprogs'. It is too easily confused with the 16 years ago
Diego Biurrun 661ce28996 Rename 'tests' target to 'testprogs'. It is too easily confused with the 16 years ago
Diego Biurrun f1c5438fbb Remove unnecessary CLEANFILES declaration. Test programs do not require it. 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
Aurelien Jacobs bd51c0138a handle id3v2 'genre' tag formated as '%d' 16 years ago
Ronald S. Bultje 2121b160d5 Remove alpha channel from default colorspace tables, since it is unused. See 16 years ago
Diego Biurrun 3c3e0680b5 Use $< automatic variable to simplify some commands. 16 years ago
Ronald S. Bultje e6b09f4361 Add a @todo with a comment from Kostya so we don't forget to optimize that at 16 years ago
Kostya Shishkov c21fbefb9d Add AURA 1 and 2 codec IDs and register their FOURCCs 16 years ago
Baptiste Coudurier 5c5776e10d allocate tracks instead of using MAX_STREAMS 16 years ago
Baptiste Coudurier 44dff0058e init ext sample rate to 0 if not present 16 years ago
Baptiste Coudurier 08a5b4e9b5 since code now use get_bits_long, allocate padding buffer 16 years ago
Baptiste Coudurier 5f01c1258f avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 16 years ago
Gwenole Beauchesne b38d7298bd Add common VA API data structures and helpers. 16 years ago
Michael Niedermayer ff8084cf1c Enable unscaled packed422 -> planar 420 converters by default as the 16 years ago
Michael Niedermayer 3d99e069e4 10l (C code was buggy and untested) 16 years ago