]> git.sesse.net Git - ffmpeg/history - libavcodec
Allow remuxing of explicitly signalled AAC files into ADTS.
[ffmpeg] / libavcodec /
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
2010-06-28 Vitor SessakUse lookup table to avoid division in mp2 decoder
2010-06-27 Stefano SabatiniFix linking if MMX is disabled.
2010-06-27 Måns Rullgårdvaapi: add missing #include "h263.h"
2010-06-27 Måns Rullgårdra288: convert VLAs to fixed size
2010-06-27 Reimar DöffingerChange type of zz_table to uint8_t to match the scantab...
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-27 Diego Pettenòtablegen: implement and use WRITE_ARRAY macros
2010-06-27 Diego Pettenòtableprint: use the type name as-is for the functions...
2010-06-27 Måns Rullgårdadpcm: convert VLAs to malloc/free
2010-06-27 James DarnleyFix libvorbis encoding with more than 2 channels
2010-06-27 David ConradFix build without yasm
2010-06-27 Jason Garrett-GlaserFirst shot at VP8 optimizations:
2010-06-27 David ConradVP8 bilinear filter
2010-06-27 David Conradvorbisdec: Take channels into account when checking...
2010-06-27 David Conradvorbisdec: Fix header parsing with no floor1 partitions
2010-06-27 David Conradvorbisdec: Remove write-only variable
2010-06-27 Måns Rullgårdvp8: warn and request sample if upscaling specified...
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-06-26 Måns RullgårdRemove --enable-gprof flag
2010-06-26 Måns RullgårdRemove unnecessary ../ from include directives
2010-06-26 Måns RullgårdARM: fix build with TI compiler
2010-06-26 Måns Rullgårdffv1: remove VLAs
2010-06-26 Måns Rullgårdshorten: remove VLA and check for buffer overflow
2010-06-26 Måns Rullgårdalsdec: convert VLAs to fixed size
2010-06-26 Måns Rullgårdpcx: convert VLAs to malloc/free
2010-06-26 Måns Rullgårdlsp: convert variable-length arrays to fixed size
2010-06-26 Måns Rullgårdsvq1dec: replace VLA with malloc/free
2010-06-25 Måns Rullgårdhuffyuv: remove unnecessary size argument from generate...
2010-06-25 Måns RullgårdMake vp8 select h264dsp and use this to pull in mmx...
2010-06-25 Carl Eugen HoyosFix compilation without --enable-gpl.
2010-06-25 Jason Garrett-GlaserReally fix r23782
2010-06-25 Måns Rullgårdelbg: remove VLAs
2010-06-25 Jason Garrett-GlaserFix c99ism in r23782
2010-06-25 Carl Eugen HoyosCosmetics: Fix indentation.
2010-06-25 Måns Rullgårdhuffyuv: make VLAs fixed size
2010-06-25 Jason Garrett-Glaser16x16 and 8x8c x86 SIMD intra pred functions for VP8...
2010-06-25 Jason Garrett-GlaserMake VP8 DSP functions take two strides
2010-06-25 Måns Rullgårdtwinvq: remove VLAs
2010-06-25 Måns Rullgårdrv34: kill VLAs
2010-06-25 Jason Garrett-Glaserfix typo in vp8 decoder error message
2010-06-24 Måns Rullgårdtta: replace potentially huge VLAs with malloc/free...
2010-06-24 Thad WardSet an opaque alpha value when decoding rgba ffv1.
2010-06-24 Måns RullgårdRemove VLA in ff_kbd_window_init, limit window size...
2010-06-24 Måns Rullgårdvp6: convert VLA to fixed size
2010-06-24 Vitor SessakFix compilation on x64.
2010-06-24 Vitor SessakFix asm constraints in apply_window()
2010-06-24 Måns Rullgårdalac: change VLAs to fixed size
2010-06-24 Vitor SessakSSE-optimized MP3 floating point windowing functions
2010-06-23 Måns Rullgårdsnow: remove unused parameter to mc_block()
2010-06-23 Stefan Gehreravoid conditional and division in chroma MV calculation
next