git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ffmpeg_filter: use avcodec_find_best_pix_fmt_of_2()
2012-08-30
Anton Khirnov
avtools: remove the distinction between func_arg and...
commit
|
commitdiff
|
tree
2012-08-30
Anton Khirnov
avconv: make the -passlogfile option per-stream.
commit
|
commitdiff
|
tree
2012-08-30
Anton Khirnov
avconv: make the -pass option per-stream.
commit
|
commitdiff
|
tree
2012-08-30
Anton Khirnov
cmdutils: make -codecs print lossy/lossless flags.
commit
|
commitdiff
|
tree
2012-08-30
Anton Khirnov
lavc: add lossy/lossless codec properties.
commit
|
commitdiff
|
tree
2012-08-29
Anton Khirnov
Add reminders to update the codec descriptor list with...
commit
|
commitdiff
|
tree
2012-08-26
Anton Khirnov
avconv: prefer user-forced input framerate when choosing...
commit
|
commitdiff
|
tree
2012-08-24
Anton Khirnov
cmdutils: fix a memleak when specifying an option twice.
commit
|
commitdiff
|
tree
2012-08-24
Anton Khirnov
AVOptions: store defaults for INT64 options in int64...
commit
|
commitdiff
|
tree
2012-08-23
Anton Khirnov
doc/APIchanges: add an entry for codec descriptors.
commit
|
commitdiff
|
tree
2012-08-20
Anton Khirnov
mpegvideo_enc: remove stray duplicate line from 7f9aaa4
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avconv: mark more options as expert.
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avconv: split printing "main options" into global and...
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avconv: refactor help printing.
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avconv: print info/capabilities options in a separate...
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avtools: add -h demuxer/muxer
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
cmdutils: extend -h to allow printing codec details.
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
cmdutils: change semantics of show_help_options() and...
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avtools: move some newlines to show_help_options().
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avconv: deprecate -isync.
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avconv: reformat the options table.
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avconv: get rid of ugly casts in the options table.
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avconv: try to match codecs by codec descriptor name...
commit
|
commitdiff
|
tree
2012-08-19
Anton Khirnov
avtools: fix show_foo() signatures.
commit
|
commitdiff
|
tree
2012-08-18
Anton Khirnov
mpegvideo_enc: don't use deprecated avcodec_encode_video().
commit
|
commitdiff
|
tree
2012-08-18
Anton Khirnov
cmdutils: refactor -codecs option.
commit
|
commitdiff
|
tree
2012-08-18
Anton Khirnov
avconv: make -shortest a per-output file option.
commit
|
commitdiff
|
tree
2012-08-18
Anton Khirnov
lavc: add avcodec_descriptor_get_by_name().
commit
|
commitdiff
|
tree
2012-08-18
Anton Khirnov
lavc: add const to AVCodec* function parameters.
commit
|
commitdiff
|
tree
2012-08-18
Anton Khirnov
swf(dec): replace CODEC_ID with AV_CODEC_ID
commit
|
commitdiff
|
tree
2012-08-18
Anton Khirnov
dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE
commit
|
commitdiff
|
tree
2012-08-15
Anton Khirnov
api-example: use new video encoding API.
commit
|
commitdiff
|
tree
2012-08-11
Anton Khirnov
lavf: simplify is_intra_only() by using codec descriptors.
commit
|
commitdiff
|
tree
2012-08-11
Anton Khirnov
lavc: add an intra-only codec property.
commit
|
commitdiff
|
tree
2012-08-11
Anton Khirnov
lavc: add codec descriptors.
commit
|
commitdiff
|
tree
2012-08-10
Anton Khirnov
lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
vsrc_movie: discourage its use with avconv.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: allow no input files.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: prevent invalid reads in transcode_init()
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: rename OutputStream.is_past_recording_time...
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: split the code for processing input packets...
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: send EOF to lavfi even if flushing the decoder...
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: get rid of pointless temporary variable.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: simplify transcode().
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: cosmetics
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: replace no_packet array in transcode() with...
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: remove unused variable from InputFile.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: remove commented out cruft.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: maintain sync on lavfi outputs.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: split configuring filter configuration to a...
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
avconv: split option parsing into a separate file.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
mpegaudioenc: list supported channel layouts.
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
mpegaudiodec: don't print an error on > 1 frame in...
commit
|
commitdiff
|
tree
2012-08-08
Anton Khirnov
api-example: update to new audio encoding API.
commit
|
commitdiff
|
tree
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
commit
|
commitdiff
|
tree
2012-08-07
Anton Khirnov
lavc: add AV prefix to codec ids.
commit
|
commitdiff
|
tree
2012-07-31
Anton Khirnov
apetag: change a forgotten return to return 0
commit
|
commitdiff
|
tree
2012-07-31
Anton Khirnov
mpc8: return more meaningful error codes.
commit
|
commitdiff
|
tree
2012-07-31
Anton Khirnov
mpc: return more meaningful error codes.
commit
|
commitdiff
|
tree
2012-07-31
Anton Khirnov
wv,mpc8: don't return apetag data in packets.
commit
|
commitdiff
|
tree
2012-07-29
Anton Khirnov
wv: K&R formatting cosmetics
commit
|
commitdiff
|
tree
2012-07-29
Anton Khirnov
lavf: deprecate r_frame_rate.
commit
|
commitdiff
|
tree
2012-07-29
Anton Khirnov
lavf: round estimated average fps to a "standard" fps.
commit
|
commitdiff
|
tree
2012-07-29
Anton Khirnov
lavf: use dts difference instead of AVPacket.duration...
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
wv: return meaningful error codes.
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
wv: return AVERROR_EOF on EOF, not EIO.
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
mp3dec: forward errors for av_get_packet().
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
mp3dec: remove a pointless local variable.
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
mp3dec: remove commented out cruft.
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
lavfi: bump minor to mark stabilizing the ABI.
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
FATE: add tests for yadif.
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
FATE: add a test for delogo video filter.
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
FATE: add a test for amix audio filter.
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
audiogen: allow specifying random seed as a commandline...
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
lavf: remove commented out cruft in avformat_find_stream_info()
commit
|
commitdiff
|
tree
2012-07-28
Anton Khirnov
Add missing libavutil/time.h includes.
commit
|
commitdiff
|
tree
2012-07-25
Anton Khirnov
vf_yadif: unset cur_buf on the input link.
commit
|
commitdiff
|
tree
2012-07-25
Anton Khirnov
vf_overlay: ensure the overlay frame does not get leaked.
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
FATE: fix the asyncts test
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
FATE: add a test for the asyncts audio filter.
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
matroskadec: return more correct error code on read...
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
buffersrc: check ff_get_audio_buffer() for errors.
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
lavfi: check all ff_get_video_buffer() calls for errors.
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
lavfi: check all avfilter_ref_buffer() calls for errors.
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
vf_select: avoid an unnecessary avfilter_ref_buffer().
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
buffersrc: avoid creating unnecessary buffer reference
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
lavfi: use avfilter_unref_bufferp() where appropriate.
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
vf_fps: add more error checks.
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
vf_fps: fix a memleak on malloc failure.
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
lavfi: check all ff_start_frame/draw_slice/end_frame...
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
lavfi: add error handling to end_frame().
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
lavfi: add error handling to draw_slice().
commit
|
commitdiff
|
tree
2012-07-22
Anton Khirnov
lavfi: add error handling to start_frame().
commit
|
commitdiff
|
tree
2012-07-20
Anton Khirnov
lavfi: unref AVFilterLink.out_buf in ff_end_frame().
commit
|
commitdiff
|
tree
2012-07-20
Anton Khirnov
lavfi: unref AVFilterLink.cur_buf in ff_end_frame().
commit
|
commitdiff
|
tree
2012-07-20
Anton Khirnov
vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
commit
|
commitdiff
|
tree
2012-07-20
Anton Khirnov
vf_slicify: clear AVFilterLink.cur_buf in start_frame().
commit
|
commitdiff
|
tree
2012-07-20
Anton Khirnov
vf_settb: simplify start_frame().
commit
|
commitdiff
|
tree
2012-07-20
Anton Khirnov
vf_fieldorder: don't give up its own reference to the...
commit
|
commitdiff
|
tree
2012-07-20
Anton Khirnov
vf_pad: don't give up its own reference to the output...
commit
|
commitdiff
|
tree
next