393 Commits (3485e79f07d74e47ff00b60a68d609d37d0129ba)

Author SHA1 Message Date
Diederick Niehorster 5c90c13a56 fftools: provide media type info for devices 3 years ago
Andreas Rheinhardt 04133eb2d5 fftools/ffmpeg_filter: Avoid inserting hflip filter 3 years ago
Andreas Rheinhardt 4e21fff19d fftools/ffmpeg_filter: Fix autorotation 3 years ago
James Almer 131dbb9a7a ffprobe: add missing separator when printing side data in compact output 3 years ago
Yu Yang a4580bf959 fftools/cmdutils: Avoid crash when opts could not be allocated 3 years ago
Marton Balint 8d66a07d65 fftools/ffmpeg: close output files before cleanup 3 years ago
Anton Khirnov 9f717ca92f ffmpeg: handle errors in print_sdp() 3 years ago
Anton Khirnov 9145c6d3b2 ffmpeg: move setting video sync method to new_video_stream() 3 years ago
Anton Khirnov 6ce9546428 ffmpeg: deprecate passing numbers to -vsync 3 years ago
Anton Khirnov 011114f3e1 ffmpeg: change vsync value to an enum 3 years ago
Anton Khirnov bb6f591c49 ffmpeg: drop useless framerate assignments 3 years ago
Andreas Rheinhardt 6fc0fc5441 fftools/ffmpeg_opt: Improve alloc/truncation checks when reading lines 3 years ago
Andreas Rheinhardt f3a8d208c0 fftools/ffmpeg_opt: Improve checks for truncation/alloc error 3 years ago
Andreas Rheinhardt fc01a703de fftools/ffmpeg: Avoid creating unnecessary reference 3 years ago
Andreas Rheinhardt b886512ef2 fftools/ffmpeg: Avoid allocating+freeing frame, check allocations 3 years ago
Andreas Rheinhardt 2d0bfbd0fa fftools/cmdutils: Use av_dynarray_add_nofree() 3 years ago
Andreas Rheinhardt 2e7ef008e3 fftools/cmdutils: Make allocate_array_elem() return ptr to new element 3 years ago
Andreas Rheinhardt 9d73967b40 fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem access 3 years ago
Andreas Rheinhardt 3ca1e31e63 fftools/cmdutils: Atomically add elements to list of pointers, fix crash 3 years ago
Anton Khirnov ab3ef54c8c ffmpeg: only copy bits_per_sample from decoder when it remains valid 3 years ago
Anton Khirnov 4258893961 ffmpeg: make -bits_per_raw_sample a per-output-stream option 3 years ago
Andreas Rheinhardt efc323062c fftools/ffmpeg_filter: Avoid DynBuf API to improve error checks 3 years ago
Andreas Rheinhardt cf8925a096 fftools/ffmpeg_filter: Avoid DynBuf-API for writing strings 3 years ago
James Almer c1818cb947 ffmpeg: fix usage of -shortest in codec copy scenarios 3 years ago
Andreas Rheinhardt e22dff43e7 fftools/ffmpeg_opt: Don't set source_index redundantly 3 years ago
Andreas Rheinhardt 4913f05ccf fftools/ffmpeg_opt: Don't duplicate array unnecessarily 3 years ago
softworkz 939711905a fftools/ffprobe: print size of attachment streams (extradata_size) 3 years ago
rcombs 4b54818981 ffmpeg: remove ffmpeg_videotoolbox 3 years ago
Andreas Rheinhardt 81be19b906 fftools/ffmpeg: Take type limitations of AVFifo API into account 3 years ago
Anton Khirnov 9dd104f6e2 ffmpeg: drop obsolete rotation API remnants 3 years ago
Anton Khirnov 823cea5197 ffmpeg: drop -isync, which did nothing since 2012 3 years ago
Anton Khirnov 84cb255c20 ffmpeg: drop -sameq/-samequant options 3 years ago
Anton Khirnov 5ebdf9bb50 ffmpeg: drop the -tvstd option 3 years ago
Anton Khirnov a44098152b ffmpeg: drop the -vc option 3 years ago
Anton Khirnov d013453caa ffmpeg: drop the -deinterlace option 3 years ago
Anton Khirnov 9d4e290ec4 ffmpeg: drop the -intra option 3 years ago
Anton Khirnov e8380bbae6 ffmpeg: do not copy chroma_sample_location from the input stream 3 years ago
Andreas Rheinhardt a132614bba fftools/ffmpeg: Avoid temporary frame 3 years ago
James Almer 405685dec7 ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStream 3 years ago
James Almer 379f8b8ec6 ffmpeg: remove unused hwaccel_get_buffer function pointer 3 years ago
James Almer e7f3279ba0 ffmpeg: Allocate InputStream.decoded_frame early 3 years ago
James Almer ee3d6a20f6 ffmpeg: Allocate (In|Out)putStream.filter_frame early 3 years ago
Chad Fraleigh a185b526a9 fftools: Constify values from av_dict_get() 3 years ago
Paul B Mahol e5367b481b ffmpeg: fix loosing gaps between audio frame timestamps when filtering 3 years ago
Anton Khirnov bd55552d69 ffmpeg: rewrite setting the stream disposition 3 years ago
Anton Khirnov d4ae2a20e8 cmdutils: add an option for listing stream dispositions 3 years ago
Anton Khirnov a4c5d241ec lavf: add "disposition" AVOption to AVStream AVClass 3 years ago
Soft Works f3b6e3e81a fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts' 3 years ago
Soft Works ce47ce079a fftools/ffmpeg: Output log message when interactive q command is received 3 years ago
Soft Works bcbedd2749 fftools/ffmpeg: Fix indentation after change 3 years ago