source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3af3a300   12 years Clément Bœsch lavf/srtdec: remove line break hack. This is not necessary anymore …
(edit) @d927d83   12 years Clément Bœsch lavc/srtdec: make some sscanf to work at the end of a line. Fix …
(edit) @c36302a7   12 years nicolas.george lavfi/sink_buffer: switch to filter_frame.
(edit) @a978c04e   12 years nicolas.george lavfi/video: ensure that filter_frame is called. This is a temporary …
(edit) @522cb6ab   12 years onemda gifdec: use transparent instead of background color index Wrong code …
(edit) @b84871b8   12 years michaelni vf_tinterlace: dont mix declarations and expressions Signed-off-by: …
(edit) @c0c0b196   12 years michaelni lavfi: remove some draw_slice related code that has become unneeded …
(edit) @8997a0fa   12 years stefasab lavfi/tinterlace: add low-pass-filter for top/bottom interleave modes …
(edit) @9e3b6285   12 years stefasab doc/filters: drop duplicated description of resampler options in …
(edit) @cbed2426   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: snow: …
(edit) @384dd980   12 years michaelni Merge commit '30a76487304e7250294c9c0e9fa179bf07fd822a' * commit …
(edit) @56c71cd5   12 years michaelni Merge commit '9b1370aced385698bc783747917544ab69ecb373' * commit …
(edit) @19e1c8e4   12 years michaelni Merge commit '0448f26c97c5ab4858d31e456a4f1738ae783242' * commit …
(edit) @2ce43b37   12 years michaelni Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405' * commit …
(edit) @613001d7   12 years Clément Bœsch Merge back some registering macros in all*.c. This breaks the sed in …
(edit) @c83002a4   12 years Clément Bœsch lavc/ass_split: check for NULL pointer in …
(edit) @b113d4a8   12 years michaelni aacdec: make dual mono mode selectable through AVOptions too. Based …
(edit) @644f021c   12 years michaelni aacdec: simplify dmono Signed-off-by: Michael Niedermayer …
(edit) @6d386619   12 years michaelni aacdec: fix dual mono Signed-off-by: Michael Niedermayer …
(edit) @518239cd   12 years Clément Bœsch build: postproc cleanup. This reverts 79f80f5c, moves postproc along …
(edit) @c77eb4ee   12 years michaelni sws: fix warning: cast from pointer to integer of different size …
(edit) @3cd137bf   12 years michaelni vf_deshake: fix strict aliassing errors Signed-off-by: Michael …
(edit) @aa9507cc   12 years michaelni swscale: fix warning: assignment from incompatible pointer type …
(edit) @05d81a57   12 years michaelni motion_est_template: fix warning: "ASSERT_LEVEL" is not defined …
(edit) @4f1d7cc0   12 years michaelni bktr: fix warning: missing braces around initializer Signed-off-by: …
(edit) @925c9f44   12 years michaelni Fix OS/2 threading Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @53228f4   12 years michaelni avf_concat: init pointers to NULL for saftey and to avoid warning of …
(edit) @d59d39e   12 years onemda wavdec: fix duration calculation for files with invalid data size …
(edit) @d615da60   12 years lu_zero snow: use VideoDSPContext It was left over from the initial conversion.
(edit) @30a76487   12 years lu_zero hlsenc: make segment number unsigned It will overflow if somebody …
(edit) @9b1370ac   12 years lu_zero hlsenc: do not add timestamps in different timebases start_time is in …
(edit) @0448f26c   12 years lu_zero hlsenc: keep the playlist to the correct number of items Consider the …
(edit) @27a15e0   12 years lu_zero hlsenc: make EXT-X-MEDIA-SEQUENCE always increase
(edit) @0d8cc7a3   12 years lu_zero hlsenc: use the correct AV_TIME_BASE macro recording_time is in …
(edit) @6dd93ee6   12 years lu_zero hlsenc: check append_entry return value
(edit) @ae85d6c   12 years lu_zero hlsenc: use the segment filename in the playlist entry Avoid calling …
(edit) @66f7b486   12 years lu_zero hlsenc: use the basename to generate the list entries The segment …
(edit) @d8fd06c3   12 years lu_zero avstring: add av_basename and av_dirname Thread safe version of the …
(edit) @981baf74   12 years michaelni lavfi: replace REGISTER_BUILTIN_FILTER() by …
(edit) @83d4a84   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2a9443a1   12 years michaelni Merge commit '69583bd3b1eba471366141c945030c163e073e02' * commit …
(edit) @ba34e56c   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: fix …
(edit) @c5bea1b0   12 years michaelni xtea: fix unused variable warning for config_small Signed-off-by: …
(edit) @e0a99d54   12 years michaelni msmpeg4enc: fix possible use of uninitialized warning Signed-off-by: …
(edit) @2fbc8ea0   12 years michaelni hpel_motion_search: move code used for asserts under correct #if This …
(edit) @30872fa0   12 years michaelni ivi_common: Fix use of uninitialized warnings Signed-off-by: Michael …
(edit) @76e65a1b   12 years michaelni avs: silence "may be used uninitialized" warnings We initialize the …
(edit) @3f8ee30e   12 years onemda mmfenc: use ff_raw_write_packet() Signed-off-by: Paul B Mahol …
(edit) @f18d2137   12 years onemda aiffenc: use ff_raw_write_packet() Signed-off-by: Paul B Mahol …
(edit) @8ad010a7   12 years onemda soxenc: use ff_raw_write_packet() Signed-off-by: Paul B Mahol …
(edit) @a4b62f36   12 years onemda soxdec: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @09401694   12 years onemda soxenc: use ffio_fill Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @a4912aa6   12 years onemda soxenc: use FFALIGN Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @07abf13d   12 years michaelni h264: avoid a grayscale related if() in hl_decode_mb() Signed-off-by: …
(edit) @92b50b71   12 years Marton Balint ffplay: fix type of time_diff in waveform display Fixes time diff …
(edit) @ec89ea30   12 years Marton Balint ffplay: always display audio visualization if mode is set Fixes …
(edit) @ef7f3b08   12 years Marton Balint ffplay: hide cursor on no mouse movement Signed-off-by: Marton Balint …
(edit) @0ca4e9f0   12 years Marton Balint ffplay: reset external clock to unknown on start Fixes a delay and …
(edit) @4e33d8eb   12 years Marton Balint ffplay: only drop frames if not in frame step mode Fixes ticket …
(edit) @97660b8b   12 years Marton Balint ffplay: move frame step pause from the video thread to video_refresh …
(edit) @c73c87b4   12 years diego cosmetics: Prettyprint codec/format/filter registration files
(edit) @69583bd   12 years diego avfilter: Refactor unconditional filter registration
(edit) @5ad2f0bf   12 years diego build: Add rtpenc_chain extra config option Also fixes linking in …
(edit) @844c6852   12 years diego configure: Add --disable-all command line option This option disables …
(edit) @50795682   12 years onemda auenc: do not write invalid file size Signed-off-by: Paul B Mahol …
(edit) @8afe168c   12 years michaelni vf_divtc: dont mix av_strdup and free Signed-off-by: Michael …
(edit) @baa5d6df   12 years michaelni vf_detc: dont mix av_strdup & free Signed-off-by: Michael Niedermayer …
(edit) @458afd2a   12 years michaelni vf_mp: fix 'discards const qualifier from pointer target type' args …
(edit) @33f15ab3   12 years michaelni libavutil/samplefmt: Fix project name Signed-off-by: Michael …
(edit) @0d4572a5   12 years michaelni MAINTAINERS: s/mjpeg.c/mjpeg*.c/ Signed-off-by: Michael Niedermayer …
(edit) @0156dd65   12 years stefasab lavf/segment: add segment_frames option This is meant to address trac …
(edit) @7a8face9   12 years stefasab lavf/segment: add reference_stream option
(edit) @9e04e11e   12 years michaelni libpostproc: alloc a few bytes more in the temporary buffer This …
(edit) @f1185fbb   12 years michaelni libpostproc: Fix off by 1 error in the C dering code Signed-off-by: …
(edit) @69db85c3   12 years michaelni mjpegdec: Support 16bit DQT Fixes Ticket2072 Signed-off-by: Michael …
(edit) @10a3fa8f   12 years onemda build: fix g723_1 decoder dependency g723_1 decoder needs celp_math.o …
(edit) @64f4fb75   12 years onemda gifdec: fix transparent background color Signed-off-by: Paul B Mahol …
(edit) @b61097f   12 years michaelni mjpegdec: reset restart_count on progressive scans Fixes Ticket2068 …
(edit) @ae2b51ac   12 years stefasab doc/encoders: clarify the direction of the quality setting parameters …
(edit) @7e0676a7   12 years stefasab doc/ffmpeg-formats: extend documentation for the probesize parameter
(edit) @750382d5   12 years stefasab ffmpeg: remove annoying logs and improve reporting in case of …
(edit) @b3f3fe3c   12 years michaelni MAINTAINERS: add libswresample Signed-off-by: Michael Niedermayer …
(edit) @8d9a5033   12 years michaelni docs: add soxr documentation Signed-off-by: Michael Niedermayer …
(edit) @03d38ee2   12 years michaelni soxr_resample: soxr API parameter rename Signed-off-by: Michael …
(edit) @f2957adb   12 years michaelni soxr_resample: Correct email address Signed-off-by: Michael …
(edit) @ceee4407   12 years Clément Bœsch lavfi/tile: small align cosmetics.
(edit) @4cd724da   12 years Clément Bœsch lavfi/tile: remove usage of link->{cur,out}_buf.
(edit) @3b870f9   12 years Clément Bœsch lavfi/scale: remove usage of link->cur_buf.
(edit) @a612e86e   12 years Clément Bœsch lavfi/deshake: remove usage of link->cur_buf.
(edit) @5673a010   12 years Clément Bœsch lavfi/decimate: remove usage of link->cur_buf.
(edit) @33e0eb51   12 years Clément Bœsch lavfi/video: remove unused ff_inplace_start_frame().
(edit) @011169cd   12 years michaelni mjpegdec: handle the occurance of rstn emulation Signed-off-by: …
(edit) @5ff8ca1f   12 years michaelni mjpegdec: Handle RSTn in progressive jpegs Fixes Ticket2003 …
(edit) @47e7f57a   12 years michaelni mjpegdec: factor handle_rstn() out Signed-off-by: Michael Niedermayer …
(edit) @c46cfed   12 years onemda build: mp filter does not depend on postproc anymore This fixes …
(edit) @a2349dc3   12 years michaelni vf_idet: fix type of stats Reviewed-by: Stefano Sabatini …
(edit) @d155abd1   12 years Clément Bœsch lavfi/idet: remove unused assert include.
(edit) @a7f0af1   12 years Clément Bœsch lavfi/idet: remove unecessary context assignment.
(edit) @43cbd440   12 years Clément Bœsch lavfi/idet: support named parameters. The parameters are currently …
(edit) @915d748   12 years Clément Bœsch lavfi/idet: remove unecessary poll_frame callback.
Note: See TracRevisionLog for help on using the revision log.