]> git.sesse.net Git - ffmpeg/history - libavcodec
Move ff_dct_init(context) out of if(one time init)
[ffmpeg] / libavcodec /
2010-07-07 Michael NiedermayerMove ff_dct_init(context) out of if(one time init)
2010-07-07 Eli FriedmanSilence warning "new qualifiers in middle of multi...
2010-07-06 Vitor SessakMove SSE optimized 32-point DCT to its own file. Should...
2010-07-06 Vitor SessakSSE optimized 32-point DCT
2010-07-06 Måns RullgårdRename av_tempfile() to ff_tempfile()
2010-07-06 Måns RullgårdMove av_tempfile() to libxvidff.c as only the xvid...
2010-07-06 Eli FriedmanAdd av_unused to decode_mb_skip declaration to fix...
2010-07-06 Måns Rullgårdaacenc: replace VLA with fixed size
2010-07-05 Michael NiedermayerPerform sliding window operation during frame gap handling.
2010-07-05 Michael NiedermayerFactorize ff_generate_sliding_window_mmcos() out.
2010-07-05 Nick BreretonDCA: Occasionally a false XCH sync word can turn up...
2010-07-05 Benjamin LarssonDCA: *_bits() -> *_bits_long() where needed, half fix...
2010-07-04 Måns RullgårdFix build with hardcoded tables
2010-07-04 Måns RullgårdPPC: convert Altivec FFT to pure assembler
2010-07-04 Måns RullgårdPPC: gas-preprocessor handles m[ft]spr shorthands
2010-07-04 Måns RullgårdPPC: add some asm support macros
2010-07-03 Ronald S. BultjeSimple H/V loopfilter for VP8 in MMX, MMX2 and SSE2...
2010-07-03 Måns RullgårdPPC: add _interleave versions of fft{4,6,16}_altivec
2010-07-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
2010-07-03 Baptiste CoudurierGive context to av_log
2010-07-03 Jason Garrett-GlaserSSSE3 versions of vp8 width4 bilinear MC functions
2010-07-02 David ConradVP8: Move calculation of outer filter limit out of...
2010-07-02 Aurelien Jacobsfix comment grammar
2010-07-02 Reimar DöffingerFix use of unintialized variable introduced in r20411.
2010-07-02 Aurelien Jacobssaner default value for convergence_duration
2010-07-02 Aurelien Jacobsclarify convergence_duration documentation
2010-07-02 Måns RullgårdFix memory leak introduced in r23933
2010-07-02 Diego BiurrunRemove stray Doxygen grouping command; fixes one Doxyge...
2010-07-02 Diego BiurrunDisambiguate bitstream groups for AAC and RV30/RV40.
2010-07-02 Diego BiurrunReplace '\0 bytes' by 'NULL bytes' in Doxygen comments.
2010-07-02 Diego BiurrunMove DECODE_BYTES_PAD* macros before Doxygen comments.
2010-07-02 Diego BiurrunRemove angular brackets from Doxygen comments; Doxygen...
2010-07-02 Diego Biurrun@begingroup --> @defgroup, only the latter is correct...
2010-07-02 Diego BiurrunFix doxy of gb parameter in decode_gain_info().
2010-07-02 Diego BiurrunMove #ifdef before zlib_decomp() up so it covers the...
2010-07-02 Diego BiurrunFix doxy of fixed_mean_energy parameter in ff_amr_set_f...
2010-07-02 Diego BiurrunFix the signature of ff_set_min_dist_lsf() to match...
2010-07-02 Diego BiurrunFix Doxygen documentation of gb parameter in ff_wma_get...
2010-07-02 Diego BiurrunFix typo in Doxygen function parameter name.
2010-07-02 Diego BiurrunAvoid one more instance of angular brackets in Doxygen...
2010-07-02 Diego BiurrunAvoid square brackets in Doxygen comments; Doxygen...
2010-07-02 Diego BiurrunRemove two more non-existing stray Doxygen function...
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-07-02 Diego BiurrunFix two more instances of wrong @ usage in Doxygen...
2010-07-02 Diego BiurrunFix printing of '@' symbols in Doxygen comments; the...
2010-07-02 Diego BiurrunRemove redundant and harmful explicit filename after...
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-07-02 Diego BiurrunRemove misplaced Doxygen comment.
2010-07-02 Jason Garrett-GlaserSSSE3 versions of width4 VP8 6-tap MC functions
2010-07-02 Diego Pettenòtablegen: the executable depends on tablegen headers...
2010-07-02 Måns RullgårdPPC: fix build on OSX without gas-preprocessor
2010-07-02 Måns RullgårdGrammar fixes
2010-07-01 Måns Rullgårdvorbisdec: remove variable-length arrays
2010-07-01 Loren MerrittPPC: Altivec IMDCT
2010-07-01 Måns RullgårdIndent
2010-07-01 Måns RullgårdRemove vestiges of radix-2 FFT
2010-07-01 Måns RullgårdPPC: Altivec split-radix FFT
2010-07-01 Måns RullgårdCheck whether IBM or Apple PPC assembler syntax is...
2010-07-01 Måns Rullgårdmpegaudio: move compute_antialias_float() to mpegaudiod...
2010-07-01 Måns Rullgårdmpegaudio: call ff_mpegaudiodec_init_mmx() only from...
2010-07-01 Jason Garrett-GlaserFix 100L in vp8dsp asm init
2010-07-01 Aurelien Jacobsadu and mp3on4 functions are also needed by their respe...
2010-07-01 Vitor SessakAltivec-optimized mp{1,2,3} windowing
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-07-01 Aurelien Jacobscosmetic: improve comment breaking at 80 cols
2010-07-01 Aurelien Jacobsfix dependencies of vp5 and vp6 decoders after r23915
2010-07-01 Måns RullgårdMaybe fix threaded mpeg*video encoding
2010-07-01 Jason Garrett-GlaserFix h264/vp8 intra pred on Athlon XP
2010-07-01 Rafaël Carrémpegaudioenc: Remove write-only variables from the...
2010-06-30 Jason Garrett-GlaserEliminate another redundant instruction in vp56/8 arith...
2010-06-30 Jason Garrett-GlaserCMOV-ify vp56 arithcoder
2010-06-30 Jason Garrett-GlaserOptimize vp56 arithmetic decoder
2010-06-30 Måns RullgårdAdd more int packing macros, name them consistently
2010-06-30 Stefan Gehrerrenormalize VP5/6/7/8 range coder without loop
2010-06-30 Daniel KristjanssonDo not skip one of three bits zero padding.
2010-06-30 Måns RullgårdAdd missed file dct32.c
2010-06-30 Vitor SessakMore mp{1,2,3} 32-point DCT transform to our common...
2010-06-30 Måns RullgårdImprove av_resample() documentation
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-30 Måns Rullgårdapedec: add flush function
2010-06-30 Eli FriedmanFix "initialization from incompatible pointer type...
2010-06-30 Eli FriedmanSilense one warning:
2010-06-30 Eli FriedmanFix strict-aliasing violations in MPV_motion_internal.
2010-06-29 Måns Rullgårdrv40: make rv40_adaptive_loop_filter() always_inline
2010-06-29 Jason Garrett-GlaserUse add instead of lshift in mmxext vp8 idct
2010-06-29 Ronald S. BultjeRemove unused macros (duplicates from the now-LGPL...
2010-06-29 Thilo BorgmannAdd CRC check to the ALS decoder.
2010-06-29 Måns RullgårdARM: add mov32 macro
2010-06-29 Måns RullgårdARM: (mostly) whitespace cosmetics
2010-06-29 Ronald S. BultjeMMX idct_add for VP8.
2010-06-29 Jason Garrett-GlaserAdd missing mm_support call toff_h264_pred_init_x86.
2010-06-29 David ConradAltivec VP8 MC functions
2010-06-29 David ConradAltivec: Add helper function to load from a constant...
2010-06-29 David Conradvorbis: cosmetics, remove trailing comma for values...
2010-06-29 Jason Garrett-GlaserFaster C VP8 normal inner loop filter
2010-06-29 Jason Garrett-GlaserUse crop table in C implementations of VP8 DSP functions.
2010-06-29 Jason Garrett-GlaserAdd mmxext version of VP8 DC Hadamard transform
2010-06-29 Jason Garrett-GlaserMake x86util.asm LGPL so we can use it in LGPL asm
2010-06-29 Jason Garrett-GlaserMMXEXT version of vp8 4x4 vertical pred
2010-06-28 Jason Garrett-GlaserAdd mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8
next