| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat, utils: Make av_find_best_stream const-correct | Andreas Rheinhardt | 2021-04-27 | 5 | -5/+5 |
* | avcodec/codec, allcodecs: Constify the AVCodec API | Andreas Rheinhardt | 2021-04-27 | 6 | -12/+14 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 2 | -2/+2 |
* | doc/examples/vaapi_transcode: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -20/+22 |
* | doc/examples/vaapi_encode: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -8/+8 |
* | doc/examples/transcoding: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -20/+28 |
* | doc/examples/transcode_aac: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -19/+27 |
* | doc/examples/demuxing_decoding: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -11/+14 |
* | doc/examples/transcoding: switch to the new encoding API | Anton Khirnov | 2020-11-20 | 1 | -42/+33 |
* | doc/examples/transcoding: stop constantly allocating AVFrames | Anton Khirnov | 2020-11-20 | 1 | -29/+31 |
* | examples/muxing: misc style fixes | Jun Zhao | 2020-09-28 | 1 | -24/+23 |
* | doc/examples: Always open files as "binary", not "text". | Carl Eugen Hoyos | 2020-08-25 | 2 | -2/+2 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 3 | -3/+3 |
* | doc/examples/muxing: convert to new encoding API | Anton Khirnov | 2020-05-12 | 1 | -56/+39 |
* | doc/examples/demuxing_decoding: convert to new decoding API | Anton Khirnov | 2020-05-12 | 1 | -86/+91 |
* | doc/examples/demuxing_decoding: drop -refcount | Anton Khirnov | 2020-05-12 | 1 | -22/+6 |
* | examples/avio_dir_cmd: drop support for move/delete operations | Anton Khirnov | 2020-03-16 | 4 | -55/+7 |
* | doc/examples/muxing: fix underflow in duration of encoded streams | Paul B Mahol | 2019-09-29 | 1 | -2/+2 |
* | doc/examples/decode_audio: Fix "warning: ISO C90 forbids mixed declarations a... | Michael Niedermayer | 2019-09-16 | 1 | -3/+4 |
* | doc/examples/decode_video: add input file format information for usage | Steven Liu | 2019-08-26 | 1 | -1/+2 |
* | doc/examples/decode_audio: print message about how to play the output file | Steven Liu | 2019-08-26 | 1 | -0/+51 |
* | examples/encode_video: only add sequence end code for mpeg1/2 video | Jun Zhao | 2019-08-08 | 1 | -1/+2 |
* | examples/avio_reading: Use avio_context_free() to free AVIOContext | Jun Zhao | 2019-04-23 | 1 | -3/+4 |
* | doc/examples/metadata: fix the example can't dump FLV metadata | Jun Zhao | 2019-04-07 | 1 | -0/+5 |
* | 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 |
* | | doc/examples/vaapi_transcode: Fix the typo | Michael Niedermayer | 2018-09-21 | 1 | -1/+1 |
* | | examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADER | Michael Bunk | 2018-09-01 | 1 | -2/+3 |
* | | doc/examples/vaapi_transcode: re-licensed to MIT-license. | Jun Zhao | 2018-08-25 | 1 | -13/+15 |
* | | doc/examples/vaapi_encode: re-licensed to MIT-license. | Jun Zhao | 2018-08-25 | 1 | -13/+15 |
* | | doc/examples/hw_decode: re-licensed to MIT-license. | Jun Zhao | 2018-08-25 | 1 | -13/+15 |
* | | doc/examples: add missing ignore files | Zhao Zhili | 2018-05-16 | 1 | -0/+2 |
* | | examples/filtering_video: fix memory leak | Zhao Zhili | 2018-05-16 | 1 | -6/+9 |
* | | examples/filtering_video: add missing headers | Zhao Zhili | 2018-05-16 | 1 | -0/+2 |
* | | examples/filtering_video: drop an always true condition | Zhao Zhili | 2018-05-16 | 1 | -18/+16 |
* | | doc/examples/filtering_audio: Remove setting deprecated refcounted_frames | Jun Zhao | 2018-04-22 | 1 | -1/+0 |
* | | doc/examples/filtering_video: Remove setting deprecated refcounted_frames | Jun Zhao | 2018-04-22 | 1 | -1/+0 |
* | | doc/examples/hw_decode: Remove setting deprecated refcounted_frames | Jun Zhao | 2018-04-22 | 1 | -1/+0 |
* | | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 4 | -8/+0 |
* | | doc/examples/hw_decode: Remove logically dead code in decode_write() | Michael Niedermayer | 2018-03-27 | 1 | -3/+1 |
* | | doc/examples/hw_decode: Remove useless NULL check | Michael Niedermayer | 2018-03-27 | 1 | -2/+1 |
* | | Merge commit '0711d142997b2662ba9198e607015b06c6eed0d8' | James Almer | 2018-03-15 | 1 | -32/+69 |
|\| |
|
| * | examples: Use new API for transcoding example | Andreas Unterweger | 2018-03-07 | 1 | -32/+69 |
* | | examples: Don't call deprecated functions which don't do anything | Mark Thompson | 2018-02-09 | 20 | -40/+0 |
* | | examples: Add a VA-API transcode example. | Jun Zhao | 2018-02-04 | 2 | -0/+307 |
* | | fftools, tools, examples: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+5 |
* | | Merge commit '1efbbfedcaf4a3cecab980273ad809ba3ade2f74' | Mark Thompson | 2018-01-16 | 1 | -1/+0 |
|\| |
|
| * | examples/qsvdec: do not set the deprecated field refcounted_frames | Zhong Li | 2017-12-29 | 1 | -1/+0 |
* | | examples/vaapi_encode: Remove redundancy check when free context. | Jun Zhao | 2018-01-12 | 1 | -2/+1 |
* | | examples/vaapi_encode: Fix leak on hwframe init failure | Mark Thompson | 2017-12-01 | 1 | -0/+1 |