6 Commits (867381b8b51fa21fa2b8f071f508f3d39cc9c1f0)

Author SHA1 Message Date
  Peter Große a58873b111 avconv: when using -loop option bail out if seek to start fails 8 years ago
  Luca Barbato 91622f6446 avconv: Always initialize the opkt struct on streamcopy 8 years ago
  Mark Thompson 4d56f7ab8f avconv: Flush output BSFs when stream copy reaches EOF 8 years ago
  Mark Thompson f64d1100a5 avconv: Flush output BSFs when encode reaches EOF 8 years ago
  Mark Thompson d2e6dd32a4 avconv: Generic device setup 8 years ago
  Diego Biurrun c95169f0ec build: Move cli tool sources to a separate subdirectory 8 years ago
  Mark Thompson 82989bd98c avconv: Move rescale to stream timebase before monotonisation 8 years ago
  Anton Khirnov b420a27e74 avconv: allow -b to be used with streamcopy 8 years ago
  Luca Barbato 44129e3804 avconv: Do not pass NULL to avio_tell 8 years ago
  Luca Barbato d0c84c41d3 avconv: Fix the audio next dts computation 8 years ago
  Diego Biurrun a3483f7993 avconv: Drop stray leftover debug output 8 years ago
  Mark Thompson e3fb74f7f9 lavfi: Always propagate hw_frames_ctx through links 8 years ago
  James Almer 064f19f39e avconv: support parsing bitstream filter options 8 years ago
  Anton Khirnov 27085d1b47 avconv: only retry decoding on actual decoding errors 8 years ago
  Anton Khirnov d10102d23c avconv: set the encoding framerate when the output is CFR 8 years ago
  Luca Barbato f6d2fed811 avconv: Make sure that inputless filtergraphs are configured 8 years ago
  Diego Biurrun e46a6fb773 avconv: Check that muxing_queue exists before reading from it 8 years ago
  Anton Khirnov b0f36a0043 avconv: stop using setpts for input framerate forced with -r 8 years ago
  Anton Khirnov b55566db4c avconv: use avcodec_parameters_copy() with streamcopy 9 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
  Anton Khirnov 232399e3ee avconv: pass the hwaccel frames context to the decoder 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 ba7397baef avconv: factor out initializing stream parameters for encoding 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 beb62dac62 Use AVFrame.pts instead of deprecated pkt_pts. 9 years ago
  Anton Khirnov 6ed0f70f97 avconv: factor out initializing stream parameters for streamcopy 9 years ago
  Anton Khirnov 5fa255b65c avconv: initialize output framerate earlier 9 years ago
  Anton Khirnov 1e93c1e30f avconv: do not set encoder options when streamcopy is used 9 years ago
  Anton Khirnov 90944ee3ab avconv: refactor selecting an encoder 9 years ago
  Anton Khirnov 5e1840622c avconv: fix handling attachments in init_output_stream 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
  Vittorio Giovara 20a8c78ce0 avconv: Do not copy extradata if source buffer is empty 9 years ago
  Diego Biurrun e2a3df1a46 avconv: Use more precise deprecation ifdefs 9 years ago
  Anton Khirnov 35c8580668 avconv: stop using AVStream.codec 9 years ago
  Diego Biurrun 763d69bfb2 Add some more deprecation guards 9 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Luca Barbato 1db8eb1549 avconv: Drop an unused variable 9 years ago
  Anton Khirnov 69a638019f avconv: fix -frames for video 9 years ago
  Mark Thompson 5d273d3efa avconv: VAAPI hwcontext initialisation and hwaccel helper 9 years ago
  wm4 35846d93e0 avconv: use new encode API 9 years ago
  wm4 84aea95e31 avconv: use new decode API 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 15e84ed3f1 avconv: convert to codecpar 9 years ago