]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunconfigure: x86: Separate inline from standalone assembl...
2012-08-30 Martin Storsjöpktdumper: Use a custom define instead of PATH_MAX...
2012-08-30 Martin Storsjöpktdumper: Use av_strlcpy instead of strncpy
2012-08-30 Martin Storsjöpktdumper: Use sizeof(variable) instead of the direct...
2012-08-30 Diego Biurrunx86: Fix linking with some or all of yasm, mmx, optimiz...
2012-08-30 Diego Biurrunconfigure: Add more fine-grained SSE CPU capabilities...
2012-08-30 Diego Biurrunavfilter: x86: Use more precise compile template names
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-30 Kostya Shishkovg723_1: add comfort noise generation
2012-08-30 Michael Niedermayerutvideoenc: Switch to dsputils' median prediction
2012-08-30 Michael Niedermayerutvideoenc: Avoid writing into the input picture
2012-08-30 Anton Khirnovavtools: remove the distinction between func_arg and...
2012-08-30 Anton Khirnovavconv: make the -passlogfile option per-stream.
2012-08-30 Anton Khirnovavconv: make the -pass option per-stream.
2012-08-30 Anton Khirnovcmdutils: make -codecs print lossy/lossless flags.
2012-08-30 Anton Khirnovlavc: add lossy/lossless codec properties.
2012-08-29 Mans Rullgardbuild: allow non-standard variations of linker -l/...
2012-08-29 Anton KhirnovAdd reminders to update the codec descriptor list with...
2012-08-28 Mans Rullgardbuild: export filtered -lz flag in config.mak
2012-08-28 Mans Rullgardbuild: add separate setting for host linker
2012-08-28 Mans Rullgardconfigure: probe_cc: use separate variable for linker...
2012-08-28 Diego Biurrunx86: Always compile files with functions that are calle...
2012-08-28 Diego Biurrunx86: mpegvideoenc: fix linking with --disable-mmx
2012-08-28 Diego Biurrunx86: mpegvideoenc: Do not abuse HAVE_ variables for...
2012-08-28 Brad Smithconfigure: support Bitrig OS
2012-08-28 Ronald S. Bultjeyuv2rgb: handle line widths that are not a multiple...
2012-08-28 Martin Storsjögraph2dot: Use the fallback getopt implementation if...
2012-08-28 Martin Storsjötools: Include io.h for open/read/write/close if unistd...
2012-08-28 Martin Storsjötestprogs: Remove unused includes
2012-08-28 Martin Storsjöqt-faststart: Use other seek/tell functions on MSVC...
2012-08-28 Martin Storsjöismindex: Include direct.h for _mkdir on windows
2012-08-28 Martin Storsjösdp: Use static const char arrays instead of pointers...
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffixes from filenames
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_sse" suffixes from filenames
2012-08-28 Martin Storsjösdp: Include profile-level-id for H264
2012-08-28 Michael Niedermayerutvideoenc: use ff_huff_gen_len_table
2012-08-28 Michael Niedermayerhuffman: add ff_huff_gen_len_table
2012-08-28 Reimar Döffingercllc: simplify/fix swapped data buffer allocation.
2012-08-28 Samuel Pitoisetrtpdec_h264: Don't set the pixel format
2012-08-28 Martin Storsjöh264: Check that the codec isn't null before accessing it
2012-08-28 Martin Storsjöaudio_frame_queue: Define af_queue_log_state before...
2012-08-28 Kostya Shishkovvc1: export some functions
2012-08-27 Mans Rullgardconfigure: use HOSTCC_C/O in check_host_cc
2012-08-27 Mans Rullgardconfigure: use AS_O setting in check_as
2012-08-27 Mans Rullgardconfigure: use LD_O setting in check_ld()
2012-08-27 Mans RullgardRevert "dsputil: make {add/put/put_signed}_pixels_clamp...
2012-08-27 Diego Biurrunbuild: Restore dependency of acelp_filters.o on celp_math.o
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
2012-08-27 Diego Biurruncelp_math: Move ff_cos() to the only place it is used
2012-08-27 Diego Biurrunbuild: Use portable abstraction for linker/hostcc outpu...
2012-08-27 Brad Smithconfigure: Fix shared library creation for OpenBSD
2012-08-27 Derek Buitenhuisvp56: Don't use DECLARE_ALIGN on a typedef name
2012-08-27 Kostya Shishkovmss1: move code that will be reused by MSS2 decoder...
2012-08-27 Kostya Shishkovmss1: merge decode_intra() and decode_inter()
2012-08-27 Martin Storsjöavprobe: Get rid of ugly casts in the options table
2012-08-27 Martin Storsjövf_hqdn3d: Remove a duplicate inline declaration
2012-08-27 Martin Storsjövf_hqdn3d: Don't declare the loop variable within the...
2012-08-27 Luca Barbatohuffyuv: update to current coding style
2012-08-27 Luca Barbatohuffman: update to current coding style
2012-08-27 Martin Storsjörtsp: Free the rtpdec context properly
2012-08-27 Diego Biurrunbuild: fft: x86: Drop unused YASM-OBJS-FFT- variable
2012-08-26 Diego Biurrunaudio_frame_queue: Clean up ff_af_queue_log_state debug...
2012-08-26 Diego Biurrundwt: Remove unused code.
2012-08-26 Mans Rullgardcavs: convert cavsdata.h to a .c file
2012-08-26 Diego Biurruncavs: Move inline functions only used in one file out...
2012-08-26 Diego Biurruncavs: Move data tables used in only one place to that...
2012-08-26 Jan Ekströmfate: Add a single symbol Ut Video decoder test
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-26 Loren Merrittvf_hqdn3d: support 16bit colordepth
2012-08-26 Anton Khirnovavconv: prefer user-forced input framerate when choosin...
2012-08-25 Mans Rullgardx86: fft: remove unused fft_dispatch* functions
2012-08-25 Mans Rullgardavconv: remove unused variable opt_shortest
2012-08-25 Derek BuitenhuisFATE: Add Canopus Lossless tests
2012-08-25 Derek Buitenhuiscllc: Pad swapped buffer
2012-08-24 Jan Ekströmutvideodec: Fix single symbol mode decoding
2012-08-24 Mans Rullgardtruespeech: drop useless casts
2012-08-24 Mans Rullgardlibavcodec: drop bogus dependencies from mpc[78] and...
2012-08-24 Mans Rullgardmpegaudio: move ff_mpa_enwindow to a separate file
2012-08-24 Anton KhirnovAVOptions: store defaults for INT64 options in int64...
2012-08-24 Anton Khirnovcmdutils: fix a memleak when specifying an option twice.
2012-08-24 Diego Biurrunx86: mpegvideo: more sensible names for optimization...
2012-08-24 Diego Biurrunx86: mpegvideoenc: Split optimizations off into a separ...
2012-08-24 Diego Biurrundnxhdenc: x86: more sensible names for optimization...
2012-08-24 Diego Biurrunsvq1/svq3: Move common code out of SVQ1 decoder-specifi...
2012-08-24 Jordi Ortizdirac: add Comments and references to the standard
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel flt to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel flt to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel flt to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel flt to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16 to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16 to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel fltp to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel fltp to s16 conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel fltp to s16 conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16p to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16p to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16p to s16 conversion
next