107 Commits (8a34f3659371680ca523aecfd9098c28f0f809eb)

Author SHA1 Message Date
Diego Biurrun 01348e411f avconv_opt: Consistently iterate through hwaccels array in all cases 8 years ago
Diego Biurrun 943533d64c avconv: Correct function pointer assignments in options array 8 years ago
James Almer 064f19f39e avconv: support parsing bitstream filter options 8 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 398f015f07 avconv: buffer the packets written while the muxer is not initialized 9 years ago
Anton Khirnov 5fa255b65c avconv: initialize output framerate earlier 9 years ago
Anton Khirnov 90944ee3ab avconv: refactor selecting an encoder 9 years ago
Anton Khirnov 73c6ec6d65 avconv: create simple filtergraphs earlier 9 years ago
Anton Khirnov fe7b21c8f1 avconv: fix parsing bitstream filters 9 years ago
Anton Khirnov 80fb19bc23 avconv: fix a check for av_bsf_get_by_name() return value 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 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
Anton Khirnov 15e84ed3f1 avconv: convert to codecpar 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 b5e4f393b6 avconv: Make the private options discovery more manifest 9 years ago
Vittorio Giovara 3973f0f773 Revert "avconv_opt: Allow printing private options" 9 years ago
Vittorio Giovara 7bb1c1bfd2 avconv_opt: Allow printing private options 9 years ago
Timothy Gu c23999be13 avconv_opt: Add an option that lists all supported hwaccels 9 years ago
Timothy Gu 629d4c5b4d avconv_opt: Add missing comma 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Anton Khirnov 6d592fbd0d avconv: split creating and (re-)configuring complex filtergraphs 9 years ago
Anton Khirnov be101bc1e3 avconv: create the complex filtergraphs earlier 9 years ago
Anton Khirnov 1959351aec avconv: move the no streams failure to open_output_file() 9 years ago
Anton Khirnov bd2ab27c48 avconv: use read_file() for reading the 2pass stats 9 years ago
Anton Khirnov 6d5d924604 avconv: move handling the 2pass logfile into avconv_opt 9 years ago
Anton Khirnov 59245e0c5e avconv: set the encoding/decoding_needed flags earlier 9 years ago
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