| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/examples/qsv_transcode: Fix a bug when use more than one parameter set | Wenbin Chen | 2023-03-17 | 1 | -1/+1 |
* | doc/examples/mux: rename alloc_picture to alloc_frame | Stefano Sabatini | 2023-03-12 | 1 | -12/+12 |
* | avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number | Marton Balint | 2023-02-13 | 1 | -2/+2 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -2/+2 |
* | doc/examples: fix make command, reference Makefile.example | Stefano Sabatini | 2023-02-11 | 1 | -3/+5 |
* | examples/Makefile.example: add note about missing entries | Stefano Sabatini | 2023-02-11 | 1 | -1/+7 |
* | examples: apply doxy entries consistency fixes | Stefano Sabatini | 2023-02-11 | 23 | -84/+95 |
* | examples: rename transcoding to transcode | Stefano Sabatini | 2023-02-11 | 3 | -3/+3 |
* | examples: rename scaling_video to scale_video | Stefano Sabatini | 2023-02-11 | 3 | -3/+3 |
* | examples: rename resampling audio to resample_audio | Stefano Sabatini | 2023-02-11 | 3 | -3/+3 |
* | examples: rename remuxing to remux | Stefano Sabatini | 2023-02-11 | 3 | -3/+3 |
* | examples: rename qsvdec to qsv_decode | Stefano Sabatini | 2023-02-11 | 2 | -2/+2 |
* | examples: rename muxing to mux | Stefano Sabatini | 2023-02-11 | 4 | -4/+4 |
* | examples: rename metadata to show_metadata | Stefano Sabatini | 2023-02-11 | 3 | -3/+3 |
* | examples: rename http_multiclient to avio_http_serve_files | Stefano Sabatini | 2023-02-11 | 3 | -4/+5 |
* | examples: rename filtering_video to decode_filter_video | Stefano Sabatini | 2023-02-11 | 3 | -3/+3 |
* | examples: rename filtering_audio to decode_filter_audio | Stefano Sabatini | 2023-02-11 | 3 | -3/+3 |
* | examples: rename demuxing_decoding to demux_decode | Stefano Sabatini | 2023-02-11 | 3 | -4/+4 |
* | examples: rename avio_reading to avio_read_callback | Stefano Sabatini | 2023-02-11 | 3 | -3/+3 |
* | doc/examples/metadata: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -1/+1 |
* | doc/examples: Add qsv_transcode example | Wenbin Chen | 2022-11-22 | 3 | -0/+442 |
* | doc/examples/muxing: Remove unnecessary ret | Jun Zhao | 2022-10-29 | 1 | -4/+1 |
* | doc/examples/extract_mvs: add motion information | Chema Gonzalez | 2022-09-23 | 1 | -3/+4 |
* | doc/examples/transcode_aac: Bump date | Andreas Unterweger | 2022-05-02 | 1 | -1/+1 |
* | doc/examples/transcode_aac: AAC encoder is no longer experimental | Andreas Unterweger | 2022-05-02 | 1 | -3/+0 |
* | doc/examples/transcode_aac: Set decoder packet timebase | Andreas Unterweger | 2022-05-02 | 1 | -2/+8 |
* | doc/examples/transcode_aac: Don't ignore last encoded frame | Andreas Unterweger | 2022-05-02 | 1 | -10/+10 |
* | examples/decode_video: flush parser to fix missing frame | Zhao Zhili | 2022-04-22 | 1 | -4/+8 |
* | doc/examples/muxing: Remove outdated comment | Andreas Rheinhardt | 2022-03-25 | 1 | -4/+0 |
* | doc/examples: convert to new channel layout-API | James Almer | 2022-03-15 | 9 | -81/+73 |
* | doc/examples/metadata: Constify values from av_dict_get() | Chad Fraleigh | 2021-11-18 | 1 | -1/+1 |
* | examples/remuxing: Fix use of uninitialized value | Andreas Rheinhardt | 2021-10-07 | 1 | -1/+1 |
* | examples/qsvdec: Don't use stack packet | Andreas Rheinhardt | 2021-10-03 | 1 | -9/+9 |
* | examples/hw_decode: Don't use stack packet | Andreas Rheinhardt | 2021-10-03 | 1 | -9/+13 |
* | examples/filtering_video: Don't use stack packet | Andreas Rheinhardt | 2021-10-03 | 1 | -7/+9 |
* | examples/filtering_audio: Don't use stack packet | Andreas Rheinhardt | 2021-10-03 | 1 | -7/+8 |
* | examples/extract_mvs: Do not use stack packet | Andreas Rheinhardt | 2021-10-03 | 1 | -5/+13 |
* | examples/muxing: Don't use stack packet | Andreas Rheinhardt | 2021-10-03 | 1 | -10/+17 |
* | examples/remuxing: Don't use stack packet | Andreas Rheinhardt | 2021-10-03 | 1 | -13/+20 |
* | examples/remuxing: Use av_packet_rescale_ts() | Andreas Rheinhardt | 2021-10-03 | 1 | -3/+1 |
* | fftools/ffmpeg, doc/examples: Remove redundant av_packet_unref | Andreas Rheinhardt | 2021-10-03 | 2 | -2/+6 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 2 | -2/+2 |
* | doc/examples/encode_video: add explanations in comments. | Nicolas George | 2021-08-20 | 1 | -3/+21 |
* | doc/examples/qsvdec: simplify this example via hw_device_ctx interface | Haihao Xiang | 2021-08-11 | 1 | -36/+9 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 3 | -0/+3 |
* | examples/muxing: add missing header | James Almer | 2021-06-10 | 1 | -0/+1 |
* | examples/extract_mvs: add missing header | James Almer | 2021-06-10 | 1 | -0/+1 |
* | examples/demuxing_decoding: add missing header | James Almer | 2021-06-10 | 1 | -0/+1 |
* | doc/examples/extract_mvs: Explicitly free options | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+3 |
* | doc/examples/demuxing_decoding: Remove unused options | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+1 |