index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
avconv.c
Age
Commit message (
Expand
)
Author
2013-06-04
avconv: check that the output format context exists before accessing it
Anton Khirnov
2013-05-27
avconv: make -aspect work with streamcopy
Anton Khirnov
2013-05-07
avconv: remove -deinterlace
Anton Khirnov
2013-05-03
avconv: do not send non-monotonous DTS to the muxers.
Anton Khirnov
2013-05-03
avconv: improve -re implementation
Anton Khirnov
2013-04-30
avconv: make output -ss insert trim/atrim filters.
Anton Khirnov
2013-04-30
avconv: make -t insert trim/atrim filters.
Anton Khirnov
2013-04-11
lavfi: change the filter registering system to match the other libraries
Anton Khirnov
2013-04-11
lavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov
2013-03-28
avconv: add options for reading filtergraphs from a file.
Anton Khirnov
2013-03-08
avconv: convert to new refcounted AVFrame API
Anton Khirnov
2013-03-07
lavc: Deprecate the deinterlace functions in libavcodec
Ronald S. Bultje
2013-02-28
avconv: Apply codec options to streams that are copied as well
Martin Storsjö
2013-02-23
avconv: pass libavresample options to AVFilterGraph
Justin Ruggles
2013-01-20
avconv: Increase the SDP buffer size to fit xiph SDPs
Martin Storsjö
2012-12-18
avconv: use new options parser.
Anton Khirnov
2012-12-05
avconv: deprecate the -vol option
Justin Ruggles
2012-11-11
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-08
avconv: rescale packet duration to muxer time base when flushing encoders
Justin Ruggles
2012-11-02
avconv: do not free muxed packet on streamcopy.
Anton Khirnov
2012-10-29
avconv: Drop unused function argument from do_video_stats()
Diego Biurrun
2012-10-25
avconv: fix bitrate report when writing to /dev/null
Janne Grunau
2012-10-24
avconv: remove now unneeded calls to avcodec_get_frame_defaults().
Anton Khirnov
2012-10-23
Include sys/time.h before sys/resource.h
Mans Rullgard
2012-10-21
avcodec: handle AVERROR_EXPERIMENTAL
Nathan Caldwell
2012-10-12
De-doxygenize some top-level files
Diego Biurrun
2012-10-09
avconv: remove -same_quant
Anton Khirnov
2012-10-03
avconv/avprobe: Add missing 'void' to exit_program() definition
Diego Biurrun
2012-10-01
Use atexit() instead of defining a custom exit_program() interface.
Diego Elio Pettenò
2012-10-01
avconv: improve sample format negotiation for decoder request
Justin Ruggles
2012-09-24
Use avcodec_free_frame() to free AVFrames.
Anton Khirnov
2012-09-17
avconv: flush filtered frames before reconfiguring filters
Janne Grunau
2012-08-30
avtools: remove the distinction between func_arg and func2_arg.
Anton Khirnov
2012-08-30
avconv: make the -passlogfile option per-stream.
Anton Khirnov
2012-08-26
avconv: prefer user-forced input framerate when choosing output framerate
Anton Khirnov
2012-08-18
avconv: make -shortest a per-output file option.
Anton Khirnov
2012-08-13
Use log2(x) instead of log(x) / log(2)
Mans Rullgard
2012-08-08
avconv: allow no input files.
Anton Khirnov
2012-08-08
avconv: prevent invalid reads in transcode_init()
Anton Khirnov
2012-08-08
avconv: rename OutputStream.is_past_recording_time to finished.
Anton Khirnov
2012-08-08
avconv: split the code for processing input packets out of transcode()
Anton Khirnov
2012-08-08
avconv: send EOF to lavfi even if flushing the decoder fails
Anton Khirnov
2012-08-08
avconv: get rid of pointless temporary variable.
Anton Khirnov
2012-08-08
avconv: simplify transcode().
Anton Khirnov
2012-08-08
avconv: cosmetics
Anton Khirnov
2012-08-08
avconv: replace no_packet array in transcode() with a var in InputStream
Anton Khirnov
2012-08-08
avconv: remove commented out cruft.
Anton Khirnov
2012-08-08
avconv: maintain sync on lavfi outputs.
Anton Khirnov
2012-08-08
avconv: split configuring filter configuration to a separate file.
Anton Khirnov
2012-08-08
avconv: split option parsing into a separate file.
Anton Khirnov
[prev]
[next]