| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ffmpeg_filter: do not override -filter_threads with -threads | Anton Khirnov | 2021-08-29 | 1 | -4/+5 |
* | ffmpeg: reset the dict iterator before use | Anton Khirnov | 2021-08-29 | 1 | -0/+3 |
* | fftools/ffmpeg_filter: silence valgrind warning | Paul B Mahol | 2021-08-25 | 1 | -4/+5 |
* | avcodec: add a Film Grain codec property flag | James Almer | 2021-08-24 | 1 | -0/+1 |
* | fftools/cmdutils: Switch to avfilter_filter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -3/+3 |
* | fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of pads | Andreas Rheinhardt | 2021-08-20 | 1 | -1/+3 |
* | ffmpeg_hw: Don't ignore key parameters when initializing a hw device | Haihao Xiang | 2021-08-17 | 1 | -1/+15 |
* | qsvdec: add support for HW_DEVICE_CTX method | Haihao Xiang | 2021-08-11 | 5 | -115/+36 |
* | fftools/cmdutils: Use av_strstart() instead of strncmp() | Andreas Rheinhardt | 2021-08-11 | 1 | -4/+2 |
* | fftools/cmdutils: Remove unused cpu_count | Andreas Rheinhardt | 2021-08-08 | 2 | -2/+0 |
* | ffprobe: remove references to frame->pkt_pts | James Almer | 2021-08-07 | 1 | -2/+2 |
* | fftools/ffmpeg_filter: add a return at the end of non-void functions | James Almer | 2021-08-06 | 1 | -2/+2 |
* | ffprobe: Rename Audio Service Type 'type' field to 'service_type' | Derek Buitenhuis | 2021-08-06 | 1 | -1/+1 |