]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-06-27 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-27 Michael Niedermayerlog: change color for filters from blue to bright green
2012-06-27 Michael Niedermayerswr: MMX2 & SSSE3 int16 resample core
2012-06-27 Michael Niedermayerhttp: try to detect live akamai streams and dont enable...
2012-06-27 Michael Niedermayerlsp: use av_assert
2012-06-27 Michael Niedermayerlpc: use av_assert
2012-06-27 Eric Petitudp: fix occasional crash on shutdown
2012-06-27 Michael Bradshawlavc: clarify docs for avpkt->destruct
2012-06-27 Kostya Shishkovmss1: validate number of changeable palette entries
2012-06-27 Kostya Shishkovmss1: report palette changed when some additional colou...
2012-06-27 Christophe... x86: fft: replace call to memcpy by a loop
2012-06-27 Martin Storsjöudp: Support IGMPv3 source specific multicast and sourc...
2012-06-27 Ronald S. Bultjedxva2: include dxva.h if found
2012-06-27 Martin Storsjölibm: Provide fallback definitions for isnan() and...
2012-06-27 Jordi Ortiztcp: Pass NULL as hostname to getaddrinfo if the string...
2012-06-27 Jordi Ortiztcp: Set AI_PASSIVE when the socket will be used for...
2012-06-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-26 Michael NiedermayerMerge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'
2012-06-26 Michael NiedermayerMerge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
2012-06-26 Anton Khirnovavconv: add an assert to silence an uninitialized varia...
2012-06-26 Anton Khirnovavconv: shut up an uninitialized variable warning.
2012-06-26 Anton Khirnovavfiltergraph: shut up uninitialized variable warning.
2012-06-26 Anton Khirnovaf_join: initialize a variable to shut up gcc warning.
2012-06-26 Anton Khirnovamix: fix format specifier for AVFilterLink.sample_rate.
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovmpc8: read APE tags.
2012-06-26 Gavin Kinseyexamples/filtering: fix packet memleak
2012-06-26 Gavin Kinseyexamples/filtering_video: update to the new API
2012-06-26 Justin Ruggleslavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes
2012-06-26 Mans Rullgardlibm: provide fallback definition for cbrtf() using...
2012-06-26 Ronald S. Bultjenetwork: Don't redefine error codes if they already...
2012-06-26 Ronald S. Bultjeconfigure: Check for sys/time.h
2012-06-26 Martin Storsjönetwork: Include unistd.h from network.h
2012-06-26 Mans Rullgardx86: fft: elf64: fix PIC build
2012-06-26 Nicolas GeorgeRevert "Revert "x86: fft: win64: fix stack alignment...
2012-06-26 Nicolas GeorgeRevert "Revert "x86: fft: convert sse inline asm to...
2012-06-26 Anton Khirnovavconv: don't include vsrc_buffer.h, which doesn't...
2012-06-26 Anton Khirnovlavfi: reorder AVFilterLink fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterContext fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilter fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterBufferRef fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterBuffer fields.
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LIN...
2012-06-26 Anton Khirnovlavfi: use proper FF_API guards for different deprecate...
2012-06-26 Nicolas Georgesink_buffer: make opaque argument optional.
2012-06-26 Nicolas Georgebuffersink: group libav API functions.
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME...
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_SAMPLERATE64 cruft
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-26 Carl Eugen... mov: do not try to read total disc/track number if...
2012-06-26 Stefano Sabatinilavu/imgutils: create misc functions for dealing with...
2012-06-26 Anton Khirnovavconv: fix -force_key_frames
2012-06-26 Nicolas GeorgeRevert "x86: fft: convert sse inline asm to yasm"
2012-06-26 Nicolas GeorgeRevert "x86: fft: win64: fix stack alignment for memcpy...
2012-06-26 Stefano Sabatiniffplay: add configure_filtergraph() helper
2012-06-26 Stefano Sabatinilavfi: drop deprecated and disabled packing API
2012-06-26 Stefano Sabatinilavfi: remove old video sink API
2012-06-26 Stefano Sabatinitools/graph2dot: make dot graph representation a bit...
2012-06-26 Hendrik Leppkesdxva2_h264: fix signaling of mbaff frames
2012-06-26 Carl Eugen... Make LucasArts Smush SANM palette opaque.
2012-06-26 Carl Eugen... Signal MSS1 palette change.
2012-06-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-25 yangx86/intmath.h: Fix mull operand constraints
2012-06-25 Paul B Maholmss1: check number of free colours
2012-06-25 Michael Niedermayersonic: fix FPE
2012-06-25 Mans Rullgardx86: fft: elf64: fix PIC build
2012-06-25 Michael Niedermayerh264_parser: use av_assert
2012-06-25 Michael Niedermayerh264_loopfilter: use av_assert
2012-06-25 Stefano Sabatinilavfi/drawtext: use av_opt_free() to free private context
2012-06-25 Stefano Sabatinilavfi/abuffer: increase logging level of the log showin...
2012-06-25 Stefano Sabatinilavfi/avfilter.h: reorganize headers disposition
2012-06-25 Ronald S. Bultjelog: Include io.h on windows
2012-06-25 Carl Eugen... Make MSS1 palette opaque.
2012-06-25 Justin Ruggleslavr: x86: merge some branches
2012-06-25 Paul B Maholdoc/general: fix output
2012-06-25 Mans Rullgardx86: cpu: whitespace (mostly) cosmetics
2012-06-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-25 Mans Rullgardx86: fft: win64: fix stack alignment for memcpy() call
2012-06-25 Martin Storsjöwtv: Check the return value from gmtime
2012-06-25 Mans Rullgardx86: fft: convert sse inline asm to yasm
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-06-25 Stefano Sabatiniffplay: give more meaningful names to the buffersink...
2012-06-25 Stefano Sabatinilavfi/avcodec: deprecate avfilter_fill_frame_from_...
2012-06-25 Stefano Sabatinilavfi: remove unnecessary inclusion of libavcodec/avcod...
2012-06-25 Stefano Sabatinilavfi: move some FF_API_ definitions from avfilter...
2012-06-25 Michael Niedermayervocenc: use new header from codec tag 4
2012-06-25 Michael Niedermayervocenc: change default codec to 16bit
2012-06-25 Michael Niedermayervocenc: fix sample rate rounding direction
2012-06-24 Michael Niedermayerfate: Try to fix source path for fate-acodec-dca
2012-06-24 Michael Niedermayerfate: speedup dnxhd tests and reduce their memory requi...
2012-06-24 Paul B Maholxwdenc: support 8bpp grayscale
2012-06-24 Piotr Bandurskixwddec: support 8bpp grayscale
2012-06-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-24 Michael Niedermayermlp_parser: use av_assert
2012-06-24 Michael Niedermayerrangecoder.h: use av_assert
2012-06-24 Michael Niedermayerconfigure: fix libavutil.pc generation
2012-06-24 Michael Niedermayeraf_aresample: fix sample_rate type.
2012-06-24 Michael Niedermayersink_buffer: assert that functions and sinks arent...
next