9153 Commits (a1f6ffd44d115e9ccc4e1acb2219e7d8bf6c0d58)

Author SHA1 Message Date
Gwenole Beauchesne bb691a6da4 Add support for HW accelerated VC-1 decoding through the new 16 years ago
Stefano Sabatini f82674e584 Change the RGB5X5/BGR5X5 pixel format defines so that we have little 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
Diego Biurrun 573e0118e2 Fix reference to av_random_init where av_lfg_init was meant. 16 years ago
Daniel Verkamp e1dc16ae56 Make Smacker audio decoder output audio in original bit depth 16 years ago
Diego Biurrun 2bbd85719c Remove deprecated functions and structures on next version bump. 16 years ago
Reimar Döffinger 899a8fa1cb Fix avpicture_get_size for non-paletted formats with a helper palette 16 years ago
Justin Ruggles 0fb2182d46 add a function to calculate a more accurate estimate for maximum FLAC 16 years ago
Justin Ruggles f5187c7f04 flacdec: account for frame and subframe header overhead when calculating 16 years ago
Justin Ruggles f121622114 revert accidental unrelated change in last commit 16 years ago
Justin Ruggles d4df4e5088 share sample rate and blocksize tables between the FLAC encoder and FLAC 16 years ago
Justin Ruggles b9b4fc5e07 flacenc: remove unneeded variable, 'min_encoded_framesize' and use 16 years ago
Justin Ruggles d9e7fa8074 flacdec: remove unneeded variable, 'assignment' 16 years ago
Justin Ruggles 2a34672500 flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' 16 years ago
Justin Ruggles ad52941faa flacenc: remove unneeded context variable, 'ch_code' 16 years ago
Justin Ruggles 3159780b18 share channel mode constants between the FLAC decoder and FLAC encoder 16 years ago
Stefano Sabatini 432603e376 Remove declaration of the removed function img_convert(). 16 years ago
Benjamin Larsson 39b60944a8 Get rid of av_random in cook.c 16 years ago
Benjamin Larsson 3b0b84797e Get rid of av_random in nellymoserdec.c 16 years ago
Daniel Verkamp effcedf738 PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 16 years ago
Ramiro Polla 9731e7f13e mlp, truehd: support non 1:1 channel mapping. 16 years ago
Ramiro Polla cbf3cf19f3 Support "next parameter flags present" flag. 16 years ago
Ramiro Polla 932cee5d67 truehd: support up to 3 substreams. 16 years ago
Gwenole Beauchesne 952e2083bc Rename hwaccel_data_private to hwaccel_picture_private. 16 years ago
Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 16 years ago
Diego Biurrun c7594e0764 Only build motion-test if MMX is enabled. 16 years ago
Diego Biurrun 578f90a8d5 Align test program output columns. 16 years ago
Diego Biurrun fa7aec5ceb Remove unused libavutil/random.h #include. 16 years ago
Diego Biurrun e814a59fee Use correct header for struct AVLFG. 16 years ago
Matthieu Castet ecf05a5971 Remove useless casting in asm "m" operand. 16 years ago
Reimar Döffinger 45bae968a9 Fix indentation after r18047. 16 years ago
Reimar Döffinger c9d6e84778 Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] 16 years ago
Reimar Döffinger b435725b4c Do not set linesize for palette data, it does not make sense and creates 16 years ago
Ramiro Polla 9ba4821d93 Split TrueHD decoder from MLP 16 years ago
Diego Biurrun 2029e934d2 Nicely align output columns. 16 years ago
Justin Ruggles 07d16e2ecf share some constants between the FLAC encoder and FLAC decoder 16 years ago
Stefano Sabatini 1e896640c4 Implement a name field for AVPixFmtDescriptor. 16 years ago
Alex Converse 2b823a5299 Fix typo in AOT_ER_AAC_ELD 16 years ago
Alex Converse d3487e472e Update the MPEG-4 AOT table. 16 years ago
Alex Converse f650e4d34a Move MPEG-4 AOT enum to mpeg4audio.h. 16 years ago
Ramiro Polla e05c8d0682 use intptr_t to cast pointers to int in codecs maintained by benjamin larsson 16 years ago
Gwenole Beauchesne 1aea701830 Amend AVCodecContext with hwaccel_context (HW accelerator context). 16 years ago
Justin Ruggles 137707e53a Add documentation about missing E-AC-3 features. 16 years ago
John Cox 9e85f9c526 Fix SEIs when splitting H264 input. 16 years ago
Alex Converse 4a39ccb403 AAC: IEEE-754 type punning for 16-bit floating point rounding. 16 years ago
Daniel Verkamp 8127c4208c Fix an assert(). 16 years ago
David Conrad 170e6b14f7 Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references 16 years ago
Benjamin Larsson b217024706 Add cook channel count function, part of multichannel cook 16 years ago
Benjamin Larsson 0eec287596 Add max allowed subpackets in multichannel cook 16 years ago