438 Commits (75b90ef722b7cdfc70118ab987e298d087aae693)

Author SHA1 Message Date
Anton Khirnov 836ce90566 avconv: move filtered_frame from InputStream to OutputStream. 13 years ago
Anton Khirnov 6c9eac1998 avconv: don't set output width/height directly from input value. 13 years ago
Anton Khirnov e77c86629f avconv: move resample_{width,height,pix_fmt} to InputStream. 13 years ago
Anton Khirnov 9dced85426 avconv: remove a useless variable from OutputStream. 13 years ago
Anton Khirnov b7327887ea avconv: get output pixel format from lavfi. 13 years ago
Anton Khirnov 2e21526790 avconv: change {input,output}_{streams,files} into arrays of pointers. 13 years ago
Anton Khirnov ea9367e921 avconv: don't pass input/output streams to some functions. 13 years ago
Stefano Sabatini 91d3cbe0fd avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
Justin Ruggles d3c59d5003 avconv: use default channel layouts when they are unknown 13 years ago
Justin Ruggles 95a8dac57b avconv: parse channel layout string 13 years ago
Justin Ruggles b073819bc9 avconv: allow '-async -1' to disable timestamp sync for audio encoding 13 years ago
Justin Ruggles 679a973e97 avconv: use default alignment for audio buffer 13 years ago
Anton Khirnov b6c4518a87 avconv: remove OutputStream.picref. 13 years ago
Anton Khirnov 695ec04e6a avconv: only set SAR once on the decoded frame. 13 years ago
Anton Khirnov d4936548f4 avconv: remove an unused function parameter. 13 years ago
Anton Khirnov 4648fe6324 avconv: remove now pointless variables. 13 years ago
Anton Khirnov e06d2dfcde avconv: drop support for building without libavfilter. 13 years ago
Ronald S. Bultje bc1ef85520 lavc/avconv: support changing frame sizes in codecs with frame mt. 13 years ago
Justin Ruggles 4094fc9971 avconv: fix the resampling safety factors for output audio buffer allocation 13 years ago
Justin Ruggles 9869e963a6 avconv: move audio output buffer allocation to a separate function 13 years ago
Justin Ruggles f3ab3e1aee avconv: make the async buffer global and free it in exit_program() 13 years ago
Justin Ruggles c9594fe0fb avconv: free packet in write_frame() when discarding due to frame number limit 13 years ago
Justin Ruggles 9b9fc9ba32 avconv: pass input stream timestamps to audio encoders 13 years ago
Anton Khirnov 251422982b avconv: remove pointless checks. 13 years ago
Anton Khirnov ce326c1130 avconv: check for get_filtered_frame() failure. 13 years ago
Anton Khirnov 2636e691ce avconv: remove a pointless check. 13 years ago
Anton Khirnov 64334ddbbc avconv: reindent 13 years ago
Anton Khirnov 6e8be949f1 avconv: link '-passlogfile' option to libx264 'stats' AVOption. 13 years ago
Anton Khirnov 4138cd2907 avconv: add -cpuflags option for setting supported cpuflags. 13 years ago
Anton Khirnov 39da3b223f avconv: fix counting encoded video size. 13 years ago
Anton Khirnov 13f6917ca9 avconv: set discard on input streams automatically. 13 years ago
Anton Khirnov 832ba44d8d avconv: saner output video timebase. 13 years ago
Anton Khirnov d43040e28b avconv: refactor vsync code. 13 years ago
Justin Ruggles f320fb894c bethsoftvid: pass palette in side data instead of in a separate packet. 13 years ago
Martin Storsjö ae5a935574 avconv: Don't split out inline sequence headers when stream copying VC1 13 years ago
Andrey Utkin c22e2ec9d1 avconv: set AVFormatContext.duration from '-t' 13 years ago
Justin Ruggles a75bc764ec avcodec: for audio encoding, set packet dts to packet pts. 13 years ago
Anton Khirnov 8e37038a34 avconv: switch to avcodec_encode_video2(). 13 years ago
Anton Khirnov 722410ade5 avconv: estimate next_dts from framerate if it is set. 13 years ago
Anton Khirnov b34856a116 avconv: better next_dts usage. 13 years ago
Anton Khirnov 23576b3fbb avconv: rename InputStream.pts to last_dts. 13 years ago
Anton Khirnov 6e98390258 avconv: reduce overloading for InputStream.pts. 13 years ago
Anton Khirnov 3101bb6669 avconv: rename InputStream.next_pts to next_dts. 13 years ago
Anton Khirnov 1270e12e49 avconv: rework -t handling for encoding. 13 years ago
Anton Khirnov c9af832623 avconv: set encoder timebase for subtitles. 13 years ago
Anton Khirnov 324fbadff9 avconv: remove debugging cruft from do_video_out(). 13 years ago
Anton Khirnov 61a099680c avconv: factorize setting stream_index for the output packet. 13 years ago
Anton Khirnov d7edd359ec avconv: deprecate the -deinterlace option 13 years ago
Mans Rullgard 3715d841a6 Fix non-C89 declarations in for loops 13 years ago
Diego Biurrun abe655a472 Drop unnecessary prefix from *sink* variable and struct names. 13 years ago