| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Prompt for reconfigure on lavc/hwaccels.h modification | Andreas Rheinhardt | 2022-07-01 | 1 | -0/+1 |
* | Makefile: avoid cp-ing over existing executable files | rcombs | 2022-06-01 | 1 | -0/+1 |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+3 |
* | Makefile: check config_components.h when comparing timestamps in component li... | James Almer | 2022-03-17 | 1 | -2/+2 |
* | Makefile: delete config_components.h on distclean | James Almer | 2022-03-17 | 1 | -1/+1 |
* | Remove mentions of a nonexistent avversion.h | Martin Storsjö | 2022-02-25 | 1 | -1/+1 |
* | Makefile: Redo duplicating object files in shared builds | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+2 |
* | build: add .metal to vpath to fix build error | Zhao Zhili | 2021-12-20 | 1 | -0/+1 |
* | avutil: [loongarch] Add support for loongarch SIMD. | Shiyou Yin | 2021-12-15 | 1 | -1/+1 |
* | FATE: add a test for sliced scaling | Anton Khirnov | 2021-08-08 | 1 | -0/+2 |
* | libavresample: Remove deprecated library | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+0 |
* | avcodec: move core AVCodecContext functions from util.c to a new file | James Almer | 2021-03-19 | 1 | -1/+1 |
* | tools/enum_options: fix build and add to Makefile | Anton Khirnov | 2020-11-20 | 1 | -0/+3 |
* | Add support for building fuzzer tools for an individual demuxer | Michael Niedermayer | 2020-10-12 | 1 | -0/+4 |
* | tools:target_dem_fuzzer: Split into a fuzzer fuzzing at the protocol level an... | Michael Niedermayer | 2020-09-13 | 1 | -0/+3 |
* | Makefile: Delete more created files when running "make distclean". | Carl Eugen Hoyos | 2020-03-11 | 1 | -0/+1 |
* | tools: add a fuzzer tool for bitstream filters | James Almer | 2019-12-05 | 1 | -0/+3 |
* | tools: Add fuzzer for demuxers | Michael Niedermayer | 2019-05-31 | 1 | -0/+3 |
* | Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b' | James Almer | 2019-03-10 | 1 | -1/+1 |
|\ |
|
| * | build: Rename OBJDIRS variable to OUTDIRS | Diego Biurrun | 2019-02-16 | 1 | -1/+1 |
| * | Makefile: fix distclean target | James Almer | 2017-11-14 | 1 | -1/+1 |
* | | Makefile: Allow "make clean" to delete compat/atomics/pthread/stdatomic.o | Carl Eugen Hoyos | 2018-12-28 | 1 | -1/+1 |
* | | avcodec/parser: move parsers list and related API to its own file | James Almer | 2018-07-21 | 1 | -0/+1 |
* | | Revert "lavd: add new API for iterating input and output devices" | Josh de Kock | 2018-03-31 | 1 | -2/+1 |
* | | lavd: add new API for iterating input and output devices | Josh de Kock | 2018-02-06 | 1 | -1/+2 |
* | | lavf: add new API for iterating muxers and demuxers | Josh de Kock | 2018-02-06 | 1 | -1/+2 |
* | | lavc: add new API for iterating codecs and codec parsers | Josh de Kock | 2018-02-06 | 1 | -1/+2 |
* | | Makefile: fix distclean target | James Almer | 2017-11-13 | 1 | -1/+1 |
* | | Merge commit '7ebe7e8e7a76c0ce302f4f583ef0d14220031214' | James Almer | 2017-11-12 | 1 | -1/+0 |
|\| |
|
| * | build: Remove pkg-config files on clean instead of on distclean | Diego Biurrun | 2017-11-09 | 1 | -1/+0 |
* | | Merge commit 'fbf77b5ac37bf2a807d8336450801d7aecf2e359' | James Almer | 2017-11-12 | 1 | -1/+1 |
|\| |
|
| * | build: Add uninstall-pkgconfig target to match install-lib*-pkgconfig | Diego Biurrun | 2017-11-09 | 1 | -1/+1 |
* | | Merge commit 'cbcdb2d8e47f62f69accee62c08f487a27848174' | James Almer | 2017-11-11 | 1 | -3/+1 |
|\| |
|
| * | build: Delete compiler-generated compat files on 'make clean' | Diego Biurrun | 2017-10-19 | 1 | -0/+1 |
| * | build: Allow generating dependencies as a side-effect of assembling | Diego Biurrun | 2017-03-01 | 1 | -3/+3 |
| * | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-03-01 | 1 | -6/+6 |
* | | Merge commit 'd1d6230ea3dd2c34bcd121f958706f3177f8d8c5' | James Almer | 2017-10-11 | 1 | -1/+3 |
|\| |
|
| * | build: Add "build" shorthand target that depends on all compile targets | Diego Biurrun | 2017-03-01 | 1 | -1/+3 |
* | | Merge commit '7cb1d9e2dbbe5bf4652be5d78cdd68e956fa3d63' | James Almer | 2017-10-11 | 1 | -2/+1 |
|\| |
|
| * | build: Fine-grained link-time dependency settings | Diego Biurrun | 2017-03-01 | 1 | -1/+1 |
* | | Makefile: generate stripped CLI tools directly instead of copying unstripped ... | Marton Balint | 2017-10-10 | 1 | -0/+4 |
* | | build: add install targets for the examples | James Almer | 2017-10-05 | 1 | -4/+2 |
* | | Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524' | James Almer | 2017-10-01 | 1 | -56/+4 |
|\| |
|
| * | build: Move cli tool sources to a separate subdirectory | Diego Biurrun | 2017-02-21 | 1 | -50/+4 |
* | | Merge commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640' | James Almer | 2017-09-29 | 1 | -1/+1 |
|\| |
|
| * | build: Separate logic for building examples from that for building avtools | Diego Biurrun | 2017-02-21 | 1 | -1/+1 |
* | | build: don't call install with the -T option | James Almer | 2017-09-29 | 1 | -1/+1 |
* | | Merge commit 'acb0dea27efff4b35796015b96570b59fd517078' | James Almer | 2017-09-29 | 1 | -4/+4 |
|\| |
|
| * | build: Split logic for building examples off into a separate Makefile | Diego Biurrun | 2017-02-21 | 1 | -2/+2 |
* | | Merge commit '533339bdcc3b39bbd708c723b3cd0b5898350f0f' | James Almer | 2017-09-28 | 1 | -1/+1 |
|\| |
|