Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-22Add common VA API data structures and helpers.Gwenole Beauchesne
2009-03-22Add support for HW accelerated VC-1 decoding through the newGwenole Beauchesne
2009-03-22Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini
2009-03-22Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini
2009-03-22Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini
2009-03-21Fix reference to av_random_init where av_lfg_init was meant.Diego Biurrun
2009-03-21Make Smacker audio decoder output audio in original bit depthDaniel Verkamp
2009-03-21Remove deprecated functions and structures on next version bump.Diego Biurrun
2009-03-21Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles
2009-03-21flacdec: account for frame and subframe header overhead when calculatingJustin Ruggles
2009-03-21revert accidental unrelated change in last commitJustin Ruggles
2009-03-21share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles
2009-03-21flacenc: remove unneeded variable, 'min_encoded_framesize' and useJustin Ruggles
2009-03-21flacdec: remove unneeded variable, 'assignment'Justin Ruggles
2009-03-21flacdec: cosmetics: rename 'decorrelation' to 'ch_mode'Justin Ruggles
2009-03-21flacenc: remove unneeded context variable, 'ch_code'Justin Ruggles
2009-03-21share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles
2009-03-21Remove declaration of the removed function img_convert().Stefano Sabatini
2009-03-21Get rid of av_random in cook.cBenjamin Larsson
2009-03-21Get rid of av_random in nellymoserdec.cBenjamin Larsson
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
2009-03-20mlp, truehd: support non 1:1 channel mapping.Ramiro Polla
2009-03-20Support "next parameter flags present" flag.Ramiro Polla
2009-03-20truehd: support up to 3 substreams.Ramiro Polla
2009-03-20Rename hwaccel_data_private to hwaccel_picture_private.Gwenole Beauchesne
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-03-20Only build motion-test if MMX is enabled.Diego Biurrun
2009-03-20Align test program output columns.Diego Biurrun
2009-03-20Remove unused libavutil/random.h #include.Diego Biurrun
2009-03-20Use correct header for struct AVLFG.Diego Biurrun
2009-03-20Remove useless casting in asm "m" operand.Matthieu Castet
2009-03-20Fix indentation after r18047.Reimar Döffinger
2009-03-20Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger
2009-03-20Do not set linesize for palette data, it does not make sense and createsReimar Döffinger
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-19Nicely align output columns.Diego Biurrun
2009-03-19share some constants between the FLAC encoder and FLAC decoderJustin Ruggles
2009-03-18Implement a name field for AVPixFmtDescriptor.Stefano Sabatini
2009-03-18Fix typo in AOT_ER_AAC_ELDAlex Converse
2009-03-18Update the MPEG-4 AOT table.Alex Converse
2009-03-18Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse
2009-03-17use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla
2009-03-17Amend AVCodecContext with hwaccel_context (HW accelerator context).Gwenole Beauchesne
2009-03-17Add documentation about missing E-AC-3 features.Justin Ruggles
2009-03-17Fix SEIs when splitting H264 input.John Cox
2009-03-16AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse
2009-03-16Fix an assert().Daniel Verkamp
2009-03-16Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other referencesDavid Conrad
2009-03-15Add cook channel count function, part of multichannel cookBenjamin Larsson