77 Commits (3a85397e8bb477eb34678d9edc52893f57003226)

Author SHA1 Message Date
Vittorio Giovara a9b2a51178 avconv_opt: Check localtime() return value 10 years ago
Martin Storsjö 16302246b1 avconv: Add an option for automatically rotating video according to display matrix 10 years ago
Vittorio Giovara 81688e68f9 avconv: Check rc_override memory allocation 10 years ago
Vittorio Giovara b1306823d0 check memory errors from av_strdup() 10 years ago
Julien Ramseier fd665f7f48 avconv: Use the mpeg12 private option scan_offset 10 years ago
Anton Khirnov f5245a9c62 avconv: fix parsing the AVOptions for -target 10 years ago
Anton Khirnov 1688eef253 avconv: fix the muxrate values for -target 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Bernhard Übelacker dc71f19588 video4linux2: Avoid a floating point exception 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
Anton Khirnov a61c2115fb configure: rework dxva in avconv handling 11 years ago
Hendrik Leppkes 35177ba77f avconv: add support for DXVA2 decoding 11 years ago
Timothy Gu 9e4e35b4d7 avconv_opt: fix avio_open2() return code check 11 years ago
Anton Khirnov 746dca483a avconv: support forcing codec tags for input streams 11 years ago
Anton Khirnov c255f0b001 avconv: initialize hwaccel_pix_fmt 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
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 56ee3f9de7 avconv: distinguish between -ss 0 and -ss not being used 11 years ago
Vittorio Giovara 7748dd41be avconv: add -n option to immediately exit when output files already exist 11 years ago
Martin Storsjö b85dbe68e2 avconv: Call exit_program instead of exit in avconv_opt as well 11 years ago
Anton Khirnov 538bf76737 avconv: make -aspect work with streamcopy 12 years ago
Anton Khirnov 481575d255 avconv: remove -deinterlace 12 years ago
Anton Khirnov 76d23f4031 avconv: do not send non-monotonous DTS to the muxers. 12 years ago
Anton Khirnov 3d62442008 avconv_opt: allocate an OutputFile before the streams. 12 years ago
Anton Khirnov dc574658d1 avconv: print filter options in -h full output. 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 3e175a2a55 avconv: mark attachment streams as immediately finished 12 years ago
Anton Khirnov e7553f4c78 avconv: do not silently ignore unused codec AVOptions. 12 years ago
Anton Khirnov db2d65ce1e avconv: fix a typo 12 years ago
Anton Khirnov 41d2008b15 avconv: use a local variable for InputFile in open_input_file(). 12 years ago
Anton Khirnov 1da54e908e avconv: use a local variable for OutputFile in open_output_file(). 12 years ago
Anton Khirnov 9d3009c6c4 avconv: print an error on applying options of the wrong type. 12 years ago
Ronald S. Bultje 54b298fe56 lavc: Deprecate the deinterlace functions in libavcodec 12 years ago
Martin Storsjö df0229a7ca avconv: Apply codec options to streams that are copied as well 12 years ago
Justin Ruggles 5c7db097eb avconv: pass libavresample options to AVFilterGraph 12 years ago
Luca Barbato bff3607547 lavc: set the default rc_initial_buffer_occupancy 12 years ago
Anton Khirnov c661cb6672 cmdutils: pass number of groups to split_commandline(). 12 years ago
Anton Khirnov e82cb79adf avconv: pass the actually selected decoder to filter_codec_opts(). 12 years ago
Anton Khirnov 77bd1bc73a avconv: use new options parser. 12 years ago
Anton Khirnov 10bca66101 cmdutils: add a macro to simplify grow_array() calls. 12 years ago
Anton Khirnov 4632abc7a3 avconv: fix copying per-stream metadata. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago