]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-07-01 Howard ChuUse new librtmp APIs instead of grubbing around in...
2010-07-01 Jason Garrett... Fix h264/vp8 intra pred on Athlon XP
2010-07-01 Rafaël Carrémpegaudioenc: Remove write-only variables from the...
2010-07-01 Michael NiedermayerPrevent infinite recursion of odml indexes.
2010-06-30 Jason Garrett... Eliminate another redundant instruction in vp56/8 arith...
2010-06-30 Stefano SabatiniSet pad description with NULL_IF_CONFIG_SMALL(), consis...
2010-06-30 Stefano SabatiniImprove description for the pad filter.
2010-06-30 Jason Garrett... CMOV-ify vp56 arithcoder
2010-06-30 Jason Garrett... Optimize vp56 arithmetic decoder
2010-06-30 XBMCMake "invalid dts/pts combination" a debug instead...
2010-06-30 Mike ScheutzowAllow setting streamid when muxing mpegts.
2010-06-30 Mike ScheutzowAdd new option "streamid" to set the value of an outfil...
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 FF_SYMVER documentation
2010-06-30 Måns RullgårdImprove av_strerror() documentation
2010-06-30 Måns RullgårdImprove GET_UTF{8,16} documentation
2010-06-30 Måns Rullgårdaes: improve av_aes_crypt() documentation
2010-06-30 Måns Rullgårdadler32: add API documentation
2010-06-30 Måns RullgårdImprove av_resample() documentation
2010-06-30 Måns Rullgårdbase64: improve documentation
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-30 Måns RullgårdMake av_get_random_seed() non-blocking
2010-06-30 Måns RullgårdCheck for fcntl()
2010-06-30 Diego BiurrunStep back as documentation maintainer.
2010-06-30 Måns Rullgårdapedec: add flush function
2010-06-30 Martin StorsjöAdd a changelog entry for the RTSP tunneling, that...
2010-06-30 Tomas Härdinmxfdec: Improve parsing of the PixelLayout item
2010-06-30 Eli FriedmanFix "initialization from incompatible pointer type...
2010-06-30 Reimar DöffingerChange AES code to be strict-aliasing-safe.
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 Måns Rullgårdffplay: remove VLA
2010-06-29 Jason Garrett... Use 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... Add 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... Faster C VP8 normal inner loop filter
2010-06-29 Jason Garrett... Use crop table in C implementations of VP8 DSP functions.
2010-06-29 Lou LoganUpdate x264 presets. Patch by Lou Logan <lou@fakeoutdo...
2010-06-29 Jason Garrett... Add mmxext version of VP8 DC Hadamard transform
2010-06-29 Jason Garrett... Make x86util.asm LGPL so we can use it in LGPL asm
2010-06-29 Jason Garrett... MMXEXT version of vp8 4x4 vertical pred
2010-06-28 Jason Garrett... Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8
2010-06-28 Jason Garrett... Add missing comment header for predict_4x4_dc_mmxext
2010-06-28 Jason Garrett... Fix some intra pred MMX functions that used MMXEXT...
2010-06-28 Jason Garrett... Fix 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 Baptiste CoudurierIn mov demuxer, increase total size after debugging...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in AMR RTP depacketizer
2010-06-28 Josh Allmannrtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer
2010-06-28 Josh Allmannrtpdec: Malloc the fmtp value buffer
2010-06-28 Jason Garrett... Add x86 asm functions for VP8 put_pixels
2010-06-28 Jason Garrett... Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC
2010-06-28 Reimar DöffingerPass subshift an argument of the proper type.
2010-06-28 Reimar DöffingerUse a consistent type for multbl array function parameters.
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 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP...
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in H.264 RTP depacke...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Return ENOMEM if H.264 RTP fails to allocate...
2010-06-28 Josh Allmannrtpdec: Add generic function for iterating over FMTP...
2010-06-28 Josh Allmannrtpdec: Move space_chars from avformat/internal to...
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 Måns Rullgårdconfigure: make --disable-everything soft-disable things
2010-06-28 Eli FriedmanFix an "assignment from incompatible pointer type"...
2010-06-28 Eli FriedmanAdd patcheck checks for assignments that look like...
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 Stefano SabatiniBump micro and add APIchanges entry after av_parse_colo...
2010-06-27 Stefano SabatiniCosmetics: merge "} else" and "if (...) {" lines, less...
2010-06-27 Stefano SabatiniReindent after the last commit.
2010-06-27 Stefano SabatiniExtend color syntax, make it accept an alpha component...
2010-06-27 Stefano SabatiniRename ColorEntry.rgba_color to rgb_color and do not...
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 a const declaration, fixing a warning
2010-06-27 Eli FriedmanFix clang warning, make initialization more readable
2010-06-27 Eli FriedmanRemove an unused label, fixing a warning
next