]> git.sesse.net Git - ffmpeg/history - avconv.c
Deprecate avctx.coded_frame
[ffmpeg] / avconv.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-19 Anton Khirnovavconv: split creating and (re-)configuring complex...
2015-07-19 Anton Khirnovavconv: move the no streams failure to open_output_file()
2015-07-19 Anton Khirnovavconv: factor out the output stream initialization
2015-07-19 Anton Khirnovavconv: move handling the 2pass logfile into avconv_opt
2015-07-19 Anton Khirnovavconv: set the encoding/decoding_needed flags earlier
2015-07-19 Anton Khirnovavconv: drop update_sample_fmt()
2015-06-27 Anton Khirnovavconv: do not stop processing the input packet on...
2015-06-27 Anton Khirnovavconv: factor out flushing the filters
2015-05-02 Martin Storsjöavconv: Add an option for automatically rotating video...
2015-04-04 Himangi Saraogiavconv: Avoid theoretical NULL dereferences
2015-04-03 Anton Khirnovavconv: do not overwrite the stream codec context for...
2015-03-20 Luca Barbatoavconv: Print the avfilter errors
2015-03-10 Anton Khirnovavconv: do not abort immediately if initializing hwacce...
2014-10-24 Anton Khirnovavconv: copy stream-level side data when streamcopying
2014-10-24 Martin Storsjöavconv: Use av_gettime_relative
2014-10-18 Anton Khirnovlavc: deprecate unused me_threshold field
2014-10-17 Vittorio Giovaraavconv: check return value
2014-10-15 Anton Khirnovavconv: replace AVCodecContext.time_base with framerate
2014-09-26 Luca Barbatoavconv: Use only audio and video to guess discontinuities
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-13 Anton Khirnovavconv: rename output_packet() to process_input_packet()
2014-07-09 Anton Khirnovavconv: set the output stream timebase
2014-06-20 Anton KhirnovUse av_packet_rescale_ts() to simplify code.
2014-06-17 Anton Khirnovavconv: use the correct variable in comparison
2014-06-12 Anton Khirnovavconv: make -shortest work with streamcopy
2014-06-04 Luca Barbatoavconv: Report the codec and the encoder separately
2014-06-01 Anton Khirnovavconv: do not use the stream codec context for encoding
2014-06-01 Anton Khirnovavconv: do not use the stream codec context for decoding
2014-05-19 Anton Khirnovavconv: do not use poorly defined and undocumented...
2014-05-18 Anton Khirnovavconv: set the "encoder" tag when transcoding
2014-05-18 Anton Khirnovavconv: set output avg_frame_rate when known
2014-05-03 Anton Khirnovavconv: rename OutputStream.opts to OutputStream.encode...
2014-05-03 Anton Khirnovavconv: remove a useless line
2014-05-03 Anton Khirnovavconv: rename 'codec' to 'enc_ctx'
2014-05-03 Anton Khirnovavconv: rename 'icodec' to 'dec_ctx'
2014-05-03 Anton Khirnovavconv: rename InputStream.opts to InputStream.decoder_opts
2014-05-03 Anton Khirnovavconv: simplify exit_program() by using more local...
2014-04-22 Anton Khirnovavconv: always reset packet pts after decoding an audio...
2014-03-25 Vittorio Giovaraavconv: More descriptive message about framedrop
2014-03-24 Anton Khirnovavconv: don't warn on multiple frames per packet for...
2014-03-24 Anton Khirnovavconv: print verbose per-stream transcoding statistics
2014-03-24 Anton Khirnovavconv: split printing the final statistics into a...
2014-03-24 Anton Khirnovavconv: rewrite output data size tracking
2014-03-24 Anton Khirnovavconv: explicitly report when the muxing overhead...
2014-03-24 Anton Khirnovavconv: remove unused nb_frames_dup
2014-03-24 Anton Khirnovavconv: add stream-global side data to the first demuxe...
2014-02-24 Anton Khirnovavconv: remove a write-only variable
2014-02-20 Luca Barbatoavconv: Do not divide by zero
2014-01-17 Anton Khirnovavconv: print a warning when falling back to default...
2013-12-11 Anton Khirnovavconv: do not call avcodec_get_frame_defaults()
2013-12-11 Anton KhirnovReplace all uses of avcodec_free_frame with av_frame_fr...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-23 Anton Khirnovavconv: add infrastructure for using hwaccels
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-10-31 Anton Khirnovlavc: deprecate FF_DEBUG_MV and remove all traces of...
2013-10-29 Anton Khirnovavconv: stop accessing AVStream.parser
2013-10-27 Anton Khirnovavconv: drop a now useless variable
2013-08-05 Anton Khirnovavconv: support -t as an input option.
2013-08-05 Anton Khirnovavconv: distinguish between -ss 0 and -ss not being...
2013-07-07 Luca Barbatocmdutils: wrap exit explicitly
2013-06-29 Derek Buitenhuisavconv: Don't include colorspace.h
2013-06-22 Luca Barbatoavconv: report the error for codec open failure
2013-06-22 Luca Barbatoavconv: drop additional strerror fallback
2013-06-04 Anton Khirnovavconv: check that the output format context exists...
2013-05-27 Anton Khirnovavconv: make -aspect work with streamcopy
2013-05-07 Anton Khirnovavconv: remove -deinterlace
2013-05-03 Anton Khirnovavconv: do not send non-monotonous DTS to the muxers.
2013-05-03 Anton Khirnovavconv: improve -re implementation
2013-04-30 Anton Khirnovavconv: make output -ss insert trim/atrim filters.
2013-04-30 Anton Khirnovavconv: make -t insert trim/atrim filters.
2013-04-11 Anton Khirnovlavfi: change the filter registering system to match...
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-03-28 Anton Khirnovavconv: add options for reading filtergraphs from a...
2013-03-08 Anton Khirnovavconv: convert to new refcounted AVFrame API
2013-03-07 Ronald S. Bultjelavc: Deprecate the deinterlace functions in libavcodec
2013-02-28 Martin Storsjöavconv: Apply codec options to streams that are copied...
2013-02-23 Justin Rugglesavconv: pass libavresample options to AVFilterGraph
2013-01-20 Martin Storsjöavconv: Increase the SDP buffer size to fit xiph SDPs
2012-12-18 Anton Khirnovavconv: use new options parser.
2012-12-05 Justin Rugglesavconv: deprecate the -vol option
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-08 Justin Rugglesavconv: rescale packet duration to muxer time base...
2012-11-02 Anton Khirnovavconv: do not free muxed packet on streamcopy.
2012-10-29 Diego Biurrunavconv: Drop unused function argument from do_video_stats()
2012-10-25 Janne Grunauavconv: fix bitrate report when writing to /dev/null
2012-10-24 Anton Khirnovavconv: remove now unneeded calls to avcodec_get_frame_...
2012-10-23 Mans RullgardInclude sys/time.h before sys/resource.h
2012-10-21 Nathan Caldwellavcodec: handle AVERROR_EXPERIMENTAL
2012-10-12 Diego BiurrunDe-doxygenize some top-level files
2012-10-09 Anton Khirnovavconv: remove -same_quant
2012-10-03 Diego Biurrunavconv/avprobe: Add missing 'void' to exit_program...
2012-10-01 Diego Elio PettenòUse atexit() instead of defining a custom exit_program...
2012-10-01 Justin Rugglesavconv: improve sample format negotiation for decoder...
2012-09-24 Anton KhirnovUse avcodec_free_frame() to free AVFrames.
2012-09-17 Janne Grunauavconv: flush filtered frames before reconfiguring...
2012-08-30 Anton Khirnovavtools: remove the distinction between func_arg and...
2012-08-30 Anton Khirnovavconv: make the -passlogfile option per-stream.
2012-08-26 Anton Khirnovavconv: prefer user-forced input framerate when choosin...
next