source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @986d2f6   13 years stefasab lavfi/aevalsrc: fix sample rate negotiation, after the last merge Fix …
(edit) @e109e392   13 years stefasab ffprobe: remove unused variable i in probe_file() Fix warning: …
(edit) @4d4098da   13 years stefasab lavfi: drop planar/packed negotiation support The planar/packed …
(edit) @183596fa   13 years Carl Eugen Hoyos Support more Avid Meridien / AVUI samples. Fixes ticket #1288.
(edit) @88d5cfe7   13 years michaelni avfiltergraph: switch to swresample by default all known bugs in the …
(edit) @efdc895f   13 years michaelni lavfi: fix pts rescaling in the resampler Signed-off-by: Michael …
(edit) @75492cce   13 years michaelni lavfi: fix resample with differing formats Signed-off-by: Michael …
(edit) @1f3f7bd4   13 years michaelni Add AVFMT_SEEK_TO_PTS to nut demuxer flags Signed-off-by: Michael …
(edit) @bb008f0a   13 years michaelni Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs Signed-off-by: …
(edit) @e5e20a3d   13 years michaelni dv_profile: fix decoding of SoftLabDVCPRO codec (PAL mode) fixes …
(edit) @1cbf7fb   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (26 …
(edit) @a48abf5e   13 years Clément Bœsch doc/filter_design: fix a few other typo.
(edit) @a28aa76a   13 years stefasab doc/filtering_design: fix typo negociation -> negotiation
(edit) @6439ad49   13 years Carl Eugen Hoyos Add SLDV FourCC for dvvideo.
(edit) @47aae2bc   13 years michaelni lavfi: switch to _alt functions Signed-off-by: Michael Niedermayer …
(edit) @f8196759   13 years michaelni fifo: add av_fifo_grow() Signed-off-by: Michael Niedermayer …
(edit) @0ff0af7   13 years mans fate: use diff -b in oneline comparison This is simpler and should …
(edit) @b9777797   13 years michaelni mtv: make output endian independant should fix fate-mtv test …
(edit) @86709ce3   13 years Carl Eugen Hoyos Support NTSC forward dvcpro videos (PAL looks incorrect).
(edit) @e013abed   13 years Carl Eugen Hoyos Read and write APRG mov atom to allow AVUI streamcopy.
(edit) @d89eca50   13 years anton Add missing version bumps and APIchanges/Changelog entries.
(edit) @4a1ac8c4   13 years anton lavfi: move buffer management function to a separate file.
(edit) @4c64fed3   13 years anton lavfi: move formats-related functions from default.c to formats.c …
(edit) @c5432d3c   13 years anton lavfi: move video-related functions to a separate file. This is …
(edit) @c457a29e   13 years michaelni ffprobe: add default_writer priv_size. Signed-off-by: Michael …
(edit) @dd20e7ed   13 years michaelni assdec: check that the alloc+init of the private data succeeded. …
(edit) @3938a0ee   13 years michaelni audio_frame_queue: fix null ptr dereference This happened when a …
(edit) @7abf7899   13 years mans fate: make smjpeg a demux test These codecs are covered elsewhere so …
(edit) @4c73b3b1   13 years michaelni ffmpeg: affect computed filtered frame pts after filling frame from …
(edit) @94a9ac12   13 years michaelni lavf: add av_guess_frame_sample_aspect_ratio function Guesses the …
(edit) @b1c1d7d   13 years mans fate: separate sierra-vmd audio and video tests Signed-off-by: Mans …
(edit) @0b1c8685   13 years mans fate: separate smacker audio and video tests Signed-off-by: Mans …
(edit) @e6694659   13 years anton libmp3lame: set supported channel layouts.
(edit) @6eeb9a04   13 years anton avconv: automatically insert asyncts when -async is used. Deprecate …
(edit) @369cb092   13 years anton avconv: add support for audio filters. The FATE changes are all …
(edit) @9f26421b   13 years anton lavfi: add asyncts filter.
(edit) @fb604ae8   13 years anton lavfi: add aformat filter Based on a patch by Mina Nagy Zaki …
(edit) @a2cd9be2   13 years anton lavfi: add an audio buffer sink.
(edit) @4c66c407   13 years anton lavfi: add an audio buffer source.
(edit) @720c6b78   13 years anton buffersrc: add av_buffersrc_write_frame(). It's the same as …
(edit) @8b05e13d   13 years anton buffersrc: fix invalid read in uninit if the fifo hasn't been allocated
(edit) @fad729f   13 years anton lavfi: rename vsrc_buffer.c to buffersrc.c Most of the code will be …
(edit) @fd127ede   13 years anton avfiltergraph: reindent
(edit) @ff1f51a8   13 years anton lavfi: add channel layout/sample rate negotiation.
(edit) @5775a183   13 years anton lavfi: add types and functions for channel layout/samplerate negotiation
(edit) @394a0267   13 years anton yadif: Flush filter on eof. Signed-off-by: Anton Khirnov …
(edit) @7dd56d41   13 years anton yadif: Improve pts accuracy. Signed-off-by: Anton Khirnov …
(edit) @9cf5bcd   13 years nicolas.george ffmpeg: accept + prefix to -pix_fmt option to disable automatic …
(edit) @440af105   13 years nicolas.george lavfi: add avfilter_graph_set_auto_convert().
(edit) @7c6d2406   13 years mans mtv: do not byteswap raw video in demuxer Signed-off-by: Mans …
(edit) @7e944159   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (25 …
(edit) @281bde27   13 years nicolas.george udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS. Some …
(edit) @83f954e8   13 years nicolas.george configure: check for pthread_cancel.
(edit) @b545b947   13 years Clément Bœsch ffprobe: replace fast_asprintf() with bprint utils. Also remove the …
(edit) @9548deee   13 years Clément Bœsch lavu/bprint: add av_bprint_reset().
(edit) @7a442233   13 years nicolas.george lavfi: document filter design subtleties. The details on reference …
(edit) @31f2c023   13 years janne-libav avprobe: free options at the end of main()
(edit) @093c50a4   13 years janne-libav avprobe: close opened codecs after use Fixes "memleak" on closing …
(edit) @381cc4b   13 years michaelni update_initial_durations: use av_ts2str() Signed-off-by: Michael …
(edit) @c69b6649   13 years michaelni update_initial_durations: add some checks to ensure things match up. …
(edit) @100c70b0   13 years diego vcr1: Add vcr1_ prefixes to all static functions with generic names.
(edit) @a761e595   13 years diego vcr1: Fix return type of common_init to match the function pointer …
(edit) @55da88c5   13 years diego vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.
(edit) @5aad8e80   13 years diego motion-test: remove disabled code
(edit) @70be4ddd   13 years diego gxfenc: remove disabled half-implemented MJPEG tag
(edit) @fcc456b8   13 years diego x86: use more standard construct for setting ASM functions in FFT code …
(edit) @6d49e819   13 years michaelni ffmpeg: revert 492cc1 This restores correct block_align values in …
(edit) @8443082d   13 years michaelni ogg: rewrite first timestamp reading code. this is simpler and closer …
(edit) @5931c754   13 years michaelni ogg: in ogg_get_length() start from data_offset not 0. Signed-off-by: …
(edit) @09a35f25   13 years mans fate: westwood-aud: disable decoding The codec (adpcm-ima-ws) is …
(edit) @f70d91e2   13 years mans fate: caf: disable decoding This is intended as a demuxer test and …
(edit) @b809991   13 years mans fate: film-cvid: drop pcm audio and rename test Signed-off-by: Mans …
(edit) @0bbb330e   13 years mans fate: d-cinema-demux: drop unnecessary flags Signed-off-by: Mans …
(edit) @cd7b82c5   13 years mans fate: split off dpcm-interplay from interplay-mve tests These two …
(edit) @838521e1   13 years mans fate: rename funcom-iss to adpcm-ima-iss This matches the name of the …
(edit) @9656b7f2   13 years mans fate: rename cryo-apc to adpcm-ima-apc This matches the name of the …
(edit) @773459e7   13 years mans fate: rename adpcm-psx-str-v3 to adpcm-xa This matches the name of …
(edit) @6a64ff74   13 years mans fate: split off adpcm-ms-mono test from dxa-feeble Signed-off-by: …
(edit) @95939bf5   13 years mans fate: split off adpcm-ima-ws test from vqa-cc Signed-off-by: Mans …
(edit) @88ae6178   13 years mans fate: add adpcm-ima-smjpeg test Signed-off-by: Mans Rullgard …
(edit) @cb0713fc   13 years mans fate: split off adpcm-ima-amv from amv test Signed-off-by: Mans …
(edit) @35d88a86   13 years mans fate: separate bmv audio and video tests Signed-off-by: Mans Rullgard …
(edit) @bd7ac952   13 years mans fate: separate delphine-cin audio and video tests Signed-off-by: Mans …
(edit) @f4d2b93   13 years mans fate: truemotion1: disable audio These tests include adpcm-ima-dk3 …
(edit) @63322d8c   13 years mans fate: qtrle: disable audio in all tests These files contain mace6 …
(edit) @0c26380f   13 years mans fate: pcm-planar: disable video This file has eamad video which is …
(edit) @1c0e8b94   13 years mans fate: mtv: disable video decoding This test contains raw rgb565le …
(edit) @d19f3e9a   13 years diego doc: misc improvements for the Windows section Fix some orthography, …
(edit) @e73241ba   13 years stefasab doc/ffprobe: fix rendering of the timecode chapter in the man page
(edit) @3946187d   13 years stefasab ffprobe: add "nokey" option to default writer Help simplifying …
(edit) @f48f03a4   13 years stefasab ffprobe: add "noprint_wrappers" option to default writer The option …
(edit) @6cd06bd2   13 years stefasab ffprobe: simplify/fix logic for the -show_format_entry option Do not …
(edit) @a0fd3221   13 years stefasab ffprobe: remove unused print_format_entry() function The function was …
(edit) @4991cbaf   13 years michaelni mpegvideo_enc: Fix chroma edge size Fixes ticket1303 Signed-off-by: …
(edit) @04064e1   13 years michaelni mpegts: fix handling of files smaller than 8kb Fixes Ticket1094 …
(edit) @0db047cd   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
(edit) @555e292   13 years michaelni flac_parser: speedup fifo realloc Fixes Ticket1121 Signed-off-by: …
(edit) @5edd4fce   13 years Clément Bœsch lavf/utils: make use of av_ts2str() to print timestamps.
(edit) @a927641e   13 years michaelni libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and …
(edit) @ca986a06   13 years michaelni libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and …
Note: See TracRevisionLog for help on using the revision log.