]> git.sesse.net Git - ffmpeg/history - libavcodec
Simplify initialization of a few direct mode related variables.
[ffmpeg] / libavcodec /
2008-09-21 Michael NiedermayerSimplify initialization of a few direct mode related...
2008-09-21 Michael NiedermayerMake MBAFF temporal direct mode closer to the spec.
2008-09-21 Michael NiedermayerMove direct_dist_scale_factor() and direct_ref_list_ini...
2008-09-21 Michael NiedermayerSet poc for field references in MBAFF.
2008-09-20 Stefano SabatiniLog an error message in case of invalid number of channels.
2008-09-19 Michael NiedermayerRemove fixme that is based on the assumption of !direct...
2008-09-19 Michael NiedermayerRemove check and error message for "MBAFF + !direct_8x8...
2008-09-18 Michael NiedermayerMake pps/sps scaling_matrix initialization closer to...
2008-09-18 Robert SwainZero 'idx' for each iteration of the coupling gain...
2008-09-18 Robert SwainCosmetics: missing brackets
2008-09-18 Alex ConverseCast the return value of get_bits() to signed integer...
2008-09-18 Michael NiedermayerEnsure that extradata is not parsed twice.
2008-09-18 Kostya Shishkovadd newline at the end of message
2008-09-18 Kostya ShishkovZMBV encoder forgot to fill coded frame pointer
2008-09-18 Kostya ShishkovFactorize out code used for MS RLE format decoding...
2008-09-18 David ConradRemove duplication of TRANSPOSE8 macro, also removing...
2008-09-18 David ConradMake a separate macro for writing an entire block from...
2008-09-18 David ConradFactorize SSE2_(Row|Column)_IDCT into one macro
2008-09-17 David ConradCosmetics: remove excessive blank lines
2008-09-17 David ConradEnsure MMX/SSE2 VP3 IDCT selection isn't disabled when...
2008-09-17 David ConradCosmetics: reindent
2008-09-17 David ConradRewrite SSE2 VP3 IDCT in inline asm
2008-09-17 David ConradRewrite MMX VP3 IDCT in inline asm
2008-09-17 David ConradMMX/SSE2 VP3 IDCT are bitexact now that the dequantizat...
2008-09-17 David ConradTake idct permutation into account when initializing...
2008-09-17 Vitor SessakUse SAMPLE_FMT_FLT instead of doing the float->int...
2008-09-17 Vladimir VoroshilovSecond-stage gain and Moving Average Predictor codebooks.
2008-09-17 Vladimir VoroshilovAnother set of approved changes for G.729: includes...
2008-09-16 Alex ConverseValidate pulse position and error out if an invalid...
2008-09-16 Michael NiedermayerOnly print "invalid new backstep" when it is really...
2008-09-16 Michael NiedermayerFix regression test failure caused by golomb limit...
2008-09-16 Baptiste Couduriersync to latest x264 git, field was renamed
2008-09-16 Michael NiedermayerMake decoder more robust by default against broken...
2008-09-15 Michael NiedermayerCorrect the threshold of get_ur_golomb_jpegls() at...
2008-09-14 Justin Rugglescosmetics: fix indentation after r15321
2008-09-14 Justin Ruggleswrite actual min and max frame size to FLAC header...
2008-09-14 Diego Biurruncosmetics: Fix indentation.
2008-09-14 Diego BiurrunRemove useless #ifdef around #include.
2008-09-14 Justin Ruggleswrite MD5 checksum to FLAC header. update regression...
2008-09-14 Justin Ruggleswrite number of samples in FLAC extradata.
2008-09-14 Justin RugglesReturn error when trying to decode non-grayscale 16...
2008-09-13 Robert SwainReindent after last commit
2008-09-13 Alex ConverseApply pulses to unscaled coefficients rather than scaled.
2008-09-13 Robert SwainOperands of '+' are not necessarily evaluated in order...
2008-09-13 Alex ConverseCorrect order of parsing for pulse scalefactor band...
2008-09-13 Vitor SessakCosmetics: line breaks
2008-09-13 Vitor SessakSimplify: use a single history buffer for gain and...
2008-09-13 David ConradFix compilation on Mac OS X 10.4: Defining _POSIX_C_SOU...
2008-09-12 Robert SwainReindent after last commit
2008-09-12 Alex ConverseOnly read some of TNS bitstream data in the case that...
2008-09-11 Vitor SessakCosmetics: align spec references
2008-09-11 Vitor SessakRename function: s/colmult/apply_window/
2008-09-11 Diego Biurrunmisc spelling/wording/grammar fixes
2008-09-11 Kostya ShishkovMake it possible to disable loop filter in VC-1.
2008-09-11 Robert SwainCorrect pulse amplitude application - a negative or...
2008-09-11 Jason Garrett-GlaserFix incorrect printing of brainfart cropping error...
2008-09-10 Vitor SessakConvert table to integer.
2008-09-09 Vitor SessakConvert two tables to signed decimal
2008-09-09 Vitor SessakCosmetics: remove useless parentheses
2008-09-09 Vitor SessakRemove ChannelData.lev var and use ChannelData.level...
2008-09-09 Anuradha SuraparajuAdd support for creating Simple Profile (I-frame only...
2008-09-09 Jai Menonvorbis_enc : set coded_frame->pts value to running...
2008-09-08 Aurelien Jacobsremove one more stuff under #if LIBAVCODEC_VERSION_INT
2008-09-08 Baptiste Coudurieralac : fix case where bits_per_sample is not set.
2008-09-08 Vitor SessakRemove useless comment
2008-09-08 Vitor SessakNormalize triplets in gain_val_tab[][] so gain_exp_tab...
2008-09-08 Michael NiedermayerRemove deprecated avcodec_decode_audio() this one was...
2008-09-08 Michael Niedermayeravcodec_find_best_pix_fmt() needs a 64bit mask as there...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-09-08 Vitor SessakPass directly variable 'a' to interp instead of evaluat...
2008-09-08 Vitor SessakSimplify if() in copy_and_dup()
2008-09-08 Vitor SessakAdd av_cold attribute to decode_init()
2008-09-08 Vitor SessakCosmetics: Make the two additional units in size more...
2008-09-08 Michael NiedermayerRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 Michael NiedermayerDrop deprecated SAMPLE_FMT_S24.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-08 Michael NiedermayerTry to fix wma regression.
2008-09-08 Diego BiurrunRelicense as ISC with the authors' permission.
2008-09-07 Diego BiurrunRelicense from LGPL 2.1 to LGPL 2.1 or later with the...
2008-09-07 Vitor SessakCheck output buffer size before decoding.
2008-09-07 Vitor SessakCosmetics: rename vars s/ctx/chd/
2008-09-07 Vitor SessakExploit symmetry to reduce size of tables by half.
2008-09-07 Vitor SessakCosmetics: s/short/int16_t/
2008-09-07 Vitor SessakRemove cast, now tables are signed.
2008-09-07 Vitor SessakConvert tables to signed and decimal.
2008-09-07 Vitor SessakRemove unused table entries.
2008-09-07 Vitor SessakRemove commented out code.
2008-09-07 Vitor SessakUse FFMIN() instead of rewriting it.
2008-09-07 Vitor SessakFactorize broken clipping in its own function and docum...
2008-09-07 Vitor SessakCosmetics: whitespace/linebreaks
2008-09-07 Vitor SessakUse the same 8 bit -> 16 bit conversion as QuickTime.
2008-09-07 Vitor SessakDo not share context variables between channels and...
2008-09-07 Vitor SessakRemove output pointer from context
2008-09-07 Stefan Gehreradd 1bpp decoding function and extend 4bpp function to
2008-09-06 Diego Biurrunlicense header consistency cosmetics.
2008-09-06 Diego Biurrunlicense header consistency cosmetics
2008-09-06 Vladimir VoroshilovRemove not approved parts.
2008-09-06 Vitor SessakTest a var for overflow just after it is set
2008-09-06 Vitor SessakRemove useless parentheses.
next