19122 Commits (215037887d1043f6cf1c82b26bfe8db1a594af02)
 

Author SHA1 Message Date
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
Michael Niedermayer 870a4adbb7 Average chroma of 2 lines in packed 422 -> planar 420. 16 years ago
Gwenole Beauchesne bb691a6da4 Add support for HW accelerated VC-1 decoding through the new 16 years ago
Baptiste Coudurier a0dd3c0039 reset codec width/height for h264 forcing decoder to parse extradata 16 years ago
Stefano Sabatini f82674e584 Change the RGB5X5/BGR5X5 pixel format defines so that we have little 16 years ago
Stefano Sabatini 31a79497b7 Use PIX_FMT_NE() macro. 16 years ago
Stefano Sabatini a1a05abebd Implement PIX_FMT_NE() macro. 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
Ronald S. Bultje cc9aced32f Remove slash-skipping code because the function called right after that 16 years ago
Ronald S. Bultje 78f731de92 Reindent something where a if () --> { <-- is on a newline rather than on the 16 years ago
Ronald S. Bultje 7d09a993d1 Free metadata if already allocated; fixes a memleak if the header occurs twice 16 years ago
Ronald S. Bultje 6a8c8b36b9 Fix silly bug in hex_to_data() where it compares a string pointer for whether 16 years ago
Ronald S. Bultje 64917dd3df Remove useless comment about something that is deprecated. See summary in 16 years ago
Ronald S. Bultje 36aa7bc27f Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". 16 years ago
Ronald S. Bultje 1ef36a7035 Merge functional code from get_word() and get_word_sep() into a single 16 years ago
Ronald S. Bultje 7e726132c2 Allow (and parse) incoming server messages (notices) interleaved with TCP 16 years ago
Ronald S. Bultje 9c610b7667 Add a @todo item to use ByteIOContext instead of URLContext at some point in 16 years ago
Ronald S. Bultje 8b9794e542 Remove index writing in RM muxer, since it is broken (multiple streams per 16 years ago
Ronald S. Bultje 83c0ba3dad Don't allow to sync on packets of zero-size length, since these are never 16 years ago