]> git.sesse.net Git - ffmpeg/history - libavcodec
Implement -onkeydown and -onmousedown options for ffplay.
[ffmpeg] / libavcodec /
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
2010-06-28 Jason Garrett-GlaserAdd missing comment header for predict_4x4_dc_mmxext
2010-06-28 Jason Garrett-GlaserFix some intra pred MMX functions that used MMXEXT...
2010-06-28 Jason Garrett-GlaserFix VP8 bilinear mc on x86_64
2010-06-28 Alex Converseaacenc: Start the lookahead pointer 1/4 of the way...
2010-06-28 Alex Converseaacenc: Fix window decision logic.
2010-06-28 Alex Converseaacenc: Fill in the estimated codebook for the final...
2010-06-28 Alex Converse10l: Revert r23867. It didn't make any sense.
2010-06-28 Alex ConverseMake ff_psy_preprocess_end() act like av_freep().
2010-06-28 Alex Converseaacenc: Properly pad extradata.
2010-06-28 Baptiste CoudurierChange MMXEXT to MMX2, MMXEXT is deprecated
2010-06-28 Jason Garrett-GlaserAdd x86 asm functions for VP8 put_pixels
2010-06-28 Jason Garrett-GlaserAdd MMX, SSE2, SSSE3 asm for VP8 bilinear MC
2010-06-28 Ronald S. BultjeSimplify MV parsing, removes laying out 2 or 4 (16x8...
2010-06-28 Ronald S. BultjeOptimize split MC, so we don't always do 4x4 blocks...
2010-06-28 Måns RullgårdSet rv34 (0,0) subpel mc functions to the optimised...
2010-06-28 Måns RullgårdFix x86 build with h264dsp disabled
next