source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @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) @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) @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) @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) @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 …
(edit) @c4047ad9   13 years michaelni libswresample: make NOP_N macro less picky on its parameters …
(edit) @57bc91c7   13 years michaelni libswresample: Change FLOAT_TO_INT32_N to need 1 register less same …
(edit) @ecfdd125   13 years michaelni libswresample-simd: rename 6ch pack to what it is Signed-off-by: …
(edit) @429b964e   13 years michaelni libswresample-simd: make the converter registers parameters …
(edit) @b3915c4b   13 years michaelni libswresample: cosmetics Signed-off-by: Michael Niedermayer …
(edit) @24c0d158   13 years michaelni libswresample: unaligned AVX/SSE4 float and int32 6ch pack …
(edit) @6f67d983   13 years michaelni libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing …
(edit) @6108e1be   13 years michaelni wmvenc: check if width is multiple of 2 The width of wmv1/2 video …
(edit) @ca29751   13 years Clément Bœsch lavf/mp3enc: support MPEG-2 and MPEG-2.5 sample rates when writing …
(edit) @1f2f031c   13 years Carl Eugen Hoyos Set bits_per_raw_sample when decoding libopenjpeg images. …
(edit) @1337c6cf   13 years michaelni mpeg1enc: dont use size extension. the spec doesnt mention this …
(edit) @038eb59b   13 years michaelni mpeg2dec: support slice_vertical_position_extension Signed-off-by: …
(edit) @6b0a0dc5   13 years michaelni mpeg2enc: check input dimensions Signed-off-by: Michael Niedermayer …
(edit) @d5df0df8   13 years michaelni mpeg1enc: check input dimensions Signed-off-by: Michael Niedermayer …
(edit) @f153dfc9   13 years michaelni h263enc: test that dimensions are a multiple of 4 Signed-off-by: …
(edit) @7b089b79   13 years lu_zero doc: fix link to fate.libav.org Signed-off-by: Diego Elio Pettenò …
(edit) @1caf614b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavfi: …
(edit) @ad6f006   13 years michaelni avfilter: fix regression since addition of extended_data to audio …
(edit) @70e9308d   13 years michaelni ffmpeg: preserve bits_per_coded sample on stream copy. Fixes …
(edit) @be062de9   13 years Clément Bœsch doc/examples: add libswresample in the libraries. It is required for …
(edit) @55e5f105   13 years Clément Bœsch doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.
(edit) @8c3c7dbb   13 years Clément Bœsch doc/examples: add programs to .gitignore.
(edit) @70f133fb   13 years michaelni h263enc: check w/h for validity Fixes Ticket1063 Signed-off-by: …
(edit) @012f04a2   13 years anton lavfi: autoinsert resample filter when necessary.
(edit) @d371e7b9   13 years anton lavfi: add lavr-based audio resampling filter.
(edit) @9188294d   13 years Clément Bœsch doc/examples: fix typo.
(edit) @5b55c7f4   13 years Clément Bœsch doc/examples: add -O2 in CFLAGS.
(edit) @072c2c08   13 years Clément Bœsch doc/examples: add missing math.h include in decoding/encoding example. …
(edit) @2f197a20   13 years Clément Bœsch doc/examples: link decoding_encoding and muxing with math lib. These …
(edit) @9a19341e   13 years Clément Bœsch doc/examples: rename LDFLAGS to LDLIBS.
(edit) @4522df52   13 years Clément Bœsch lavfi: remove audio.h include from avfilter.h. avfilter.h is a public …
(edit) @ea60dfe2   13 years diego x86: vc1: drop MMX loop filter implementation, which uses MMX2 …
(edit) @db11fc5   13 years Carl Eugen Hoyos Fix flashsv2 encoder error message.
(edit) @2a37ac04   13 years michaelni flashsv2enc: fix division by zero Fixes other half of Ticket1105 …
(edit) @40d8c89   13 years michaelni flashsvenc: fix image sizes below 192x192 Fixes half of Ticket1105 …
(edit) @d0495634   13 years michaelni tiffenc: fix out of array read Fixes ticket1112 Found-by: ami_stuff …
(edit) @3b563247   13 years michaelni snow: fix 32x32 encoding Fixes ticket1083 Signed-off-by: Michael …
(edit) @9eb99ab2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @de1824e9   13 years michaelni mpeg12: fix logic that prevents extradata from being parsed twice. …
(edit) @e20f4648   13 years michaelni mpeg12: print an error when there was a frame in extradata. …
Note: See TracRevisionLog for help on using the revision log.