source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e8e733ad   12 years michaelni dca: favor native over ffmpeg in table name Signed-off-by: Michael …
(edit) @4fd07b93   12 years stefasab ffplay: avoid useless NULL checks in swr_free() swr_free() already …
(edit) @46747182   12 years stefasab ffplay: fix wrong reference to function in audio_decode_frame() …
(edit) @491846e4   12 years michaelni avutil: fix project name reference in doxy section Signed-off-by: …
(edit) @84d73e9d   12 years michaelni dca: fix project reference in table name Signed-off-by: Michael …
(edit) @be4ffb28   12 years michaelni vf_ass: fix table name to refer to correct lib. Signed-off-by: …
(edit) @c83ed18d   12 years michaelni formats.h: fix project reference in comment Signed-off-by: Michael …
(edit) @c496224   12 years michaelni pixdesc: fix project reference in comment Signed-off-by: Michael …
(edit) @8fbe11e6   12 years onemda Replace Libav with FFmpeg in license headers for files created by me …
(edit) @c103dc0b   12 years michaelni git-howto: replace confusing and incorrect text about he testsuite by …
(edit) @4e82bdea   12 years michaelni git-howto: partial rewrite of the push checklist to make it match …
(edit) @8bff1d7c   12 years michaelni git-howto: remove inconvenient and odd 24h limit on rsync This was …
(edit) @7c8b5d1d   12 years michaelni Makefile: remove checkheaders from the main check target checkheaders …
(edit) @d007f963   12 years michaelni git-howto: cleanup, remove unreasonable recommendition. …
(edit) @4453f6b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: flv: …
(edit) @7877b50   12 years stefasab ffplay: simplify code by using avfilter_unref_bufferp()
(edit) @b0fdd348   12 years stefasab lavfi: deprecate av_buffersrc_buffer() function Favor …
(edit) @cd8bef96   12 years michaelni Generate channel layout, reordering for DTS-XXCH extension and, undo …
(edit) @16f6c16a   12 years michaelni Parse & decode DTS XXCH frames Reviewed-by: Benjamin Larsson …
(edit) @8d9fd581   12 years michaelni h264: Fix maximum reference count check for non-b frames Below fixes …
(edit) @8069db86   12 years nicolas.george ffmpeg: warn that -t does not work with -filter_complex.
(edit) @2c793b85   12 years nicolas.george ffmpeg: warn when -t is used for inputs. Using -t on an input already …
(edit) @fcf8706   12 years nicolas.george sink_buffer: warn when there are too many buffers.
(edit) @05d6cc11   12 years nicolas.george buffersrc: warn when there are too many buffers.
(edit) @3f59bbf   12 years onemda lavfi/amerge: silence warnings The warning silenced was: …
(edit) @61123fb8   12 years onemda parseutils: fix sorting of colors Signed-off-by: Paul B Mahol …
(edit) @e377208d   12 years michaelni ffmpeg: dont copy creation_time as the destination file is not created …
(edit) @b92c7ee6   12 years lu_zero flv: add support for G.711 Signed-off-by: Luca Barbato …
(edit) @433492ac   12 years diego doc: git: Add checklist with test steps to perform before pushing
(edit) @1cb34ea4   12 years diego flvenc: K&R formatting cosmetics
(edit) @782763ed   12 years michaelni swr: fix compilation with ancient toolchain that doesnt support SSSE3 …
(edit) @ccbcf482   12 years michaelni udp: use av_freep() instead of av_free() Signed-off-by: Michael …
(edit) @fc5999d0   12 years nicolas.george lavf: add proper enum type for fmt ctx duration esitmation method …
(edit) @87df986d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mss1: …
(edit) @ee7214c5   12 years michaelni log: change color for filters from blue to bright green The blue is …
(edit) @4ccf6e39   12 years michaelni swr: MMX2 & SSSE3 int16 resample core about 4 times faster …
(edit) @7803a040   12 years michaelni http: try to detect live akamai streams and dont enable seeking for …
(edit) @d1c74ca2   12 years michaelni lsp: use av_assert Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @b1a17953   12 years michaelni lpc: use av_assert Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @f1136b2b   12 years michaelni udp: fix occasional crash on shutdown Wait until the thread is down …
(edit) @a1128225   12 years alex.converse movenc: Add channel layouts for PCM.
(edit) @54942c23   12 years michaelni lavc: clarify docs for avpkt->destruct avcodec_encode_audio2 docs are …
(edit) @15358ade   12 years kostya.shishkov mss1: validate number of changeable palette entries
(edit) @8f5d573a   12 years kostya.shishkov mss1: report palette changed when some additional colours were decoded
(edit) @a5bfa66d   12 years mans x86: fft: replace call to memcpy by a loop The function call was a …
(edit) @75d339e0   12 years martin udp: Support IGMPv3 source specific multicast and source blocking …
(edit) @fa845061   12 years martin dxva2: include dxva.h if found Apparently, some build environments …
(edit) @46df708b   12 years martin libm: Provide fallback definitions for isnan() and isinf() …
(edit) @ef882e46   12 years martin tcp: Pass NULL as hostname to getaddrinfo if the string is empty This …
(edit) @58f3e09e   12 years martin tcp: Set AI_PASSIVE when the socket will be used for listening …
(edit) @b536e2fa   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @5916bc46   12 years michaelni Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' * commit …
(edit) @052f4f85   12 years michaelni Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' * commit …
(edit) @c29c1a1b   12 years anton avconv: add an assert to silence an uninitialized variable warning. …
(edit) @74853ed3   12 years anton avconv: shut up an uninitialized variable warning. The warning …
(edit) @61d158c   12 years anton avfiltergraph: shut up uninitialized variable warning. The warning …
(edit) @fd2784c   12 years anton af_join: initialize a variable to shut up gcc warning. The warning …
(edit) @422008ac   12 years anton amix: fix format specifier for AVFilterLink.sample_rate. It is a …
(edit) @1a49a169   12 years anton lavfi: make filters less verbose.
(edit) @ce0a9756   12 years anton mpc8: read APE tags.
(edit) @37b5959d   12 years stefasab examples/filtering: fix packet memleak Free packets unconditionally …
(edit) @9ebed95d   12 years stefasab examples/filtering_video: update to the new API Update the video …
(edit) @acd9948e   12 years justin.ruggles lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes Changed to …
(edit) @15333562   12 years mans libm: provide fallback definition for cbrtf() using powf() This adds …
(edit) @4b1b1449   12 years martin network: Don't redefine error codes if they already exist in errno.h …
(edit) @e64bceea   12 years martin configure: Check for sys/time.h Apparently this include is needed on …
(edit) @39dba5aa   12 years martin network: Include unistd.h from network.h This heaader is required for …
(edit) @37c3864e   12 years nicolas.george x86: fft: elf64: fix PIC build In a 64-bit PIC build, external …
(edit) @d4c45b8a   12 years nicolas.george Revert "Revert "x86: fft: win64: fix stack alignment for memcpy() …
(edit) @91765594   12 years nicolas.george Revert "Revert "x86: fft: convert sse inline asm to yasm"" This …
(edit) @b8c632a7   12 years anton avconv: don't include vsrc_buffer.h, which doesn't exist anymore
(edit) @83ba223   12 years anton lavfi: reorder AVFilterLink fields. Move private fields to the …
(edit) @f892013   12 years anton lavfi: reorder AVFilterContext fields. Place related fields together, …
(edit) @9618080   12 years anton lavfi: reorder AVFilter fields. Place related fields together, remove …
(edit) @f14e6856   12 years anton lavfi: reorder AVFilterBufferRef fields. Place related fields …
(edit) @cb81e291   12 years anton lavfi: reorder AVFilterBuffer fields. Place related fields together, …
(edit) @1961e46c   12 years anton lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
(edit) @5e88b96f   12 years anton lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft
(edit) @205e9024   12 years anton lavfi: use proper FF_API guards for different deprecated functions
(edit) @784675ca   12 years nicolas.george sink_buffer: make opaque argument optional.
(edit) @a2bd8a93   12 years nicolas.george buffersink: group libav API functions.
(edit) @0b3b9581   12 years anton lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft
(edit) @6c1e065b   12 years anton lavfi: remove disabled FF_API_SAMPLERATE64 cruft
(edit) @8d900aa4   12 years anton lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
(edit) @a5e8c41c   12 years anton lavfi: remove 'opaque' parameter from AVFilter.init() It is not used …
(edit) @fbcaceb1   12 years anton mov: do not try to read total disc/track number if data atom is too …
(edit) @e6674e46   12 years stefasab lavu/imgutils: create misc functions for dealing with buffers Move …
(edit) @19ad5673   12 years anton avconv: fix -force_key_frames parse_forced_keyframes() relies in …
(edit) @fd91a3ec   12 years nicolas.george Revert "x86: fft: convert sse inline asm to yasm" This reverts commit …
(edit) @f7676584   12 years nicolas.george Revert "x86: fft: win64: fix stack alignment for memcpy() call" This …
(edit) @79a7451d   12 years stefasab ffplay: add configure_filtergraph() helper Will help factorization …
(edit) @720ec620   12 years stefasab lavfi: drop deprecated and disabled packing API It was deprecated and …
(edit) @8dd0e87d   12 years stefasab lavfi: remove old video sink API It was deprecated since a long time …
(edit) @f054dbee   12 years stefasab tools/graph2dot: make dot graph representation a bit more compact
(edit) @ea1c5011   12 years martin dxva2_h264: fix signaling of mbaff frames The MBAFF flag may only be …
(edit) @6eff2772   12 years Carl Eugen Hoyos Make LucasArts Smush SANM palette opaque. Reviewed-by: Paul B Mahol
(edit) @c77bcbbb   12 years Carl Eugen Hoyos Signal MSS1 palette change. Reviewed-by: Paul B Mahol
(edit) @3b0ad040   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: log: …
(edit) @9b72041f   12 years michaelni x86/intmath.h: Fix mull operand constraints Fixes Ticket1466 …
(edit) @e3c26705   12 years onemda mss1: check number of free colours Prevents out of array write. …
Note: See TracRevisionLog for help on using the revision log.