summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles2012-02-091-0/+2
* avconv: switch to avcodec_encode_video2().Anton Khirnov2012-02-081-35/+16
* avconv: estimate next_dts from framerate if it is set.Anton Khirnov2012-02-071-0/+4
* avconv: better next_dts usage.Anton Khirnov2012-02-071-11/+9
* avconv: rename InputStream.pts to last_dts.Anton Khirnov2012-02-071-15/+16
* avconv: reduce overloading for InputStream.pts.Anton Khirnov2012-02-071-11/+9
* avconv: rename InputStream.next_pts to next_dts.Anton Khirnov2012-02-071-19/+20
* avconv: rework -t handling for encoding.Anton Khirnov2012-02-071-10/+37
* avconv: set encoder timebase for subtitles.Anton Khirnov2012-02-071-0/+1
* avconv: remove debugging cruft from do_video_out().Anton Khirnov2012-02-031-9/+1
* avconv: factorize setting stream_index for the output packet.Anton Khirnov2012-02-031-5/+1
* avconv: deprecate the -deinterlace optionAnton Khirnov2012-01-301-2/+9
* Fix non-C89 declarations in for loopsMans Rullgard2012-01-291-2/+2
* Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun2012-01-251-3/+3
* threads: change the default for threads back to 1Janne Grunau2012-01-211-0/+4
* cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-191-3/+3
* avconv: fix -frames for video encoders with delay.Anton Khirnov2012-01-171-1/+19
* avconv: use avcodec_encode_audio2()Justin Ruggles2012-01-151-100/+105
* avconv: use AVFrame.width/height/format instead of corresponding AVCodecConte...Anton Khirnov2012-01-121-8/+7
* avconv: reinitialize the filtergraph on resolution change.Anton Khirnov2012-01-101-12/+32
* avconv: fix -copyinkf.Anton Khirnov2012-01-101-2/+2
* avconv: add symbolic names for -vsync parametersAnton Khirnov2012-01-041-7/+23
* avconv: remove the 'codec framerate is different from stream' warningAnton Khirnov2012-01-021-10/+1
* avconv: make -frames work for all types of streams, not just video.Anton Khirnov2012-01-011-10/+11
* avconv: free bitstream filtersJanne Grunau2012-01-011-0/+9
* avconv: K&R cosmeticsAneesh Dogra2011-12-291-297/+306
* avconv: avoid memcpy in vsrc_buffer when possible.Anton Khirnov2011-12-251-15/+37
* avconv: implement get_buffer()/release_buffer().Anton Khirnov2011-12-251-0/+142
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-211-0/+1
* avconv: support stream specifiers in -metadata and -map_metadataAlexandra Khirnova2011-12-161-88/+119
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-2/+2
* avconv: update -map option help textJanne Grunau2011-12-121-1/+1
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* avconv: drop code for special handling of avserver streams.Anton Khirnov2011-12-101-44/+1
* avconv: remove unsubstantiated commentLuca Barbato2011-12-081-1/+1
* avconv: only allocate 1 AVFrame per input streamJustin Ruggles2011-12-051-16/+21
* avconv: fix memleaks due to not freeing the AVFrame for audioJustin Ruggles2011-12-051-0/+4
* avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()Justin Ruggles2011-12-041-29/+26
* Do not memcpy raw video frames when using null muxerMans Rullgard2011-12-021-2/+3
* avconv: make copy_tb on by default.Anton Khirnov2011-11-301-4/+2
* avconv: compute next_pts from input packet duration when possible.Anton Khirnov2011-11-301-1/+3
* avconv: update InputStream.pts in the streamcopy case.Anton Khirnov2011-11-301-0/+1
* avconv: Handle audio sync for non-S16 sample formats.Alex Converse2011-11-281-15/+16
* avconv: fix segfault at EOF with delayed picturesJanne Grunau2011-11-241-2/+5
* avconv: remove a now unused parameter from output_packet().Anton Khirnov2011-11-231-3/+3
* avconv: formatting fixes in output_packet()Anton Khirnov2011-11-231-6/+7
* avconv: declare some variables in blocks where they are usedAnton Khirnov2011-11-231-3/+3
* avconv: use the same behavior when decoding audio/video/subsAnton Khirnov2011-11-231-13/+8
* avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.Anton Khirnov2011-11-231-1/+2
* avconv: Consistently use PIX_FMT_NONE.Alex Converse2011-11-221-2/+2
OpenPOWER on IntegriCloud