source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d9bec3b6   12 years michaelni lavc: fix duplicate stats_out line. Found-by: Thierry Foucu …
(edit) @bc16031a   12 years michaelni mjpegdec: print error message when quant_index is invalid …
(edit) @a2f680c   12 years michaelni mjpegdec: check h/v_count, fix context becoming inconsistent and …
(edit) @08d0969c   12 years stefasab lavu/opt: change the way default pixel and sample format value is set …
(edit) @0b28abf9   12 years michaelni vble: check packet size. Fixes null pointer dereference Found-by: …
(edit) @10416a4d   12 years michaelni id3v2: check index against buffer size. Fix out of array access …
(edit) @0b14c19   12 years onemda iff: mention all decoders
(edit) @9a319979   12 years onemda BRSTM demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @6abb9a90   12 years michaelni huffyuvdec: check width more completely, avoid out of array accesses …
(edit) @27eada2   12 years michaelni tiffdec: better checks for bitstream offsets, fixes out of array reads …
(edit) @3ae61045   12 years michaelni roqvideodec: check dimensions validity Found-by: Mateusz "j00ru" …
(edit) @a9236b87   12 years onemda fate: add tak dependencies Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @26f1b1a   12 years onemda fate: add ADPCM 4XM test Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @0ecfcf86   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avplay: …
(edit) @9f8e2e92   12 years michaelni Merge commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd' * commit …
(edit) @52066bdb   12 years michaelni Merge commit 'c74f81786d434dfaf9b3dff06aa96bfd23d0127b' * commit …
(edit) @d7b20bfb   12 years michaelni Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66' * commit …
(edit) @076300bf   12 years michaelni Merge commit 'bfe5454cd238b16e7977085f880205229103eccb' * commit …
(edit) @7dc0ed80   12 years michaelni Merge commit '1f3f896564501c23b44fcf605567c78ce066b539' * commit …
(edit) @a7eabbb2   12 years Clément Bœsch lavfi/concat: prefer av_asprintf() over stack allocated buffer.
(edit) @b99f1303   12 years Clément Bœsch lavfi/concat: switch to filter_frame.
(edit) @ea3bad0e   12 years Clément Bœsch lavfi/smartblur: switch to filter_frame.
(edit) @9262f132   12 years Clément Bœsch lavfi/show{spectrum,waves}: use ff_filter_frame().
(edit) @e2718e7a   12 years diego avplay: Do not use removed av_get_int() Fixes build with lavfi …
(edit) @605f1d98   12 years stefasab lsws: define version in SWScaler class The version number is useful …
(edit) @cf56c207   12 years stefasab doc/Makefile: rework component configuration logic Only enable …
(edit) @989c6a49   12 years stefasab doc/ffmpeg-codecs: add short description
(edit) @3fd8e072   12 years michaelni vsrc_mandelbrot: switch to filter_frame Signed-off-by: Michael …
(edit) @9236e9f1   12 years Clément Bœsch lavfi/ebur128: use ff_filter_frame() everywhere.
(edit) @55a5ded6   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @1eb8809a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @87b9dc09   12 years michaelni Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666' The commit …
(edit) @031d6448   12 years Clément Bœsch lavfi/ass: switch to filter_frame.
(edit) @9178235f   12 years michaelni avfilter: mark start_frame/end_frame/draw_slice as deprecated …
(edit) @502ecc9c   12 years Clément Bœsch lavfi/colormatrix: 10l fix forgotten buffer unref.
(edit) @269cd077   12 years Clément Bœsch lavfi/colormatrix: switch to filter_frame.
(edit) @88f8af26   12 years michaelni vf_format: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @7c428147   12 years michaelni vf_copy: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @ece5decb   12 years michaelni vf_null: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @015c2b40   12 years michaelni libavfilter: default to filter_frame when neither it nor …
(edit) @60e50dd9   12 years michaelni buffersrc: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @b5ecfa1d   12 years michaelni buffersink: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @5d796270   12 years Clément Bœsch lavfi/thumbnail: re-use ctx instead of inlink->dst.
(edit) @782993d9   12 years Clément Bœsch lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate.
(edit) @24f42531   12 years Clément Bœsch lavfi/thumbnail: switch to filter_frame.
(edit) @69d4420a   12 years michaelni libavfilter/split: switch to filter_frame Signed-off-by: Michael …
(edit) @94fdef81   12 years michaelni vf_scale: switch to filter_frame Based on patch by Anton Khirnov …
(edit) @3860e34b   12 years Clément Bœsch lavfi/sendcmd: expose the options for both filters.
(edit) @0b70ffa4   12 years Clément Bœsch lavfi/sendcmd: add FLAGS to AVOption array.
(edit) @a5b76523   12 years Clément Bœsch lavfi: add priv_class for some forgotten filters. This allows to …
(edit) @8a12c96d   12 years Clément Bœsch lavfi/mptestsrc: add FLAGS to AVOption array.
(edit) @0a767ad7   12 years michaelni vf_blackframe: switch to filter_frame Signed-off-by: Michael …
(edit) @8f21cfc   12 years michaelni vf_aspect: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @aa61728d   12 years michaelni vf_cropdetect: switch to filter_frame Signed-off-by: Michael …
(edit) @71f82c38   12 years michaelni vf_crop: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @95682d8c   12 years justin.ruggles avconv: fix variable shadowing in configure_input_audio_filter()
(edit) @a42b8991   12 years michaelni vf_drawbox: switch to filter frame Signed-off-by: Michael Niedermayer …
(edit) @267290ce   12 years michaelni vflip: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @8c1f98d9   12 years michaelni Merge commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc' * commit …
(edit) @5ddc072d   12 years stefasab doc: add ffmpeg-bitstream-filters.texi file
(edit) @5f648ce4   12 years michaelni vf_yadif: switch to filter_frame, this filter did not support slices …
(edit) @9a65b8c0   12 years michaelni vf_fade: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @2d9d4440   12 years Clément Bœsch lavfi: convert remaining input/output list compound literals to named …
(edit) @bff576c7   12 years michaelni vf_lut: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @eb7e7e82   12 years michaelni vf_hflip: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @dabb993c   12 years michaelni f_setpts: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @bb56436c   12 years michaelni f_settb: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @eb1424b4   12 years michaelni src_movie: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @f7f6f281   12 years michaelni vsrc_testsrc: switch to filter_frame Signed-off-by: Michael …
(edit) @c262e8cf   12 years michaelni vsink_nullsink: switch to filter_frame Signed-off-by: Michael …
(edit) @45eed9b1   12 years michaelni vf_unsharp: switch to filter_frame, this filter did not support slices …
(edit) @afded181   12 years michaelni vf_transpose: switch to filter_frame Based on patch by Anton Khirnov …
(edit) @f7eb50f3   12 years Marton Balint ffplay: increase maximum frame duration to 1 hour for streams without …
(edit) @2efd01a3   12 years Marton Balint ffplay: fix updating external clock after seeking Now it should work …
(edit) @fc38bbcd   12 years Marton Balint ffplay: disallow seeking before the start of the file In timestamp …
(edit) @2c3b6653   12 years michaelni vf_select: switch to filter_frame The new code reads the input frame …
(edit) @0663a9ea   12 years michaelni vf_showinfo: switch to filter_frame Signed-off-by: Michael …
(edit) @6be0df50   12 years michaelni vf_pad: switch to filter_frame Based on patch by Anton Khirnov …
(edit) @a095894   12 years onemda Vivo demuxer
(edit) @e42b7ff2   12 years michaelni vf_pixdesctest: switch to filter_frame Based on patch by Anton …
(edit) @1f94f86a   12 years michaelni vf_libopencv: switch to filter_frame, this filter did not support …
(edit) @5d170b09   12 years Clément Bœsch lavfi/geq: switch to filter_frame.
(edit) @2a06bc10   12 years michaelni vf_gradfun: switch to filter_frame, this filter did not support slices …
(edit) @6325957b   12 years michaelni vf_frei0r: switch to filter_frame, the filter did not support slices …
(edit) @57d9c86b   12 years Clément Bœsch lavfi/edgedetect: switch to filter_frame.
(edit) @e4d349b4   12 years diego fate: h264: Add dependencies
(edit) @d2f576bd   12 years diego fate: ea: Add dependencies
(edit) @47e7fb88   12 years diego fate: Do not unconditionally run libavutil tests Now that libavutil …
(edit) @92b57e8d   12 years michaelni vf_fps: switch to filter_frame Signed-off-by: Michael Niedermayer …
(edit) @e67fdbff   12 years michaelni vf_fieldorder: switch to filter_frame, this filter did not support …
(edit) @5990734   12 years michaelni libavfilter/fifo: fix indent Signed-off-by: Michael Niedermayer …
(edit) @b5572ab   12 years michaelni vf_boxblur: cosmetics to reduce diff to qatar Signed-off-by: Michael …
(edit) @2c4593dd   12 years diego rtpenc_chain: Remove unused variable
(edit) @7bfa2f25   12 years michaelni vf_drawtext: switch to filter_frame, this filter did not support …
(edit) @3846414   12 years michaelni vf_delogo: switch to filter_frame, this filter did not support slices …
(edit) @ed547e2c   12 years michaelni vf_hqdn3d: fix permissions Signed-off-by: Michael Niedermayer …
(edit) @46a4e72b   12 years michaelni vf_delogo: fix order of operations in apply_delogo() Signed-off-by: …
(edit) @250b122e   12 years michaelni vf_boxblur: switch to filter_frame, boxblur did not support slices …
(edit) @05945c7f   12 years michaelni libavfilter/fifo: switch to filter_frame, the filter did not support …
(edit) @6549a9b7   12 years onemda pgssubdec: remove unused variable Signed-off-by: Paul B Mahol …
Note: See TracRevisionLog for help on using the revision log.