| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+6 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -8/+8 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avisynth: pass audio channel layout | Stephen Hutchinson | 2023-07-19 | 1 | -0/+6 |
* | avformat/avisynth: reindent | Stephen Hutchinson | 2022-09-04 | 1 | -174/+174 |
* | avformat/avisynth: implement avisynth_flags option | Stephen Hutchinson | 2022-09-04 | 1 | -0/+52 |
* | avformat/avisynth: read _SARNum/_SARDen from frame properties | Stephen Hutchinson | 2022-09-04 | 1 | -0/+8 |
* | avformat/avisynth: add missing avs_release_video_frame | Stephen Hutchinson | 2022-08-12 | 1 | -0/+1 |
* | avformat/avisynth: cosmetics after nb_channels change | Stephen Hutchinson | 2022-08-07 | 1 | -4/+4 |
* | avformat/avisynth: use ch_layout.nb_channels for channel count | Stephen Hutchinson | 2022-08-07 | 1 | -1/+1 |
* | libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv() | Nil Admirari | 2022-06-21 | 1 | -12/+27 |
* | avformat/avisynth: fix fallbacks for four frameprops | Stephen Hutchinson | 2022-03-02 | 1 | -83/+101 |
* | avformat/avisynth: remove framedata variable | Stephen Hutchinson | 2022-02-23 | 1 | -2/+2 |
* | avformat/avisynth: remove unused variable 'frameprop' | Stephen Hutchinson | 2022-02-23 | 1 | -1/+0 |
* | avformat/avisynth: fix frameprop version check | Stephen Hutchinson | 2022-02-18 | 1 | -19/+6 |
* | avisynth: use AviSynth+'s frame properties to set various fields | Stephen Hutchinson | 2022-02-13 | 1 | -13/+250 |
* | avisynth: corrected interlace detection | emcodem | 2022-02-13 | 1 | -7/+4 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avisynth: fix audio on big endian | Stephen Hutchinson | 2021-03-11 | 1 | -4/+11 |
* | avisynth: populate field order | emcodem | 2021-03-11 | 1 | -0/+17 |
* | avisynth: more intelligent RGB flipping | Stephen Hutchinson | 2021-03-11 | 1 | -22/+5 |
* | avformat/avisynth: fix deprecation warning | Stephen Hutchinson | 2020-04-05 | 1 | -2/+2 |
* | avformat/avisynth: switch to AviSynth+ on Linux | Stephen Hutchinson | 2020-04-05 | 1 | -41/+15 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -6/+6 |
* | avisynth: adapt 239d02eff3ffe9f7d40caa21dde50fb4a0e94c24 to dlsym | Stephen Hutchinson | 2019-05-04 | 1 | -1/+2 |
* | libavformat/avisynth: enable additional pix_fmts | Stephen Hutchinson | 2019-05-04 | 1 | -1/+32 |
* | lavc, lavf: move avformat static mutex from avcodec to avformat | wm4 | 2017-12-26 | 1 | -5/+5 |
* | Merge commit '3cc3463f306f425f76bd962755df1132eeac6dfa' | Clément Bœsch | 2017-04-01 | 1 | -12/+14 |
|\ |
|
| * | avisynth: Support pix_fmts added to AviSynth+ | Stephen Hutchinson | 2016-11-17 | 1 | -1/+165 |
| * | avisynth: Simplify the pix_fmt check for the newer AviSynth API | Stephen Hutchinson | 2016-11-17 | 1 | -22/+5 |
| * | avisynth: Fix setting stream timebase | Marton Balint | 2016-11-17 | 1 | -5/+3 |
* | | Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6' | James Almer | 2017-03-31 | 1 | -2/+1 |
|\| |
|
| * | Drop pointless void* casts | Diego Biurrun | 2016-11-13 | 1 | -2/+1 |
* | | avformat/avisynth.c: Use new safe dlopen code. | Matt Oliver | 2016-11-05 | 1 | -9/+5 |
* | | avisynth: fix Planar RGB output | Stephen Hutchinson | 2016-10-27 | 1 | -1/+3 |
* | | avisynth: support pix_fmts added to AviSynth+ | Stephen Hutchinson | 2016-08-30 | 1 | -1/+182 |
* | | avisynth: simplify the pix_fmt check for the newer AviSynth API | Stephen Hutchinson | 2016-08-11 | 1 | -22/+5 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -30/+30 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -29/+29 |
* | | avisynth: fix setting stream timebase | Marton Balint | 2015-08-13 | 1 | -4/+2 |
* | | Merge commit '247aa7af7d8197247c181e3fbfe8d93d75e41b29' | Michael Niedermayer | 2015-04-17 | 1 | -5/+3 |
|\| |
|
| * | avisynth: Simplify shared library name construction | Diego Biurrun | 2015-04-15 | 1 | -5/+3 |
| * | avisynth: Bump minimum required version to interface version 6 | Stephen Hutchinson | 2015-04-14 | 1 | -5/+6 |
| * | avisynth: Fix detection of AviSynth 2.5 | Stephen Hutchinson | 2015-04-14 | 1 | -9/+9 |
| * | avisynth: update documentation about the avisynth_c.h header | Stephen Hutchinson | 2015-03-24 | 1 | -10/+1 |
* | | avisynth: Bump minimum required version to interface version 6 | Stephen Hutchinson | 2015-04-02 | 1 | -5/+6 |