Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: fix build of mux and resample_audio | Sebastian Ramacher | 2023-07-28 | 1 | -2/+2 |
| | | | | | | | | | The commits eac4324bfbe452f0292b48b2f1dc37b5052ec0be and cd8211527efbb9cad19db1c0d033da0749836e43 renamed the examples, but the targets were not updated. Hence, the builds are missing -lm. Signed-off-by: Sebastian Ramacher <sramacher@debian.org> Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | examples/Makefile.example: add note about missing entries | Stefano Sabatini | 2023-02-11 | 1 | -1/+7 |
| | |||||
* | examples: rename transcoding to transcode | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | examples: rename scaling_video to scale_video | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | examples: rename resampling audio to resample_audio | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | examples: rename remuxing to remux | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | examples: rename muxing to mux | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | examples: rename metadata to show_metadata | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | examples: rename http_multiclient to avio_http_serve_files | Stefano Sabatini | 2023-02-11 | 1 | -2/+3 |
| | |||||
* | examples: rename filtering_video to decode_filter_video | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | examples: rename filtering_audio to decode_filter_audio | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | examples: rename demuxing_decoding to demux_decode | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | | | | Follow general scheme VERB_OBJECT. | ||||
* | examples: rename avio_reading to avio_read_callback | Stefano Sabatini | 2023-02-11 | 1 | -1/+1 |
| | | | | Adopt general scheme VERB_OBJECT. | ||||
* | examples/avio_dir_cmd: drop support for move/delete operations | Anton Khirnov | 2020-03-16 | 1 | -1/+1 |
| | | | | | | | | They use non-public functions, which is unacceptable for a public API example. Rename the example back to avio_list_dir. This effectively reverts c84d208c275d6a43b3c3421d38772179abf8acee and 767d780ec001167b2fd8f6cfe4ef78a3a8b1e34c. | ||||
* | Merge commit 'acb0dea27efff4b35796015b96570b59fd517078' | James Almer | 2017-09-29 | 1 | -0/+50 |
* commit 'acb0dea27efff4b35796015b96570b59fd517078': build: Split logic for building examples off into a separate Makefile We already have a Makefile in doc/examples, but it's separate from the build system and meant to be installed as part of the documentation to help users compile the installed .c example files. Move it to Makefile.example to make place for the new build system Makefile. Merged-by: James Almer <jamrial@gmail.com> |