source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e17a0396   13 years michaelni af_aresample: use extended_data Signed-off-by: Michael Niedermayer …
(edit) @72a242c9   13 years michaelni swr: add swr_next_pts() parameter descriptions partly reuse text from …
(edit) @f88f705a   13 years michaelni swr: add swr_drop_output() Signed-off-by: Michael Niedermayer …
(edit) @7a59964b   13 years michaelni swr: add swr_inject_silence() Signed-off-by: Michael Niedermayer …
(edit) @72872d02   13 years michaelni swr: Fix issue with injecting more data than can be used up in the …
(edit) @c5c35554   13 years michaelni swr: add some asserts to resample() These check that the internal and …
(edit) @75e25f85   13 years michaelni swr: add reversefill_audiodata() Signed-off-by: Michael Niedermayer …
(edit) @5027e3da   13 years michaelni swr: fix buf_set() so it works with input == output Signed-off-by: …
(edit) @bdbfd456   13 years michaelni swr: make literal 32 a named constant in realloc_audio() …
(edit) @186be49f   13 years michaelni swr: fill_audio_data() support NULL Signed-off-by: Michael …
(edit) @3d2515a8   13 years michaelni f_split: fix output type. The previous version checked the filter …
(edit) @5ac9ef64   13 years nicolas.george avfilter: make AVFilterFormats compatible with libav. The list goes …
(edit) @0e82d317   13 years stefasab lavfi: rename vf_split.c -> f_split.c The file now contains both an …
(edit) @150227e8   13 years stefasab lavfi/asplit: move asplit code to vf_split.c, and make it support N …
(edit) @e5fcf364   13 years Clément Bœsch lavf/id3v2: always strdup the value. This simplifies the code but …
(edit) @6ad974a   13 years Clément Bœsch lavf/id3v2: do not export empty fields. This also avoids a memleak.
(edit) @4fd57397   13 years Clément Bœsch doc/examples: make use of the parameter filters_descr parameter in …
(edit) @0cc9ee5f   13 years Clément Bœsch doc/examples: install them with the shared data.
(edit) @e692b9d5   13 years Clément Bœsch doc/examples: fix pts heuristic in filtering_video. Note: the …
(edit) @60ea6b09   13 years Clément Bœsch lavfi/buffersink: typo fix in a comment.
(edit) @5e82ec9b   13 years Clément Bœsch doc/examples: properly close input in metadata. Avoid some memleaks.
(edit) @50df68fd   13 years Clément Bœsch doc/examples: print operation filename in decoding_encoding.
(edit) @c6bbe3c2   13 years Clément Bœsch doc/examples: add debug compilation flag.
(edit) @06e4b98   13 years Clément Bœsch build: remove non-existant examples rule.
(edit) @6c211085   13 years Clément Bœsch doc/examples: use system headers in decoding_encoding and muxing. All …
(edit) @136ca0e5   13 years Clément Bœsch doc/examples: remove explicit rules. These rules are already in gmake …
(edit) @7aedfeeb   13 years Clément Bœsch doc/examples: add libavr to libraries to avoid link failures.
(edit) @eb945ab4   13 years Clément Bœsch ffmpeg: misc cosmetics. Reduce diff against avconv, and change some …
(edit) @00be2f57   13 years nicolas.george ffmpeg: adapt to the buffersrc API changes.
(edit) @aa1246ea   13 years nicolas.george lavfi: unify src_buffer and buffersrc. Most of the code is moved to …
(edit) @7997fc49   13 years nicolas.george lavfi: remove stray reference to planar/packed.
(edit) @9567f410   13 years nicolas.george avfilter: move some fields in AVFilterLink. It restores ABI …
(edit) @31dfe20d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
(edit) @48a40e09   13 years michaelni ffmpeg: fix warning & bug for keep_pix_fmt Found-by: ubitux …
(edit) @7f8bd161   13 years Clément Bœsch ffmpeg: remove unused variable i.
(edit) @9e2cee57   13 years Clément Bœsch ffmpeg: do not deprecate -vol and -map_channel. These helpers are …
(edit) @fa29ca5f   13 years Clément Bœsch ffmpeg: resurrect -map_channel.
(edit) @48f30595   13 years Clément Bœsch pan: use ff_parse_channel_layout() instead of av_get_channel_layout(). …
(edit) @7c2bb79f   13 years Clément Bœsch lavu/error: fix make checkheaders. The errors need to be defined …
(edit) @1913989f   13 years Clément Bœsch build: add codec_names.h to SKIPHEADERS to fix make checkheaders.
(edit) @3dba3b26   13 years Clément Bœsch lavc/vda: fix make checkheaders.
(edit) @08ad9f9a   13 years Clément Bœsch lavc/os2threads: fix make checkheaders.
(edit) @b56f885a   13 years Clément Bœsch lavc/libutvideo: fix make checkheaders.
(edit) @5b70e28c   13 years Clément Bœsch lavc/libutvideo: protect header.
(edit) @c8a7dd03   13 years Clément Bœsch lavc/jacosub: fix make checkheaders.
(edit) @9ae47fbd   13 years Clément Bœsch lavc/dcaenc: fix make checkheaders.
(edit) @978c8294   13 years Clément Bœsch lavc/g723.1: fix make checkheaders.
(edit) @02908a4b   13 years Clément Bœsch lavc/g723: protect header.
(edit) @7b78cb3a   13 years Clément Bœsch lavc/g729postfilter: fix make checkheaders.
(edit) @1308fa42   13 years Clément Bœsch lavf/swf: fix make checkheaders.
(edit) @64ff8a76   13 years Clément Bœsch lavfi: rename all_channel_layouts.h to all_channel_layouts.inc. …
(edit) @f8f3deb7   13 years Clément Bœsch lavfi/transform: fix make checkheaders.
(edit) @cb9aed10   13 years Clément Bœsch lavd/dshow: fix make checkheaders.
(edit) @d1562d32   13 years Clément Bœsch lavd/dshow: protect header.
(edit) @96ac8663   13 years michaelni af_aresample: Consider the swresample delay during calculating …
(edit) @4def5d2b   13 years michaelni swr: add swr_get_delay() to find the exact delay the swresampler …
(edit) @6ba692f8   13 years michaelni af_aresample: fix rounding that led to sample accumulation in the …
(edit) @90c9edba   13 years diego doc: Replace some @file tags by more suitable markup.
(edit) @1afc2789   13 years diego fate: Set FUZZ factor of vorbis-13 test to 2. This is necessary to …
(edit) @4cc8e153   13 years diego fate: Set FUZZ factor of (e)ac3-encode test to 3. This is necessary …
(edit) @c0c2424f   13 years nicolas.george fate: ffprobe tests require SAMPLES.
(edit) @ab5c38ec   13 years mans fate: remove unused code from regressions-funcs.sh The only uses of …
(edit) @ae1ab826   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: put …
(edit) @db6ef054   13 years michaelni af_aresample: 10l fix, wrong timebase for next_pts. Signed-off-by: …
(edit) @17d4233c   13 years stefasab lavfi/aevalsrc: reindent after the previous commit
(edit) @e1a8df70   13 years stefasab lavfi/aevalsrc: add option channel_layout Allow to explicitly specify …
(edit) @cfde7395   13 years stefasab lavfi/aevalsrc: remove limitation on the number of channels
(edit) @47ef261   13 years stefasab lavu/parseutils: fix specification for av_parse_time()
(edit) @de2cfb74   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: pcmenc: …
(edit) @847943bc   13 years michaelni aresample: add code to flush the internal swr buffer. Inspired-by …
(edit) @b3e1b95a   13 years michaelni aresample: check return code of swr_convert() Issue found by …
(edit) @4b7304e8   13 years martin rtmp: Don't assume path points to a string of nonzero length If using …
(edit) @01e98b1b   13 years anton avconv: fix behavior with -ss as an output option. Don't return from …
(edit) @a99a3b1b   13 years michaelni ffmpeg: automatically insert volume filter when -vol is used. …
(edit) @22a3a5ee   13 years michaelni ffmpeg: use av_buffersrc_add_frame() for audio too fixes a memleak …
(edit) @dc2e051c   13 years michaelni Merge branch 'audio-filters' of https://github.com/ubitux/FFmpeg * …
(edit) @b13d39bd   13 years michaelni av_aresample: Allow changing sample format and channel layout as well …
(edit) @a0493be1   13 years michaelni swresample: set the default parameters to "none" this way it can …
(edit) @5dbd6639   13 years Clément Bœsch lavfi/pan: add supported sample rates to avoid a crash.
(edit) @1bca73cf   13 years Clément Bœsch ffmpeg: do not warn when expecting EOF from lavfi.
(edit) @7d121095   13 years michaelni ffmpeg: fix ;; Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @3ae64dc4   13 years michaelni avfiltergraph: use aresample not aconvert in the alternative merge …
(edit) @e3c6b612   13 years michaelni af_aresample: support all swresample parameters. Signed-off-by: …
(edit) @47c2e52b   13 years michaelni af_aresample: fix typo in query formats Signed-off-by: Michael …
(edit) @ac87c273   13 years michaelni src_buffer: propagate errors from copy_buffer_ref() Fixes a null ptr …
(edit) @3c001321   13 years michaelni ffmpeg: move audio timestamp roundup code. This fixes a regression …
(edit) @7d7b40f4   13 years mans pcmenc: set correct bitrate value This fixes a bogus bitrate value in …
(edit) @fc49f22c   13 years michaelni ffmpeg: add support for audio filters. Some of the FATE changes are …
(edit) @dfa988ee   13 years michaelni libavfilter: src_buffer: add time_base for audio Signed-off-by: …
(edit) @aa69db3a   13 years michaelni libavfilter: src_buffer: fix planar audio Signed-off-by: Michael …
(edit) @664f0aac   13 years michaelni libavfilter: src_buffer, use only aresample, not aconvert. …
(edit) @13fdb355   13 years michaelni src_buffer: fix query_formats_audio() Signed-off-by: Michael …
(edit) @3448404   13 years michaelni libavfilter: add ff_parse_time_base() Signed-off-by: Michael …
(edit) @6579bc43   13 years michaelni ffmpeg: allow switching to qatars buffersrc API Signed-off-by: …
(edit) @3e2cf79   13 years michaelni buffersrc: export forgotten function Signed-off-by: Michael …
(edit) @703e920b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @4d378776   13 years michaelni aasc: support "Autodesk 24 bit RLE compressor" (FourCC: aas4) fixes …
(edit) @d8947523   13 years anton avprobe: don't print format entry name when only one was requested …
(edit) @e556121e   13 years stefasab lavfi/aevalsrc: correct the supported sample format The source …
(edit) @986d2f6   13 years stefasab lavfi/aevalsrc: fix sample rate negotiation, after the last merge Fix …
Note: See TracRevisionLog for help on using the revision log.