54 Commits (8a34f3659371680ca523aecfd9098c28f0f809eb)

Author SHA1 Message Date
James Almer 064f19f39e avconv: support parsing bitstream filter options 8 years ago
Anton Khirnov b0f36a0043 avconv: stop using setpts for input framerate forced with -r 8 years ago
Anton Khirnov 94ebf55658 avconv: restructure sending EOF to filters 9 years ago
Anton Khirnov a3a0230a98 avconv: init filtergraphs only after we have a frame on each input 9 years ago
Anton Khirnov 3e265ca58f avconv: do packet ts rescaling in write_packet() 9 years ago
Anton Khirnov 50722b4f0c avconv: decouple configuring filtergraphs and setting output parameters 9 years ago
Anton Khirnov 722ec3eb35 avconv: decouple configuring filtergraphs and setting input parameters 9 years ago
Anton Khirnov 398f015f07 avconv: buffer the packets written while the muxer is not initialized 9 years ago
Anton Khirnov 1c169782ca avconv: explicitly postpone writing the header until all streams are initialized 9 years ago
Anton Khirnov 73c6ec6d65 avconv: create simple filtergraphs earlier 9 years ago
Anton Khirnov 49670e4218 avconv: add a function for determining whether a filtergraph is simple 9 years ago
Anton Khirnov 35c8580668 avconv: stop using AVStream.codec 9 years ago
Mark Thompson 5d273d3efa avconv: VAAPI hwcontext initialisation and hwaccel helper 9 years ago
Anton Khirnov 4426540f0c avconv: switch to the new BSF API 9 years ago
wm4 0b6e5d6b32 avconv: remove sub-frame warning 9 years ago
Anton Khirnov fb472e1a11 avconv: add support for Intel QSV-accelerated transcoding 9 years ago
Alexandra Hájková 16b0c92962 avconv: Add loop option. 9 years ago
Vittorio Giovara 5d3addb937 Add a quality factor packet side data 9 years ago
Anton Khirnov 6d592fbd0d avconv: split creating and (re-)configuring complex filtergraphs 9 years ago
Martin Storsjö 16302246b1 avconv: Add an option for automatically rotating video according to display matrix 10 years ago
Anton Khirnov 383136264e avconv: do not use the stream codec context for encoding 11 years ago
Anton Khirnov 41776ba9c0 avconv: do not use the stream codec context for decoding 11 years ago
Anton Khirnov 1839fafa95 avconv: Support VDA hwaccel 11 years ago
Anton Khirnov 9580818c5d avconv: rename OutputStream.opts to OutputStream.encoder_opts 11 years ago
Anton Khirnov f3a6ad22c9 avconv: rename InputStream.opts to InputStream.decoder_opts 11 years ago
Hendrik Leppkes 35177ba77f avconv: add support for DXVA2 decoding 11 years ago
Anton Khirnov 4754345027 avconv: print verbose per-stream transcoding statistics 11 years ago
Anton Khirnov baeb59d89b avconv: rewrite output data size tracking 11 years ago
Anton Khirnov 59444c76e6 avconv: add stream-global side data to the first demuxed packet 11 years ago
Anton Khirnov 67f2a68814 avconv: remove a write-only variable 11 years ago
Anton Khirnov 7671dd7cd7 avconv: add support for VDPAU decoding 11 years ago
Anton Khirnov 07fd0a2219 avconv: add infrastructure for using hwaccels 11 years ago
Anton Khirnov c872d310cd avconv: stop accessing AVStream.parser 11 years ago
Luca Barbato f825d42bcc avplay: Accept cpuflags option 11 years ago
Anton Khirnov 488a0fa689 avconv: support -t as an input option. 11 years ago
Anton Khirnov 811bd07846 avconv: make input -ss accurate when transcoding 11 years ago
Anton Khirnov 76d23f4031 avconv: do not send non-monotonous DTS to the muxers. 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
Anton Khirnov a4208b9b7d avconv: add options for reading filtergraphs from a file. 12 years ago
Anton Khirnov 9b2dc29534 avconv: convert to new refcounted AVFrame API 12 years ago
Justin Ruggles 5c7db097eb avconv: pass libavresample options to AVFilterGraph 12 years ago
Anton Khirnov 77bd1bc73a avconv: use new options parser. 12 years ago
Diego Biurrun c1ef30a6ba De-doxygenize some top-level files 12 years ago
Anton Khirnov fb722a900f avconv: remove -same_quant 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 11d957fbd8 avtools: remove the distinction between func_arg and func2_arg. 12 years ago
Anton Khirnov bbcedade00 avconv: make the -passlogfile option per-stream. 12 years ago
Anton Khirnov 038c0b1e06 avconv: make the -pass option per-stream. 12 years ago
Anton Khirnov 3c0df90584 avconv: make -shortest a per-output file option. 12 years ago
Anton Khirnov 57d2422559 avconv: rename OutputStream.is_past_recording_time to finished. 12 years ago