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
2015-06-27
avconv: do not stop processing the input packet on decoding error
Anton Khirnov
2015-06-27
avconv: factor out flushing the filters
Anton Khirnov
2015-05-02
avconv: Add an option for automatically rotating video according to display m...
Martin Storsjö
2015-04-04
avconv: Avoid theoretical NULL dereferences
Himangi Saraogi
2015-04-03
avconv: do not overwrite the stream codec context for streamcopy
Anton Khirnov
2015-03-20
avconv: Print the avfilter errors
Luca Barbato
2015-03-10
avconv: do not abort immediately if initializing hwaccel fails
Anton Khirnov
2014-10-24
avconv: copy stream-level side data when streamcopying
Anton Khirnov
2014-10-24
avconv: Use av_gettime_relative
Martin Storsjö
2014-10-18
lavc: deprecate unused me_threshold field
Anton Khirnov
2014-10-17
avconv: check return value
Vittorio Giovara
2014-10-15
avconv: replace AVCodecContext.time_base with framerate
Anton Khirnov
2014-09-26
avconv: Use only audio and video to guess discontinuities
Luca Barbato
2014-08-15
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-13
avconv: rename output_packet() to process_input_packet()
Anton Khirnov
2014-07-09
avconv: set the output stream timebase
Anton Khirnov
2014-06-20
Use av_packet_rescale_ts() to simplify code.
Anton Khirnov
2014-06-17
avconv: use the correct variable in comparison
Anton Khirnov
2014-06-12
avconv: make -shortest work with streamcopy
Anton Khirnov
2014-06-04
avconv: Report the codec and the encoder separately
Luca Barbato
2014-06-01
avconv: do not use the stream codec context for encoding
Anton Khirnov
2014-06-01
avconv: do not use the stream codec context for decoding
Anton Khirnov
2014-05-19
avconv: do not use poorly defined and undocumented AVStream.pts
Anton Khirnov
2014-05-18
avconv: set the "encoder" tag when transcoding
Anton Khirnov
2014-05-18
avconv: set output avg_frame_rate when known
Anton Khirnov
2014-05-03
avconv: rename OutputStream.opts to OutputStream.encoder_opts
Anton Khirnov
2014-05-03
avconv: remove a useless line
Anton Khirnov
2014-05-03
avconv: rename 'codec' to 'enc_ctx'
Anton Khirnov
2014-05-03
avconv: rename 'icodec' to 'dec_ctx'
Anton Khirnov
2014-05-03
avconv: rename InputStream.opts to InputStream.decoder_opts
Anton Khirnov
2014-05-03
avconv: simplify exit_program() by using more local vars
Anton Khirnov
2014-04-22
avconv: always reset packet pts after decoding an audio frame
Anton Khirnov
2014-03-25
avconv: More descriptive message about framedrop
Vittorio Giovara
2014-03-24
avconv: don't warn on multiple frames per packet for codecs that expect it
Anton Khirnov
2014-03-24
avconv: print verbose per-stream transcoding statistics
Anton Khirnov
2014-03-24
avconv: split printing the final statistics into a separate function
Anton Khirnov
2014-03-24
avconv: rewrite output data size tracking
Anton Khirnov
2014-03-24
avconv: explicitly report when the muxing overhead is unknown
Anton Khirnov
2014-03-24
avconv: remove unused nb_frames_dup
Anton Khirnov
2014-03-24
avconv: add stream-global side data to the first demuxed packet
Anton Khirnov
2014-02-24
avconv: remove a write-only variable
Anton Khirnov
2014-02-20
avconv: Do not divide by zero
Luca Barbato
2014-01-17
avconv: print a warning when falling back to default 25fps
Anton Khirnov
2013-12-11
avconv: do not call avcodec_get_frame_defaults()
Anton Khirnov
2013-12-11
Replace all uses of avcodec_free_frame with av_frame_free().
Anton Khirnov
2013-11-23
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
avconv: add infrastructure for using hwaccels
Anton Khirnov
2013-11-16
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
Anton Khirnov
2013-10-31
lavc: deprecate FF_DEBUG_MV and remove all traces of its use
Anton Khirnov
2013-10-29
avconv: stop accessing AVStream.parser
Anton Khirnov
[next]