]> git.sesse.net Git - ffmpeg/history - avconv.c
AVFrame: deprecate all now unused fields
[ffmpeg] / avconv.c
2012-04-15 Anton Khirnovavconv: make filtergraphs global.
2012-04-15 Anton Khirnovavconv: move filtered_frame from InputStream to OutputS...
2012-04-15 Anton Khirnovavconv: don't set output width/height directly from...
2012-04-15 Anton Khirnovavconv: move resample_{width,height,pix_fmt} to InputSt...
2012-04-15 Anton Khirnovavconv: remove a useless variable from OutputStream.
2012-04-15 Anton Khirnovavconv: get output pixel format from lavfi.
2012-04-15 Anton Khirnovavconv: change {input,output}_{streams,files} into...
2012-04-15 Anton Khirnovavconv: don't pass input/output streams to some functions.
2012-04-14 Stefano Sabatiniavfiltergraph: make the AVFilterInOut alloc/free API...
2012-04-10 Justin Rugglesavconv: use default channel layouts when they are unknown
2012-04-10 Justin Rugglesavconv: parse channel layout string
2012-04-09 Justin Rugglesavconv: allow '-async -1' to disable timestamp sync...
2012-04-09 Justin Rugglesavconv: use default alignment for audio buffer
2012-04-09 Anton Khirnovavconv: remove OutputStream.picref.
2012-04-09 Anton Khirnovavconv: only set SAR once on the decoded frame.
2012-04-06 Anton Khirnovavconv: remove an unused function parameter.
2012-04-06 Anton Khirnovavconv: remove now pointless variables.
2012-04-06 Anton Khirnovavconv: drop support for building without libavfilter.
2012-03-24 Ronald S. Bultjelavc/avconv: support changing frame sizes in codecs...
2012-03-23 Justin Rugglesavconv: fix the resampling safety factors for output...
2012-03-23 Justin Rugglesavconv: move audio output buffer allocation to a separa...
2012-03-23 Justin Rugglesavconv: make the async buffer global and free it in...
2012-03-20 Justin Rugglesavconv: free packet in write_frame() when discarding...
2012-03-20 Justin Rugglesavconv: pass input stream timestamps to audio encoders
2012-03-15 Anton Khirnovavconv: remove pointless checks.
2012-03-15 Anton Khirnovavconv: check for get_filtered_frame() failure.
2012-03-15 Anton Khirnovavconv: remove a pointless check.
2012-03-13 Anton Khirnovavconv: reindent
2012-03-13 Anton Khirnovavconv: link '-passlogfile' option to libx264 'stats...
2012-03-06 Anton Khirnovavconv: add -cpuflags option for setting supported...
2012-03-06 Anton Khirnovavconv: fix counting encoded video size.
2012-02-26 Anton Khirnovavconv: set discard on input streams automatically.
2012-02-26 Anton Khirnovavconv: saner output video timebase.
2012-02-26 Anton Khirnovavconv: refactor vsync code.
2012-02-16 Justin Rugglesbethsoftvid: pass palette in side data instead of in...
2012-02-14 Martin Storsjöavconv: Don't split out inline sequence headers when...
2012-02-12 Andrey Utkinavconv: set AVFormatContext.duration from '-t'
2012-02-10 Justin Rugglesavcodec: for audio encoding, set packet dts to packet...
2012-02-08 Anton Khirnovavconv: switch to avcodec_encode_video2().
2012-02-07 Anton Khirnovavconv: estimate next_dts from framerate if it is set.
2012-02-07 Anton Khirnovavconv: better next_dts usage.
2012-02-07 Anton Khirnovavconv: rename InputStream.pts to last_dts.
2012-02-07 Anton Khirnovavconv: reduce overloading for InputStream.pts.
2012-02-07 Anton Khirnovavconv: rename InputStream.next_pts to next_dts.
2012-02-07 Anton Khirnovavconv: rework -t handling for encoding.
2012-02-07 Anton Khirnovavconv: set encoder timebase for subtitles.
2012-02-03 Anton Khirnovavconv: remove debugging cruft from do_video_out().
2012-02-03 Anton Khirnovavconv: factorize setting stream_index for the output...
2012-01-30 Anton Khirnovavconv: deprecate the -deinterlace option
2012-01-29 Mans RullgardFix non-C89 declarations in for loops
2012-01-25 Diego BiurrunDrop unnecessary prefix from *sink* variable and struct...
2012-01-21 Janne Grunauthreads: change the default for threads back to 1
2012-01-18 Diego Biurruncosmetics: Rename ffsink to avsink.
2012-01-17 Anton Khirnovavconv: fix -frames for video encoders with delay.
2012-01-16 Justin Rugglesavconv: use avcodec_encode_audio2()
2012-01-12 Anton Khirnovavconv: use AVFrame.width/height/format instead of...
2012-01-10 Anton Khirnovavconv: reinitialize the filtergraph on resolution...
2012-01-10 Anton Khirnovavconv: fix -copyinkf.
2012-01-04 Anton Khirnovavconv: add symbolic names for -vsync parameters
2012-01-02 Anton Khirnovavconv: remove the 'codec framerate is different from...
2012-01-01 Anton Khirnovavconv: make -frames work for all types of streams...
2012-01-01 Janne Grunauavconv: free bitstream filters
2011-12-29 Aneesh Dograavconv: K&R cosmetics
2011-12-25 Anton Khirnovavconv: avoid memcpy in vsrc_buffer when possible.
2011-12-25 Anton Khirnovavconv: implement get_buffer()/release_buffer().
2011-12-22 Alex Conversemov: Don't stick the QuickTime field ordering atom...
2011-12-16 Alexandra Khirnovaavconv: support stream specifiers in -metadata and...
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-12 Janne Grunauavconv: update -map option help text
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-10 Anton Khirnovavconv: drop code for special handling of avserver...
2011-12-08 Luca Barbatoavconv: remove unsubstantiated comment
2011-12-05 Justin Rugglesavconv: only allocate 1 AVFrame per input stream
2011-12-05 Justin Rugglesavconv: fix memleaks due to not freeing the AVFrame...
2011-12-04 Justin Rugglesavconv: use avcodec_decode_audio4() instead of avcodec_...
2011-12-02 Mans RullgardDo not memcpy raw video frames when using null muxer
2011-11-30 Anton Khirnovavconv: make copy_tb on by default.
2011-11-30 Anton Khirnovavconv: compute next_pts from input packet duration...
2011-11-30 Anton Khirnovavconv: update InputStream.pts in the streamcopy case.
2011-11-29 Alex Converseavconv: Handle audio sync for non-S16 sample formats.
2011-11-23 Janne Grunauavconv: fix segfault at EOF with delayed pictures
2011-11-23 Anton Khirnovavconv: remove a now unused parameter from output_packet().
2011-11-23 Anton Khirnovavconv: formatting fixes in output_packet()
2011-11-23 Anton Khirnovavconv: declare some variables in blocks where they...
2011-11-23 Anton Khirnovavconv: use the same behavior when decoding audio/video...
2011-11-23 Anton Khirnovavconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
2011-11-22 Alex Converseavconv: Consistently use PIX_FMT_NONE.
2011-11-21 Anton Khirnovavconv: cleanup the transcoding loop in output_packet().
2011-11-21 Anton Khirnovavconv: split subtitle transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: split video transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: split audio transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: reindent.
2011-11-21 Anton Khirnovavconv: move streamcopy-only code out of decoding loop.
2011-11-21 Anton Khirnovavconv: remove an always true condition and reindent.
2011-11-21 Anton Khirnovavconv: split off streamcopy handling into a separate...
2011-11-21 Anton Khirnovavconv: cosmetics, reformat transcode_init()
2011-11-21 Anton Khirnovavconv: rename 'os' variable to 'oc'
2011-11-18 Martin Storsjöavconv: Set new interrupt callbacks for all AVFormatCon...
2011-11-10 Anton Khirnovavconv: remove some codec-specific hacks
2011-11-06 Anton Khirnovavconv: remove some redundant temporary variables.
next