| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts' | Soft Works | 2021-11-13 | 1 | -3/+8 |
* | fftools/ffmpeg: Output log message when interactive q command is received | Soft Works | 2021-11-13 | 1 | -1/+3 |
* | fftools/ffmpeg: Fix indentation after change | Soft Works | 2021-11-13 | 1 | -13/+13 |
* | fftools/ffmpeg: Remove redundant loop | Soft Works | 2021-11-13 | 1 | -3/+1 |
* | fftools/ffmpeg_opt: Fix copyinkf option name in warning message | Andreas Rheinhardt | 2021-11-10 | 1 | -1/+1 |
* | fftools/ffplay: don't disable x11 compositing | Zane van Iperen | 2021-10-29 | 1 | -0/+4 |
* | fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt early | Andreas Rheinhardt | 2021-10-08 | 2 | -15/+9 |
* | fftools/ffmpeg: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2021-10-08 | 1 | -3/+0 |
* | fftools/ffmpeg: Fix crash when flushing non-fully setup output stream | Andreas Rheinhardt | 2021-10-08 | 1 | -0/+3 |
* | fftools/ffmpeg, doc/examples: Remove redundant av_packet_unref | Andreas Rheinhardt | 2021-10-03 | 1 | -1/+0 |
* | fftools/ffmpeg_opt: Remove write-only variable | Andreas Rheinhardt | 2021-10-02 | 1 | -7/+0 |
* | ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formats | James Almer | 2021-09-21 | 1 | -1/+6 |
* | fftools/ffmpeg_opt: Add missing AV_OPT_SEARCH_FAKE_OBJ | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+2 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 3 | -8/+7 |
* | avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_format | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+0 |
* | fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATED | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+0 |
* | ffmpeg: take into account image flipping in the display matrix | James Almer | 2021-09-16 | 1 | -4/+22 |
* | ffmpeg: use display matrix frame side data for autorotation | James Almer | 2021-09-16 | 6 | -6/+26 |
* | cmdutils: round rotation value to nearest integer | James Almer | 2021-09-16 | 1 | -1/+1 |
* | fftools/ffprobe: Don't access AVProgram.(start|end)_time | Andreas Rheinhardt | 2021-09-14 | 1 | -4/+0 |
* | ffmpeg_hw: make hardware selection for filters more user friendly | Haihao Xiang | 2021-09-12 | 1 | -7/+13 |
* | fftools/cmdutils: Use %c, not %s to write a single char | Andreas Rheinhardt | 2021-09-05 | 1 | -3/+3 |
* | Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ... | Andreas Rheinhardt | 2021-09-05 | 1 | -5/+0 |
* | ffmpeg: let AVFilterGraph parse the filter_threads option | James Almer | 2021-09-04 | 4 | -5/+16 |
* | fftools/cmdutils: Use %c, not %s, to write single char | Andreas Rheinhardt | 2021-09-04 | 1 | -2/+2 |
* | fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_list | Andreas Rheinhardt | 2021-09-04 | 1 | -14/+2 |
* | fftools/ffmpeg: Remove unused fields | Andreas Rheinhardt | 2021-09-03 | 1 | -3/+0 |
* | fftools: Remove remnants of resample_opts | Andreas Rheinhardt | 2021-09-03 | 6 | -21/+3 |
* | fftools/cmdutils: Fix warning for initialization makes integer from pointer w... | Limin Wang | 2021-09-01 | 1 | -1/+1 |
* | Revert "fftools/ffmpeg_filter: fix the flags parsing for scaler" | Linjie Fu | 2021-08-30 | 1 | -5/+1 |