401 Commits (e3ec6fe7bb2a622a863e3912181717a659eb1bad)

Author SHA1 Message Date
Justin Ruggles bcb82fe1f4 avconv: use libavresample 13 years ago
Anton Khirnov 8c4022aceb avconv: fix a segfault on -c copy with -filter_complex. 13 years ago
Luca Barbato 1381081cdb avconv: fix off by one check in complex_filter 13 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Anton Khirnov 2994913d70 avconv: fix a segfault when default encoder for a format doesn't exist. 13 years ago
Justin Ruggles d8b06521a9 avconv: check for an incompatible changing channel layout 13 years ago
Justin Ruggles b1041f8048 avconv: only set the "channels" option when it exists for the specified input format 13 years ago
Anton Khirnov 9e8aae443b avconv: flush decoders immediately after an EOF. 13 years ago
Anton Khirnov 89605e4aa0 avconv: send EOF to vsrc_buffer. 13 years ago
Anton Khirnov 3e901cbc75 avconv: reindent. 13 years ago
Anton Khirnov 3b266da3d3 avconv: add support for complex filtergraphs. 13 years ago
Anton Khirnov 560f7774a4 avconv: make filtergraphs global. 13 years ago
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