559 Commits (a8178be3b3f6666aa3501dc146661c120cbe7dfe)

Author SHA1 Message Date
Anton Khirnov ba32f28498 doc/examples/transcode: convert timestamps between filtering and encoding 1 year ago
Anton Khirnov 811b0e02be doc/examples/transcode: stop using decoder's AVCodecContext.time_base 1 year ago
Anton Khirnov 828d3b4432 doc/examples/transcode: set packet timebase for decoding 1 year ago
James Almer ed3691338b doc/examples/transcode_aac: use av_samples_alloc_array_and_samples to allocate the input samples buffer and pointers 2 years ago
Wenbin Chen 2db22d14bf doc/examples/qsv_transcode: Fix a bug when use more than one parameter set 2 years ago
Stefano Sabatini cd0d267b92 doc/examples/mux: rename alloc_picture to alloc_frame 2 years ago
Marton Balint 2296078397 avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Stefano Sabatini e3bbf5c17d doc/examples: fix make command, reference Makefile.example 2 years ago
Stefano Sabatini 051e1ed1e2 examples/Makefile.example: add note about missing entries 2 years ago
Stefano Sabatini 34ff361921 examples: apply doxy entries consistency fixes 2 years ago
Stefano Sabatini 3d4dc6aa77 examples: rename transcoding to transcode 2 years ago
Stefano Sabatini 3856f82ef9 examples: rename scaling_video to scale_video 2 years ago
Stefano Sabatini cd8211527e examples: rename resampling audio to resample_audio 2 years ago
Stefano Sabatini 0a69ca656b examples: rename remuxing to remux 2 years ago
Stefano Sabatini ab2ec8ef01 examples: rename qsvdec to qsv_decode 2 years ago
Stefano Sabatini eac4324bfb examples: rename muxing to mux 2 years ago
Stefano Sabatini 7a53ae931d examples: rename metadata to show_metadata 2 years ago
Stefano Sabatini 2e4694707e examples: rename http_multiclient to avio_http_serve_files 2 years ago
Stefano Sabatini 1ae619e8ee examples: rename filtering_video to decode_filter_video 2 years ago
Stefano Sabatini 3367bd56d1 examples: rename filtering_audio to decode_filter_audio 2 years ago
Stefano Sabatini 7f5630a899 examples: rename demuxing_decoding to demux_decode 2 years ago
Stefano Sabatini f0a415c7eb examples: rename avio_reading to avio_read_callback 2 years ago
Marvin Scholz 4d1c9fa871 doc/examples/metadata: use av_dict_iterate 2 years ago
Wenbin Chen efe2b63c89 doc/examples: Add qsv_transcode example 2 years ago
Jun Zhao 3497362be1 doc/examples/muxing: Remove unnecessary ret 2 years ago
Chema Gonzalez 7adf7502b8
doc/examples/extract_mvs: add motion information 2 years ago
Andreas Unterweger 40f2ea971f doc/examples/transcode_aac: Bump date 3 years ago
Andreas Unterweger 04642de4b4 doc/examples/transcode_aac: AAC encoder is no longer experimental 3 years ago
Andreas Unterweger 3c7382e368 doc/examples/transcode_aac: Set decoder packet timebase 3 years ago
Andreas Unterweger e13429c9c4 doc/examples/transcode_aac: Don't ignore last encoded frame 3 years ago
Zhao Zhili d1a44f261a examples/decode_video: flush parser to fix missing frame 3 years ago
Andreas Rheinhardt 23cb87bb3c doc/examples/muxing: Remove outdated comment 3 years ago
James Almer f5ef91e020 doc/examples: convert to new channel layout-API 3 years ago
Chad Fraleigh a90e41c590 doc/examples/metadata: Constify values from av_dict_get() 3 years ago
Andreas Rheinhardt b6aeee2d8b examples/remuxing: Fix use of uninitialized value 3 years ago
Andreas Rheinhardt 9190302b2e examples/qsvdec: Don't use stack packet 3 years ago
Andreas Rheinhardt e9182820ad examples/hw_decode: Don't use stack packet 3 years ago
Andreas Rheinhardt 86ec1093eb examples/filtering_video: Don't use stack packet 3 years ago
Andreas Rheinhardt a75f518b65 examples/filtering_audio: Don't use stack packet 3 years ago
Andreas Rheinhardt f495604361 examples/extract_mvs: Do not use stack packet 3 years ago
Andreas Rheinhardt 0230d125cb examples/muxing: Don't use stack packet 3 years ago
Andreas Rheinhardt 53f374c08d examples/remuxing: Don't use stack packet 3 years ago
Andreas Rheinhardt 78426da3f4 examples/remuxing: Use av_packet_rescale_ts() 3 years ago
Andreas Rheinhardt 8a23159797 fftools/ffmpeg, doc/examples: Remove redundant av_packet_unref 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Nicolas George 1698cd8422 doc/examples/encode_video: add explanations in comments. 3 years ago
Haihao Xiang c3ef9e0277 doc/examples/qsvdec: simplify this example via hw_device_ctx interface 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 3 years ago
James Almer ae0863b91d examples/muxing: add missing header 3 years ago