summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mlpdec: quant_step_size can be any value from 0 to 0xF.Ramiro Polla2009-03-271-1/+0
* mlpdec: output_shift can be any value from -8 to 7.Ramiro Polla2009-03-271-1/+0
* mlpdec: output_shift is signedRamiro Polla2009-03-271-1/+1
* mlpdec: Split read_channel_params() into its own function.Ramiro Polla2009-03-271-37/+49
* mlpdec: Split read_matrix_params() into its own function.Ramiro Polla2009-03-271-38/+50
* Merge some cases for reading raw data with different bit depths in BMPKostya Shishkov2009-03-271-14/+2
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-262-2/+2
* fft-test does not depend on fdctref.o.Diego Biurrun2009-03-251-1/+0
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-251-3/+3
* cosmetics: add an @return to documentation for decode_frame_header()Justin Ruggles2009-03-241-0/+1
* Update apiexample.c to use the newer avcodec_decode_audio2() API. This alsoRobert Swain2009-03-241-1/+2
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-242-40/+68
* Add MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne2009-03-232-0/+150
* Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet2009-03-232-2/+2
* AAC: Ignore cc_domain for independent (time domain) coupling.Alex Converse2009-03-231-8/+1
* Add pcxenc.o to the $OBJS list, it was erroneously removed from it inStefano Sabatini2009-03-221-0/+1
* flacdec: cosmetics: white spaceJustin Ruggles2009-03-221-3/+3
* flacdec: cosmetics: separate the pure frame header parsing code fromJustin Ruggles2009-03-221-32/+34
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-3/+3
* Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun2009-03-223-21/+90
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-222-18/+24
* flacdec: allow sample rate to change mid-stream, but log a warningJustin Ruggles2009-03-221-4/+8
* Add rule for building API example programs.Diego Biurrun2009-03-221-1/+2
* Factorize: use the X_NE() macro in avcodec_get_pix_fmt().Stefano Sabatini2009-03-221-7/+1
* flacdec: cosmetics: indentationJustin Ruggles2009-03-221-1/+1
* Implement X_NE() macro.Stefano Sabatini2009-03-221-0/+6
* flacdec: change frame bps validation to return an error value if bpsJustin Ruggles2009-03-221-9/+10
* flacdec: cosmetics: add some braces to if/else statementsJustin Ruggles2009-03-221-15/+15
* flacdec: skip frame when allocated data size is too smallJustin Ruggles2009-03-221-1/+1
* 10l: don't check against current layout until after validating ch_mode.Justin Ruggles2009-03-221-1/+1
* flacdec: give a more accurate error message when validating channelJustin Ruggles2009-03-221-4/+11
* Export to pixdesc.h the av_pix_fmt_descriptors array.Stefano Sabatini2009-03-222-1/+5
* flacdec: move data size check to flac_decode_frame()Justin Ruggles2009-03-221-6/+12
* flacdec: comments and white space.Justin Ruggles2009-03-221-3/+12
* cosmetics: vertical alignmentJustin Ruggles2009-03-221-1/+1
* flacdec: remove unneeded local variableJustin Ruggles2009-03-221-5/+4
* flacdec: cosmetics: rename 3 variablesJustin Ruggles2009-03-221-19/+19
* flacdec: use a local variable for GetBitContext in decode_frame()Justin Ruggles2009-03-221-15/+16
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-221-0/+2
* init ext sample rate to 0 if not presentBaptiste Coudurier2009-03-221-2/+3
* Add common VA API data structures and helpers.Gwenole Beauchesne2009-03-223-0/+488
* Add support for HW accelerated VC-1 decoding through the newGwenole Beauchesne2009-03-211-5/+14
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-212-11/+40
* Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini2009-03-212-2/+32
* Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini2009-03-213-36/+38
* Fix reference to av_random_init where av_lfg_init was meant.Diego Biurrun2009-03-211-1/+1
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-211-6/+5
* Remove deprecated functions and structures on next version bump.Diego Biurrun2009-03-212-0/+6
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-212-2/+17
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-215-14/+63
OpenPOWER on IntegriCloud