summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Remove unused libavutil/random.h #include.Diego Biurrun2009-03-20
* Use correct header for struct AVLFG.Diego Biurrun2009-03-20
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Fix indentation after r18047.Reimar Döffinger2009-03-19
* Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger2009-03-19
* Do not set linesize for palette data, it does not make sense and createsReimar Döffinger2009-03-19
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
* Nicely align output columns.Diego Biurrun2009-03-19
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-19
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-18
* Fix typo in AOT_ER_AAC_ELDAlex Converse2009-03-18
* Update the MPEG-4 AOT table.Alex Converse2009-03-18
* Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse2009-03-18
* use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla2009-03-17
* Amend AVCodecContext with hwaccel_context (HW accelerator context).Gwenole Beauchesne2009-03-17
* Add documentation about missing E-AC-3 features.Justin Ruggles2009-03-17
* Fix SEIs when splitting H264 input.John Cox2009-03-16
* AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse2009-03-16
* Fix an assert().Daniel Verkamp2009-03-16
* Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other referencesDavid Conrad2009-03-16
* Add cook channel count function, part of multichannel cookBenjamin Larsson2009-03-15
* Add max allowed subpackets in multichannel cookBenjamin Larsson2009-03-15