| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/cmdutils: Fix undefined 1 << 31 | Andreas Rheinhardt | 2022-01-11 | 1 | -1/+1 |
* | ffmpeg: remove a redundant assignment of interrupt_callback | Anton Khirnov | 2022-01-10 | 1 | -2/+0 |
* | ffprobe: Support AV_FRAME_DATA_DOVI_METADATA | Jan Ekström | 2022-01-04 | 1 | -3/+170 |
* | fftools: provide media type info for devices | Diederick Niehorster | 2021-12-24 | 1 | -10/+24 |
* | fftools/ffmpeg_filter: Avoid inserting hflip filter | Andreas Rheinhardt | 2021-12-23 | 1 | -12/+4 |
* | fftools/ffmpeg_filter: Fix autorotation | Andreas Rheinhardt | 2021-12-23 | 1 | -2/+2 |
* | ffprobe: add missing separator when printing side data in compact output | James Almer | 2021-12-22 | 1 | -1/+3 |
* | fftools/cmdutils: Avoid crash when opts could not be allocated | Yu Yang | 2021-12-16 | 2 | -3/+3 |
* | fftools/ffmpeg: close output files before cleanup | Marton Balint | 2021-12-12 | 1 | -1/+13 |
* | ffmpeg: handle errors in print_sdp() | Anton Khirnov | 2021-12-07 | 1 | -12/+25 |
* | ffmpeg: move setting video sync method to new_video_stream() | Anton Khirnov | 2021-12-07 | 3 | -22/+28 |
* | ffmpeg: deprecate passing numbers to -vsync | Anton Khirnov | 2021-12-07 | 1 | -2/+5 |
* | ffmpeg: change vsync value to an enum | Anton Khirnov | 2021-12-07 | 3 | -9/+12 |
* | ffmpeg: drop useless framerate assignments | Anton Khirnov | 2021-12-07 | 1 | -4/+0 |
* | fftools/ffmpeg_opt: Improve alloc/truncation checks when reading lines | Andreas Rheinhardt | 2021-12-07 | 1 | -16/+12 |
* | fftools/ffmpeg_opt: Improve checks for truncation/alloc error | Andreas Rheinhardt | 2021-12-07 | 1 | -12/+10 |
* | fftools/ffmpeg: Avoid creating unnecessary reference | Andreas Rheinhardt | 2021-12-05 | 1 | -2/+2 |
* | fftools/ffmpeg: Avoid allocating+freeing frame, check allocations | Andreas Rheinhardt | 2021-12-05 | 2 | -7/+8 |
* | fftools/cmdutils: Use av_dynarray_add_nofree() | Andreas Rheinhardt | 2021-12-05 | 1 | -10/+4 |
* | fftools/cmdutils: Make allocate_array_elem() return ptr to new element | Andreas Rheinhardt | 2021-12-05 | 4 | -19/+13 |
* | fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem access | Andreas Rheinhardt | 2021-12-05 | 2 | -29/+41 |
* | fftools/cmdutils: Atomically add elements to list of pointers, fix crash | Andreas Rheinhardt | 2021-12-05 | 4 | -29/+43 |
* | ffmpeg: only copy bits_per_sample from decoder when it remains valid | Anton Khirnov | 2021-12-04 | 3 | -9/+34 |
* | ffmpeg: make -bits_per_raw_sample a per-output-stream option | Anton Khirnov | 2021-12-04 | 3 | -8/+17 |
* | fftools/ffmpeg_filter: Avoid DynBuf API to improve error checks | Andreas Rheinhardt | 2021-12-03 | 1 | -16/+15 |
* | fftools/ffmpeg_filter: Avoid DynBuf-API for writing strings | Andreas Rheinhardt | 2021-12-03 | 1 | -9/+7 |
* | ffmpeg: fix usage of -shortest in codec copy scenarios | James Almer | 2021-12-01 | 1 | -8/+7 |
* | fftools/ffmpeg_opt: Don't set source_index redundantly | Andreas Rheinhardt | 2021-11-30 | 1 | -1/+0 |
* | fftools/ffmpeg_opt: Don't duplicate array unnecessarily | Andreas Rheinhardt | 2021-11-30 | 3 | -41/+12 |
* | fftools/ffprobe: print size of attachment streams (extradata_size) | softworkz | 2021-11-29 | 1 | -0/+1 |
* | ffmpeg: remove ffmpeg_videotoolbox | rcombs | 2021-11-28 | 5 | -249/+7 |
* | fftools/ffmpeg: Take type limitations of AVFifo API into account | Andreas Rheinhardt | 2021-11-26 | 2 | -5/+5 |
* | ffmpeg: drop obsolete rotation API remnants | Anton Khirnov | 2021-11-23 | 1 | -5/+0 |
* | ffmpeg: drop -isync, which did nothing since 2012 | Anton Khirnov | 2021-11-23 | 1 | -4/+0 |
* | ffmpeg: drop -sameq/-samequant options | Anton Khirnov | 2021-11-23 | 1 | -13/+0 |
* | ffmpeg: drop the -tvstd option | Anton Khirnov | 2021-11-23 | 1 | -8/+0 |
* | ffmpeg: drop the -vc option | Anton Khirnov | 2021-11-23 | 1 | -8/+0 |
* | ffmpeg: drop the -deinterlace option | Anton Khirnov | 2021-11-23 | 2 | -20/+0 |
* | ffmpeg: drop the -intra option | Anton Khirnov | 2021-11-23 | 1 | -5/+0 |
* | ffmpeg: do not copy chroma_sample_location from the input stream | Anton Khirnov | 2021-11-23 | 1 | -2/+0 |
* | fftools/ffmpeg: Avoid temporary frame | Andreas Rheinhardt | 2021-11-20 | 3 | -20/+7 |
* | ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStream | James Almer | 2021-11-19 | 2 | -7/+0 |
* | ffmpeg: remove unused hwaccel_get_buffer function pointer | James Almer | 2021-11-19 | 2 | -12/+0 |
* | ffmpeg: Allocate InputStream.decoded_frame early | James Almer | 2021-11-19 | 2 | -9/+6 |
* | ffmpeg: Allocate (In|Out)putStream.filter_frame early | James Almer | 2021-11-19 | 2 | -7/+8 |
* | fftools: Constify values from av_dict_get() | Chad Fraleigh | 2021-11-18 | 6 | -19/+19 |
* | ffmpeg: fix loosing gaps between audio frame timestamps when filtering | Paul B Mahol | 2021-11-18 | 3 | -0/+7 |
* | ffmpeg: rewrite setting the stream disposition | Anton Khirnov | 2021-11-16 | 2 | -34/+73 |
* | cmdutils: add an option for listing stream dispositions | Anton Khirnov | 2021-11-16 | 2 | -0/+16 |
* | lavf: add "disposition" AVOption to AVStream AVClass | Anton Khirnov | 2021-11-16 | 1 | -28/+12 |