]> git.sesse.net Git - ffmpeg/history - libavcodec
Reindent whole file.
[ffmpeg] / libavcodec /
2008-09-30 Benoit FouetReindent whole file.
2008-09-30 Benoit FouetIndent.
2008-09-30 Benoit FouetSimplify iv_free_func().
2008-09-30 Benoit FouetMove allocated buffer out of YUV buffer structure.
2008-09-30 Benoit FouetRemove useless initializations.
2008-09-30 Benoit FouetCheck allocations on init.
2008-09-30 Benoit FouetRemove useless test.
2008-09-30 Benoit FouetCosmetics
2008-09-30 Benoit Fouetuse uint8_t instead of unsigned char
2008-09-30 Benoit FouetCorrector type fits in 8 bits.
2008-09-30 Benoit FouetRemove useless casts and use variable instead of its...
2008-09-30 Benoit FouetChange table types to uint8_t
2008-09-30 David ConradDowngrade severity of leftover bits in header packets...
2008-09-30 Michael NiedermayerAllocate 1 line more in the chroma plane for H.264...
2008-09-30 Michael NiedermayerReplace second (and wrong) call to avcodec_align_dimens...
2008-09-30 Michael NiedermayerDo not attempt to perform error concealment in lowres...
2008-09-29 Aurelien Jacobsatrac3: ensure input frame is not overwritten (it is...
2008-09-29 David ConradUse skip_frame for keyframe-only decoding rather than...
2008-09-29 Carl Eugen HoyosFix a warning about an undefined function when compilin...
2008-09-29 Diego BiurrunUniformly define _XOPEN_SOURCE to 600.
2008-09-28 Michael NiedermayerGuess picture type from picture coding extension when...
2008-09-28 Francesco CosoletoDocument the directpred auto value.
2008-09-28 Siarhei SiamashkaUse DECLARE_ALIGNED_16() on vorbis windows as they...
2008-09-27 Michael NiedermayerReplace apparently always true condition by assert().
2008-09-27 Michael NiedermayerSimplify pix_fmt_id instead of listing a subset of...
2008-09-27 Michael NiedermayerCheck the 4th plane too when selecting the pixfmt.
2008-09-26 Vitor SessakSimplify: avoid duplication backward_filter()
2008-09-26 Diego BiurrunRemove unused variable.
2008-09-26 Benjamin LarssonAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-25 Michael NiedermayerAvoid out of picture accesses when CODEC_FLAG_EMU_EDGE...
2008-09-25 Vitor SessakDo instead of divising a float by a constant, multiply...
2008-09-25 Michael NiedermayerEnsure that no non-existing frame is used.
2008-09-25 Michael NiedermayerDo not free sps & pps on width/height changes.
2008-09-25 Michael NiedermayerDo not use the generic "alloc missing references" code...
2008-09-25 Michael NiedermayerInitialize next/last_picture* as the generic code does...
2008-09-25 Michael NiedermayerPrint which slices are IDR not just the slice type.
2008-09-25 Michael NiedermayerFix CAVLC+8x8+MBAFF loop filter.
2008-09-24 Michael NiedermayerField -> MBAFF direct mode can use data from fields...
2008-09-24 Vitor SessakMove constant multiplication out of the loop
2008-09-24 Vitor SessakCosmetics: move convolve() together with the other...
2008-09-24 Vitor SessakSimplify: move division by constant off the loop
2008-09-24 Kostya ShishkovCorrect wrong lower limit and condition used in APE...
2008-09-23 Michael NiedermayerMerge the 2 lpc loops.
2008-09-23 Michael NiedermayerFactorize lpc code slightly.
2008-09-23 Kostya ShishkovCosmetics: reindent after last commit
2008-09-23 Kostya ShishkovAdd RLE4 and RLE8 decoding support for BMP
2008-09-23 Kostya ShishkovAdd support for 1-bit, 4-bit, 8-bit and some 16-bit...
2008-09-23 Kostya ShishkovCalculate line size correctly for bit depths < 8
2008-09-22 Michael NiedermayerA few empty lines for readability.
2008-09-22 Michael NiedermayerAnother try to fix temporal direct mode references.
2008-09-22 Diego Biurrunspelling cosmetics
2008-09-22 BradAltiVec detection support for OpenBSD, patch by Brad...
2008-09-22 Michael NiedermayerFix all the recent problems Justin had run into with...
2008-09-22 Michael NiedermayerFix ref_shift so that it is correct for more/all? MBAFF...
2008-09-21 Michael Niedermayerindent
2008-09-21 Michael NiedermayerCorrect comment in the direct mode code.
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...
next