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
2012-06-24
avconv: remove redundant handling of async.
Anton Khirnov
2012-06-22
Replace usleep() calls with av_usleep()
Mans Rullgard
2012-06-20
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-14
avconv: don't try to free threads that were not initialized.
Anton Khirnov
2012-06-13
lavfi: make AVFilterPad opaque after two major bumps.
Anton Khirnov
2012-06-12
avconv: support only native pthreads.
Anton Khirnov
2012-06-10
avconv: multithreaded demuxing.
Anton Khirnov
2012-06-05
avtools: move buffer management code from avconv to cmdutils.
Anton Khirnov
2012-06-05
avconv: don't use InputStream in the buffer management code.
Anton Khirnov
2012-06-05
avconv: fix exiting when max frames is reached.
Anton Khirnov
2012-06-04
avconv: check output stream recording time before each frame returned from fi...
Anton Khirnov
2012-06-04
avconv: split selecting input file out of transcode().
Anton Khirnov
2012-06-04
avconv: split checking for active outputs out of transcode().
Anton Khirnov
2012-05-29
avconv: extend -r to work on any input stream.
Anton Khirnov
2012-05-29
avconv: don't print filters inserted by avconv in stream mappings.
Anton Khirnov
2012-05-29
avconv: merge configuration code for complex and simple filters
Anton Khirnov
2012-05-29
avconv: split configuring input filters out of configure_complex_filter
Anton Khirnov
2012-05-26
avconv: Display the error returned by avformat_write_header
Martin Storsjö
2012-05-22
avconv: rename transcode_audio/video to decode_audio/video.
Anton Khirnov
2012-05-18
avconv: reindent
Anton Khirnov
2012-05-18
avconv: replace -vsync cfr code with the fps filter.
Anton Khirnov
2012-05-18
avconv: add support for audio in complex filtergraphs.
Anton Khirnov
2012-05-17
avconv: fix behavior with -ss as an output option.
Anton Khirnov
2012-05-14
avconv: automatically insert asyncts when -async is used.
Anton Khirnov
2012-05-14
avconv: add support for audio filters.
Anton Khirnov
2012-05-14
buffersrc: add av_buffersrc_write_frame().
Anton Khirnov
2012-05-10
avconv: use lrint() for rounding double timestamps
Mans Rullgard
2012-05-09
lavc: pad last audio frame with silence when needed.
Anton Khirnov
2012-05-09
lavfi: add video buffer sink, and use it in avtools
Anton Khirnov
2012-05-06
avconv: remove stray useless comment.
Anton Khirnov
2012-04-25
avutil: add av_parse_cpu_flags() function
Mans Rullgard
2012-04-24
avconv: use libavresample
Justin Ruggles
2012-04-24
avconv: fix a segfault on -c copy with -filter_complex.
Anton Khirnov
2012-04-22
avconv: fix off by one check in complex_filter
Luca Barbato
2012-04-22
ARM: allow runtime masking of CPU features
Mans Rullgard
2012-04-21
Remove lowres video decoding
Mans Rullgard
2012-04-21
avconv: fix a segfault when default encoder for a format doesn't exist.
Anton Khirnov
2012-04-18
avconv: check for an incompatible changing channel layout
Justin Ruggles
2012-04-16
avconv: only set the "channels" option when it exists for the specified input...
Justin Ruggles
2012-04-15
avconv: flush decoders immediately after an EOF.
Anton Khirnov
2012-04-15
avconv: send EOF to vsrc_buffer.
Anton Khirnov
2012-04-15
avconv: reindent.
Anton Khirnov
2012-04-15
avconv: add support for complex filtergraphs.
Anton Khirnov
2012-04-15
avconv: make filtergraphs global.
Anton Khirnov
2012-04-15
avconv: move filtered_frame from InputStream to OutputStream.
Anton Khirnov
2012-04-15
avconv: don't set output width/height directly from input value.
Anton Khirnov
2012-04-15
avconv: move resample_{width,height,pix_fmt} to InputStream.
Anton Khirnov
2012-04-15
avconv: remove a useless variable from OutputStream.
Anton Khirnov
2012-04-15
avconv: get output pixel format from lavfi.
Anton Khirnov
2012-04-15
avconv: change {input,output}_{streams,files} into arrays of pointers.
Anton Khirnov
[prev]
[next]