48 Commits (2b94ed12de7b6b7f444ed67e1a7068141af3d4ff)

Author SHA1 Message Date
Anton Khirnov f6772e9bf8 avconv: make sure the filtergraph is freed on init failure 8 years ago
Luca Barbato 602abe77b0 avconv: Check the fifo allocation 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 d2e56cf753 avconv: move flushing the queued frames to configure_filtergraph() 9 years ago
Mark Thompson bd31c61cf9 avconv: Remove hw_device_ctx output filter reinit hack 9 years ago
Anton Khirnov a3a0230a98 avconv: init filtergraphs only after we have a frame on each input 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 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
Mark Thompson 5d273d3efa avconv: VAAPI hwcontext initialisation and hwaccel helper 9 years ago
Anton Khirnov 15e84ed3f1 avconv: convert to codecpar 9 years ago
Anton Khirnov 1bf3413461 avconv: use the new buffersrc parameters API 9 years ago
Luca Barbato 8b830ee9a2 avconv: Do not try to configure filter outputs without streams 9 years ago
Vittorio Giovara 18adc1fd3b avconv_filter: Use full named options 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
Vittorio Giovara c802a2e718 avconv: fix leak in filter error 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
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Anton Khirnov 07fd0a2219 avconv: add infrastructure for using hwaccels 11 years ago
Vittorio Giovara d28fc7b29a avconv_filter: add new line after error message 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 56ee3f9de7 avconv: distinguish between -ss 0 and -ss not being used 11 years ago
Anton Khirnov 2e661f26f8 avconv: insert extra filters in the same way for both graph inputs and outputs 11 years ago
Anton Khirnov 06cd4c5a68 avconv: fix usage of deprecated lavfi API 11 years ago
Anton Khirnov 51fc88e746 avconv: improve some variable names 11 years ago
Luca Barbato 72fbc9685c avconv: use current syntax for the scale filter 12 years ago
Anton Khirnov 8cd472d3f9 avconv: make output -ss insert trim/atrim filters. 12 years ago
Anton Khirnov a83c0da539 avconv: make -t insert trim/atrim filters. 12 years ago
Anton Khirnov bee2d75b66 avconv: update to the new options syntax. 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
Martin Storsjö e760e1d408 avconv: Make sure the encoder exists before inspecting supported_list 12 years ago
Justin Ruggles d925cca95f avconv: remove an unused variable 12 years ago
Justin Ruggles 5c7db097eb avconv: pass libavresample options to AVFilterGraph 12 years ago
Anton Khirnov 10bca66101 cmdutils: add a macro to simplify grow_array() calls. 12 years ago
Justin Ruggles 9a71d362a6 avconv: deprecate the -vol option 12 years ago
Justin Ruggles 95682d8cd2 avconv: fix variable shadowing in configure_input_audio_filter() 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Diego Biurrun c1ef30a6ba De-doxygenize some top-level files 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Elio Pettenò 5e3f9979fa Use atexit() instead of defining a custom exit_program() interface. 12 years ago
Anton Khirnov 58dee6e62d avconv: don't pass a bogus parameter to avfilter_graph_create_filter(). 12 years ago
Anton Khirnov a3ad68d36c cmdutils: extend -h to allow printing codec details. 12 years ago
Anton Khirnov fe2147e936 avconv: split configuring filter configuration to a separate file. 12 years ago