]> git.sesse.net Git - ffmpeg/history - libavcodec
avfilter: indent
[ffmpeg] / libavcodec /
2010-08-06 Alex Converselibvpxdec: Fix "error: implicit declaration of function...
2010-08-06 Alex Conversevorbis_dec: Change partition_class[] to uint8_t.
2010-08-06 Diego BiurrunAdd a CONFIG_ variable for generic Huffman routines.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-08-06 Stefano SabatiniDeprecate avcodec_check_dimensions() in favor of the...
2010-08-06 Måns Rullgårdfft-test: free buffers before exiting
2010-08-05 Jason Garrett-GlaserVP8: fix bug in prefetch
2010-08-05 Måns RullgårdARM: NEON H264 8x8 IDCT
2010-08-05 Jason Garrett-GlaserAdd file missing in r24702
2010-08-05 Eli FriedmanH.264: SSE2/SSSE3 weighted prediction asm
2010-08-04 Jason Garrett-GlaserVP5/6/8: eliminate CABAC dependency
2010-08-04 Måns Rullgårdfft-test: exit with non-zero status if test failed
2010-08-04 Martin StorsjöFix VP8 decoder dependencies
2010-08-04 Jason Garrett-GlaserVP8: partially inline decode_block_coeffs
2010-08-04 Jason Garrett-GlaserFix 100L in r24689
2010-08-04 Jason Garrett-GlaserVP8: simplify decode_block_coeffs to avoid having to...
2010-08-04 Jason Garrett-GlaserCosmetics: add missing space to options.c
2010-08-03 Jason Garrett-GlaserVP8: slightly faster DCT coefficient probability update
2010-08-03 Måns RullgårdARM: update struct offsets
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-08-03 Jason Garrett-GlaserSilence unused function warnings in vp56.h
2010-08-03 Jason Garrett-GlaserVP8: make another RAC call branchy
2010-08-03 Jason Garrett-GlaserVP5/6/8: add one inline missed in r24677
2010-08-03 Jason Garrett-GlaserVP8: unroll partition type decoding tree
2010-08-03 Jason Garrett-GlaserVP8: unroll splitmv decoding tree
2010-08-03 Jason Garrett-GlaserVP8: unroll MB mode decoding tree
2010-08-03 Jason Garrett-GlaserVP5/6/8: tweak some arithcoder inlining
2010-08-03 Alex Conversevorbisdec: Return AVERROR(ENOMEM) on malloc() failure.
2010-08-03 Alex Conversevorbisdec: Prevent a potential integer overflow.
2010-08-02 Diego BiurrunThe VP8 decoder does not depend on cabac.o.
2010-08-02 Diego BiurrunThe VP8 decoder does not depend on vp56.o and vp56data.o.
2010-08-02 Diego BiurrunRemove redundant h264pred.o from VP8 objects list.
2010-08-02 Jason Garrett-GlaserVP8: eliminate a dereference in coefficient decoding
2010-08-02 Jason Garrett-GlaserVP8: much faster DC transform handling
2010-08-02 Måns Rullgårdvorbisdec: change a uint_fast32_t to 'unsigned', fix...
2010-08-02 Jason Garrett-GlaserVP8: move zeroing of luma DC block into the WHT
2010-08-02 Pascal Massiminoonly store intra prediction modes on the boundary for...
2010-08-02 Benoit FouetChange a doxy comment to a normal one.
2010-08-02 Benoit FouetFix doxygen comments.
2010-08-02 Jason Garrett-GlaserVP8: simplify token_prob handling
2010-08-01 Pascal Massiminoprevent access to vp8_coeff_band[16]
2010-07-31 Ronald S. BultjeUse word-writing instead of dword-writing (with two...
2010-07-31 Nick Breretondca: fix dynrange coefficient in xch
2010-07-31 Justin Rugglescosmetics: rename output_* to write_*
2010-07-31 Justin RugglesSimplify verbatim mode fallback by checking the frame...
2010-07-31 Justin RugglesChange max_framesize for small final frame.
2010-07-31 Justin RugglesCalculate an exact frame size before writing. Now...
2010-07-31 Justin Rugglescosmetics: rename find_subblock_rice_params() to find_s...
2010-07-31 Justin RugglesReduce number of input parameters to find_subblock_rice...
2010-07-31 Justin Ruggles10l: fix bit count for frame header
2010-07-31 Justin RugglesSimplify fallback to verbatim mode encoding.
2010-07-31 Justin Rugglescosmetics: line wrap and vertical alignment
2010-07-31 Justin RugglesCombine calc_rice_params_fixed() and calc_rice_params_l...
2010-07-31 Justin RugglesRemove unneeded wrapper function.
2010-07-31 Justin RugglesRemove duplicate code by adding a flag for encoding...
2010-07-31 Stefano SabatiniUse av_fill_image_pointers/linesizes in place of ff_fil...
2010-07-31 Justin RugglesEstimate frame size during encoding.
2010-07-31 Vitor SessakRemove x86/mmx.h. It is not used anymore and has been...
2010-07-31 Vitor SessakFix compilation with --disable-yasm. 10l to me.
2010-07-31 Vitor SessakConvert deinterlacing MMX code to YASM
2010-07-30 Justin Rugglescosmetics: indentation
2010-07-30 Justin RugglesCombine output_subframe() and output_subframes().
2010-07-30 Justin RugglesRemove unneeded variable.
2010-07-30 Justin Rugglescosmetics: indentation
2010-07-30 Justin RugglesCombine output_subframe_verbatim() and output_subframe_...
2010-07-30 Justin RugglesCombine and simplify output_residual() and output_subfr...
2010-07-30 Justin Rugglescosmetics: reindent
2010-07-30 Justin RugglesCombine and simplify output_subframe_fixed() and output...
2010-07-30 Justin RugglesCombine and simplify output_subframe_constant() and...
2010-07-30 Justin RugglesPass FlacSubframe to output_subframe_* instead of chann...
2010-07-30 Justin Rugglescosmetics: change FlacEncodeContext variable name from...
2010-07-30 Justin RugglesSet coded_frame->pts in the FLAC encoder
2010-07-30 Justin RugglesDo not need to set coded_frame->key_frame = 1 because...
2010-07-30 Justin RugglesMove debug logging of compression options to a single...
2010-07-30 Justin RugglesAdd 2 failed memory allocation checks
2010-07-30 Justin Rugglescosmetics: pretty-print flacenc.c
2010-07-30 Stefano SabatiniMake avpicture_fill() directly call av_fill_image_lines...
2010-07-29 Stefano SabatiniMove fill_image_linesize() and fill_image_data_ptr...
2010-07-29 Vitor SessakFix compilation in x86_64. I broke it with r24580.
2010-07-29 Vitor SessakTranslate libmpeg2 MMX IDCT to plain asm
2010-07-28 James ZernMap rc_buffer_size to and c_initial_buffer_occupancy...
2010-07-28 Alex Converse10l: missed one reindent.
2010-07-28 Alex ConverseReindent after last commit.
2010-07-28 Alex Converseff_prefix non static vp56 functions.
2010-07-28 Martin Storsjönellymoserenc: Declare the supported sample format
2010-07-27 Pascal Massiminob0rk3d FATE + black helicopters hissing -> rolling...
2010-07-27 Pascal Massiminoperform the clipping on luma_dc_qmul[1] and chroma_qmul...
2010-07-27 Pascal Massiminosave some copies by moving some fields out of proba[2]
2010-07-27 Nick BreretonDCA: fix multichannel -> 2 channel downmix.
2010-07-27 Nick BreretonSetup correct channel value when downmixing is required.
2010-07-27 Aurelien Jacobsremove useless cast
2010-07-27 Reimar DöffingerDocument how the ref_buf is used.
2010-07-27 Michael NiedermayerFix doxy that refers to the wrong variable.
2010-07-27 Alexander KojevnikovShow correct bitrate for VBR MP3 files.
2010-07-27 Stefan Gehreradd Chinese AVS encoding via external library libxavs
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-26 Ronald S. BultjeUse pmaddubsw for the mbedge_filter (>=ssse3), 6-10...
2010-07-26 Jason Garrett-GlaserVP8: Much faster SSE2 MC
2010-07-26 S.N. Hemanth Meena... Define static functions fill_image_linesize() and
2010-07-26 Ronald S. BultjeEnable no-loop memory/register saving for ssse3/sse4...
next