OSDN Git Service

h264: wait for initial complete frame before outputing frames
[android-x86/external-ffmpeg.git] / avconv.c
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...
2012-08-18 Anton Khirnovavconv: make -shortest a per-output file option.
2012-08-13 Mans RullgardUse log2(x) instead of log(x) / log(2)
2012-08-08 Anton Khirnovavconv: allow no input files.
2012-08-08 Anton Khirnovavconv: prevent invalid reads in transcode_init()
2012-08-08 Anton Khirnovavconv: rename OutputStream.is_past_recording_time...
2012-08-08 Anton Khirnovavconv: split the code for processing input packets...
2012-08-08 Anton Khirnovavconv: send EOF to lavfi even if flushing the decoder...
2012-08-08 Anton Khirnovavconv: get rid of pointless temporary variable.
2012-08-08 Anton Khirnovavconv: simplify transcode().
2012-08-08 Anton Khirnovavconv: cosmetics
2012-08-08 Anton Khirnovavconv: replace no_packet array in transcode() with...
2012-08-08 Anton Khirnovavconv: remove commented out cruft.
2012-08-08 Anton Khirnovavconv: maintain sync on lavfi outputs.
2012-08-08 Anton Khirnovavconv: split configuring filter configuration to a...
2012-08-08 Anton Khirnovavconv: split option parsing into a separate file.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-05 Mans Rullgardrational: add av_inv_q() returning the inverse of an...
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-28 Ronald S. Bultjeavprobe/avconv: fix tentative declaration compile error...
2012-07-17 Anton Khirnovavconv: print an error message when demuxing fails.
2012-07-09 Anton Khirnovavconv: propagate fatal errors from lavfi.
2012-07-06 Anton Khirnovavconv: use only meaningful timestamps in start time...
2012-07-06 Anton Khirnovavconv: fix the check for -ss as an output option.
2012-07-05 Reimar Döffingeravconv: fix parsing of -force_key_frames option.
2012-07-05 Martin Storsjöavconv: Set audio filter time base to the sample rate
2012-06-30 Martin Storsjöcmdutils: Pass the actual chosen encoder to filter_code...
2012-06-26 Anton Khirnovavconv: add an assert to silence an uninitialized varia...
2012-06-26 Anton Khirnovavconv: shut up an uninitialized variable warning.
2012-06-26 Anton Khirnovavconv: don't include vsrc_buffer.h, which doesn't...
2012-06-26 Anton Khirnovavconv: fix -force_key_frames
2012-06-24 Anton Khirnovavconv: remove a forgotten debugging printf.
2012-06-24 Anton Khirnovavconv: use more descriptive names for hardcoded filters.
2012-06-24 Anton Khirnovavconv: remove redundant handling of async.
2012-06-22 Mans RullgardReplace usleep() calls with av_usleep()
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-14 Anton Khirnovavconv: don't try to free threads that were not initial...
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-12 Anton Khirnovavconv: support only native pthreads.
2012-06-10 Anton Khirnovavconv: multithreaded demuxing.
2012-06-05 Anton Khirnovavtools: move buffer management code from avconv to...
2012-06-05 Anton Khirnovavconv: don't use InputStream in the buffer management...
2012-06-05 Anton Khirnovavconv: fix exiting when max frames is reached.
2012-06-04 Anton Khirnovavconv: check output stream recording time before each...
2012-06-04 Anton Khirnovavconv: split selecting input file out of transcode().
2012-06-04 Anton Khirnovavconv: split checking for active outputs out of transc...
2012-05-29 Anton Khirnovavconv: extend -r to work on any input stream.
2012-05-29 Anton Khirnovavconv: don't print filters inserted by avconv in strea...
2012-05-29 Anton Khirnovavconv: merge configuration code for complex and simple...
2012-05-29 Anton Khirnovavconv: split configuring input filters out of configur...
2012-05-26 Martin Storsjöavconv: Display the error returned by avformat_write_header
2012-05-22 Anton Khirnovavconv: rename transcode_audio/video to decode_audio...
2012-05-18 Anton Khirnovavconv: reindent
2012-05-18 Anton Khirnovavconv: replace -vsync cfr code with the fps filter.
2012-05-18 Anton Khirnovavconv: add support for audio in complex filtergraphs.
2012-05-17 Anton Khirnovavconv: fix behavior with -ss as an output option.
2012-05-14 Anton Khirnovavconv: automatically insert asyncts when -async is...
2012-05-14 Anton Khirnovavconv: add support for audio filters.
next