]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Fix indentation.
[frescor/ffmpeg.git] / libavcodec /
2008-10-01 benoitFix indentation.
2008-10-01 benoitRemove useless context variable.
2008-10-01 benoitMerge declaration and assignment.
2008-10-01 benoitInterleaved forward/backward channels processing in...
2008-09-30 conradCosmetics: indentation
2008-09-30 conradMerge (vp3|theora)_calculate_pixel_addresses
2008-09-30 conradMissed hunks of last commit
2008-09-30 conradRemove unused vp3 debugging info
2008-09-30 benoitMove iv_decode_frame function to remove a forward decla...
2008-09-30 benoitRemove useless lines.
2008-09-30 benoitReindent whole file.
2008-09-30 benoitIndent.
2008-09-30 benoitSimplify iv_free_func().
2008-09-30 benoitMove allocated buffer out of YUV buffer structure.
2008-09-30 benoitRemove useless initializations.
2008-09-30 benoitCheck allocations on init.
2008-09-30 benoitRemove useless test.
2008-09-30 benoitCosmetics
2008-09-30 benoituse uint8_t instead of unsigned char
2008-09-30 benoitCorrector type fits in 8 bits.
2008-09-30 benoitRemove useless casts and use variable instead of its...
2008-09-30 benoitChange table types to uint8_t
2008-09-30 conradDowngrade severity of leftover bits in header packets...
2008-09-30 michaelAllocate 1 line more in the chroma plane for H.264...
2008-09-30 michaelReplace second (and wrong) call to avcodec_align_dimens...
2008-09-30 michaelDo not attempt to perform error concealment in lowres...
2008-09-29 aurelatrac3: ensure input frame is not overwritten (it is...
2008-09-29 conradUse skip_frame for keyframe-only decoding rather than...
2008-09-29 cehoyosFix a warning about an undefined function when compilin...
2008-09-29 diegoUniformly define _XOPEN_SOURCE to 600.
2008-09-28 michaelGuess picture type from picture coding extension when...
2008-09-28 stefanoDocument the directpred auto value.
2008-09-28 superdumpUse DECLARE_ALIGNED_16() on vorbis windows as they...
2008-09-27 michaelReplace apparently always true condition by assert().
2008-09-27 michaelSimplify pix_fmt_id instead of listing a subset of...
2008-09-27 michaelCheck the 4th plane too when selecting the pixfmt.
2008-09-26 vitorSimplify: avoid duplication backward_filter()
2008-09-26 diegoRemove unused variable.
2008-09-26 bananAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-25 michaelAvoid out of picture accesses when CODEC_FLAG_EMU_EDGE...
2008-09-25 vitorDo instead of divising a float by a constant, multiply...
2008-09-25 michaelEnsure that no non-existing frame is used.
2008-09-25 michaelDo not free sps & pps on width/height changes.
2008-09-25 michaelDo not use the generic "alloc missing references" code...
2008-09-25 michaelInitialize next/last_picture* as the generic code does...
2008-09-25 michaelPrint which slices are IDR not just the slice type.
2008-09-25 michaelFix CAVLC+8x8+MBAFF loop filter.
2008-09-24 michaelField -> MBAFF direct mode can use data from fields...
2008-09-24 vitorMove constant multiplication out of the loop
2008-09-24 vitorCosmetics: move convolve() together with the other...
2008-09-24 vitorSimplify: move division by constant off the loop
2008-09-24 kostyaCorrect wrong lower limit and condition used in APE...
2008-09-23 michaelMerge the 2 lpc loops.
2008-09-23 michaelFactorize lpc code slightly.
2008-09-23 kostyaCosmetics: reindent after last commit
2008-09-23 kostyaAdd RLE4 and RLE8 decoding support for BMP
2008-09-23 kostyaAdd support for 1-bit, 4-bit, 8-bit and some 16-bit...
2008-09-23 kostyaCalculate line size correctly for bit depths < 8
2008-09-22 michaelA few empty lines for readability.
2008-09-22 michaelAnother try to fix temporal direct mode references.
2008-09-22 diegospelling cosmetics
2008-09-22 diegoAltiVec detection support for OpenBSD, patch by Brad...
2008-09-22 michaelFix all the recent problems Justin had run into with...
2008-09-22 michaelFix ref_shift so that it is correct for more/all? MBAFF...
2008-09-21 michaelindent
2008-09-21 michaelCorrect comment in the direct mode code.
2008-09-21 michaelSimplify initialization of a few direct mode related...
2008-09-21 michaelMake MBAFF temporal direct mode closer to the spec.
2008-09-21 michaelMove direct_dist_scale_factor() and direct_ref_list_ini...
2008-09-21 michaelSet poc for field references in MBAFF.
2008-09-20 stefanoLog an error message in case of invalid number of channels.
2008-09-19 michaelRemove fixme that is based on the assumption of !direct...
2008-09-19 michaelRemove check and error message for "MBAFF + !direct_8x8...
2008-09-18 michaelMake pps/sps scaling_matrix initialization closer to...
2008-09-18 superdumpZero 'idx' for each iteration of the coupling gain...
2008-09-18 superdumpCosmetics: missing brackets
2008-09-18 superdumpCast the return value of get_bits() to signed integer...
2008-09-18 michaelEnsure that extradata is not parsed twice.
2008-09-18 kostyaadd newline at the end of message
2008-09-18 kostyaZMBV encoder forgot to fill coded frame pointer
2008-09-18 kostyaFactorize out code used for MS RLE format decoding...
2008-09-18 conradRemove duplication of TRANSPOSE8 macro, also removing...
2008-09-18 conradMake a separate macro for writing an entire block from...
2008-09-18 conradFactorize SSE2_(Row|Column)_IDCT into one macro
2008-09-17 conradCosmetics: remove excessive blank lines
2008-09-17 conradEnsure MMX/SSE2 VP3 IDCT selection isn't disabled when...
2008-09-17 conradCosmetics: reindent
2008-09-17 conradRewrite SSE2 VP3 IDCT in inline asm
2008-09-17 conradRewrite MMX VP3 IDCT in inline asm
2008-09-17 conradMMX/SSE2 VP3 IDCT are bitexact now that the dequantizat...
2008-09-17 conradTake idct permutation into account when initializing...
2008-09-17 vitorUse SAMPLE_FMT_FLT instead of doing the float->int...
2008-09-17 voroshilSecond-stage gain and Moving Average Predictor codebooks.
2008-09-17 voroshilAnother set of approved changes for G.729: includes...
2008-09-16 superdumpValidate pulse position and error out if an invalid...
2008-09-16 michaelOnly print "invalid new backstep" when its really invalid.
2008-09-16 michaelFix regression test failure caused by golomb limit...
2008-09-16 bcouduriersync to latest x264 git, field was renamed
2008-09-16 michaelMake decoder more robust by default against broken...
2008-09-15 michaelFix issue245.
next