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
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-14ac3enc: fix allocation of floating point samples.Justin Ruggles
2011-06-14ac3enc: remove empty ac3_float function that is never calledJustin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
2011-06-14ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles
2011-06-14ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.Diego Biurrun
2011-06-07Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles
2011-06-07ac3enc: remove convenience macro, #define DEBUGJustin Ruggles
2011-06-07ac3enc: remove unused #defineJustin Ruggles
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05ac3enc: extract all exponents for the frame at onceJustin Ruggles
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-28ac3enc: split mantissa bit counting into a separate function.Justin Ruggles
2011-05-28ac3enc: store per-block/channel bap pointers by reference block in a 2D arrayJustin Ruggles
2011-05-28ac3enc: use LOCAL_ALIGNED macroMans Rullgard
2011-05-28cosmetics: indentation and alignment after previous commitJustin Ruggles
2011-05-28ac3enc: add support for E-AC-3 encoding.Justin Ruggles
2011-05-28ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26ac3enc: initialize all coefficients to zero.Justin Ruggles
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12ac3enc: put the counting of stereo rematrixing bits in the same place toJustin Ruggles
2011-05-12ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()Justin Ruggles
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-05-02Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-01ac3enc: do not store a bandwidth code for each channel.Justin Ruggles
2011-05-01ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles
2011-05-01ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles
2011-05-01ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles
2011-05-01ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles
2011-05-01ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles
2011-05-01ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-28Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27ac3enc: remove check for mismatching channels and channel_layoutJustin Ruggles
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-17Correctly implement ac3 float/fixed encoder.Michael Niedermayer
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard