summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun2009-03-22
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-22
* flacdec: allow sample rate to change mid-stream, but log a warningJustin Ruggles2009-03-22
* Add rule for building API example programs.Diego Biurrun2009-03-22
* Factorize: use the X_NE() macro in avcodec_get_pix_fmt().Stefano Sabatini2009-03-22
* flacdec: cosmetics: indentationJustin Ruggles2009-03-22
* Implement X_NE() macro.Stefano Sabatini2009-03-22
* flacdec: change frame bps validation to return an error value if bpsJustin Ruggles2009-03-22
* flacdec: cosmetics: add some braces to if/else statementsJustin Ruggles2009-03-22
* flacdec: skip frame when allocated data size is too smallJustin Ruggles2009-03-22
* 10l: don't check against current layout until after validating ch_mode.Justin Ruggles2009-03-22
* flacdec: give a more accurate error message when validating channelJustin Ruggles2009-03-22
* Export to pixdesc.h the av_pix_fmt_descriptors array.Stefano Sabatini2009-03-22
* flacdec: move data size check to flac_decode_frame()Justin Ruggles2009-03-22
* flacdec: comments and white space.Justin Ruggles2009-03-22
* cosmetics: vertical alignmentJustin Ruggles2009-03-22
* flacdec: remove unneeded local variableJustin Ruggles2009-03-22
* flacdec: cosmetics: rename 3 variablesJustin Ruggles2009-03-22
* flacdec: use a local variable for GetBitContext in decode_frame()Justin Ruggles2009-03-22
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-22
* init ext sample rate to 0 if not presentBaptiste Coudurier2009-03-22
* Add common VA API data structures and helpers.Gwenole Beauchesne2009-03-22
* Add support for HW accelerated VC-1 decoding through the newGwenole Beauchesne2009-03-21
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-21
* Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini2009-03-21
* Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini2009-03-21
* Fix reference to av_random_init where av_lfg_init was meant.Diego Biurrun2009-03-21
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-21
* Remove deprecated functions and structures on next version bump.Diego Biurrun2009-03-21
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-21
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-21
* flacdec: account for frame and subframe header overhead when calculatingJustin Ruggles2009-03-21
* revert accidental unrelated change in last commitJustin Ruggles2009-03-21
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-21
* flacenc: remove unneeded variable, 'min_encoded_framesize' and useJustin Ruggles2009-03-21
* flacdec: remove unneeded variable, 'assignment'Justin Ruggles2009-03-21
* flacdec: cosmetics: rename 'decorrelation' to 'ch_mode'Justin Ruggles2009-03-21
* flacenc: remove unneeded context variable, 'ch_code'Justin Ruggles2009-03-21
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-21
* Remove declaration of the removed function img_convert().Stefano Sabatini2009-03-20
* Get rid of av_random in cook.cBenjamin Larsson2009-03-20
* Get rid of av_random in nellymoserdec.cBenjamin Larsson2009-03-20
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
* mlp, truehd: support non 1:1 channel mapping.Ramiro Polla2009-03-20
* Support "next parameter flags present" flag.Ramiro Polla2009-03-20
* truehd: support up to 3 substreams.Ramiro Polla2009-03-20
* Rename hwaccel_data_private to hwaccel_picture_private.Gwenole Beauchesne2009-03-20
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Only build motion-test if MMX is enabled.Diego Biurrun2009-03-20
* Align test program output columns.Diego Biurrun2009-03-20