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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-30cosmetics: pretty-print flacenc.cJustin Ruggles
2010-07-30Make avpicture_fill() directly call av_fill_image_linesizes() andStefano Sabatini
2010-07-30Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini
2010-07-30Fix compilation in x86_64. I broke it with r24580.Vitor Sessak
2010-07-30Translate libmpeg2 MMX IDCT to plain asmVitor Sessak
2010-07-28Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpxJames Zern
2010-07-2810l: missed one reindent.Alex Converse
2010-07-28Reindent after last commit.Alex Converse
2010-07-28ff_prefix non static vp56 functions.Alex Converse
2010-07-28nellymoserenc: Declare the supported sample formatMartin Storsjö
2010-07-28b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleepingPascal Massimino
2010-07-28perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlierPascal Massimino
2010-07-28save some copies by moving some fields out of proba[2]Pascal Massimino
2010-07-28DCA: fix multichannel -> 2 channel downmix.Nick Brereton
2010-07-28Setup correct channel value when downmixing is required.Nick Brereton
2010-07-28remove useless castAurelien Jacobs
2010-07-27Document how the ref_buf is used.Reimar Döffinger
2010-07-27Fix doxy that refers to the wrong variable.Michael Niedermayer
2010-07-27Show correct bitrate for VBR MP3 files.Alexander Kojevnikov
2010-07-27add Chinese AVS encoding via external library libxavsStefan Gehrer
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-27Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster.Ronald S. Bultje
2010-07-26VP8: Much faster SSE2 MCJason Garrett-Glaser
2010-07-26Define static functions fill_image_linesize() andS.N. Hemanth Meenakshisundaram
2010-07-26Enable no-loop memory/register saving for ssse3/sse4 also.Ronald S. Bultje
2010-07-26Save a register (or regsize of stackspace for x86-32) for the no-loopRonald S. Bultje
2010-07-26Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. thisRonald S. Bultje
2010-07-26Rename pow variable to pwr.Axel Holzinger
2010-07-26Split pextrw macro-spaghetti into several opt-specific macros, this will makeRonald S. Bultje
2010-07-26VP8: add missing freeJason Garrett-Glaser
2010-07-25Fix r24445: Instead of needlessly initialising a variable, silence the warning.Carl Eugen Hoyos
2010-07-25Only 4-bit ADPCM IMA WAV files are supported.Carl Eugen Hoyos
2010-07-25Fix obvious bug in assignment. Somehow, the test vectors don't test this...Ronald S. Bultje
2010-07-25add SubRip muxer and demuxerAurelien Jacobs
2010-07-24Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so thisRonald S. Bultje
2010-07-24aacenc: TLS: Save maximum values for each swb in a table.Alex Converse
2010-07-2410l: Remove some commented out code that slipped in.Alex Converse
2010-07-24aacenc: TLS: Try to preserve some energy in each non-zero band.Alex Converse
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
2010-07-24aacenc: Prevent premature termination of the two loop search.Alex Converse
2010-07-24aacdec: Only load and write each predictor variable once.Alex Converse
2010-07-24aacdec: 4% faster main profile decoding.Alex Converse
2010-07-24aacenc: Favor log2f() and sqrtf() over log2() and sqrt().Alex Converse
2010-07-24aacenc: Factorize some scalefactor utilities.Alex Converse
2010-07-24Inline asm for VP56 arith coderEli Friedman
2010-07-24VP8: Inline traversing vp8_small_mvtreeDavid Conrad
2010-07-24VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if()David Conrad
2010-07-24Decode DCT tokens by branching to a different code path for each branchDavid Conrad
2010-07-24Move renormalization of the VP56 arith decoder to before decoding a bitDavid Conrad
2010-07-24Split renorm of vp56 arith decoder to its own functionDavid Conrad