summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* fft-test does not depend on fdctref.o.Diego Biurrun2009-03-25
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* cosmetics: add an @return to documentation for decode_frame_header()Justin Ruggles2009-03-24
* Update apiexample.c to use the newer avcodec_decode_audio2() API. This alsoRobert Swain2009-03-24
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-24
* Add MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne2009-03-23
* Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet2009-03-23
* AAC: Ignore cc_domain for independent (time domain) coupling.Alex Converse2009-03-23
* Add pcxenc.o to the $OBJS list, it was erroneously removed from it inStefano Sabatini2009-03-22
* flacdec: cosmetics: white spaceJustin Ruggles2009-03-22
* flacdec: cosmetics: separate the pure frame header parsing code fromJustin Ruggles2009-03-22
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* 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