288 Commits (9241e544ffec5c3f4988ff699e6d2bd0f4c2803b)

Author SHA1 Message Date
Andreas Cadhalpun f97f2a3527 doc/examples: fix lib math dep for decoding_encoding 10 years ago
Michael Niedermayer a85f033149 doc/examples/transcoding: Use avio_closep() in examples as it avoids leaving stale pointers 10 years ago
Michael Niedermayer a63c17cec7 idoc/examples/remuxing: Use avio_closep() in examples as it avoids leaving stale pointers 10 years ago
Michael Niedermayer c61b84ccfd doc/examples/transcode_aac: Use avio_closep() in examples as it avoids leaving stale pointers 10 years ago
Michael Niedermayer 1d2410639d doc/examples/muxing: Use avio_closep() in examples as it avoids leaving stale pointers 10 years ago
Piotr Fusik c99e5191ab doc/examples/filtering_video: fix frame rate 10 years ago
Michael Niedermayer bde27e1e61 doc/examples/transcoding: check encoder before using it 10 years ago
Michael Niedermayer e6ea75c5e6 doc/examples/decoding_encoding: fix storing all channels 10 years ago
Michael Niedermayer 230aeee94c doc: fix the the typos 10 years ago
Stefano Sabatini 3a0c70f1e3 doc/examples/transcoding: use av_packet_rescale_ts() 10 years ago
Michael Niedermayer 68bca03951 doc/examples: remove unneeded NULL checks 10 years ago
Clément Bœsch b0352b1997 avcodec: export motion vectors in frame side data on demand 10 years ago
Timothy Gu 9f02a2b224 transcode_aac: fix const return value 10 years ago
Diego Biurrun 6a928293dd examples: filter_audio: Add missing mem.h header for av_freep() 10 years ago
Michael Niedermayer f285056810 doc/examples/muxing: fix "-flags" option 10 years ago
Michael Niedermayer c437765be7 doc/examples/muxing: Exchange tmp_frame and frame 10 years ago
Michael Niedermayer d1ce43a3e8 doc/examples/muxing: mark correct frame as writeable 10 years ago
Michael Niedermayer fbd46e2f1c doc/examples/muxing: Always use swr, simplifies code slightly 10 years ago
Anton Khirnov 22e9fe06eb doc/examples/muxing: add alloc_audio_frame() and use it to simplify code. 10 years ago
Michael Niedermayer a98cadef7f doc/examples/muxing: Move samples_count to OutputStream 10 years ago
Michael Niedermayer 8b1d54ba40 doc/examples/muxing: free swr context at the end 10 years ago
Michael Niedermayer 7cf0865551 doc/examples/muxing: Support setting flags, for example for setting bitexact 10 years ago
Michael Niedermayer 5d2cf1ae86 doc/examples/muxing: select a supported sample rate for the encoder, favor 44100 10 years ago
Michael Niedermayer ead22f42f4 doc/examples/muxing: pick a supported channel layout if stereo isnt supported by the encoder 10 years ago
Michael Niedermayer 9ccb9c8df2 doc/examples/muxing: move swr context to OutputStream 10 years ago
Anton Khirnov 56f98e340f output example: convert audio to the format supported by the encoder 10 years ago
Anton Khirnov 884f7c975f output example: set the stream timebase 10 years ago
Diego Biurrun 6cc1409ba8 examples/output: Remove unused variable 10 years ago
Timothy Gu 3be90723e7 transcoding: fix Doxygen file path 11 years ago
Michael Niedermayer cddbf95c5f doc/examples/resampling_audio: use av_freep() for saftey 11 years ago
Michael Niedermayer 4d3072ada3 doc/examples/muxing: remove unused variable 11 years ago
Anton Khirnov a5864e9a25 output example: free the muxing format context properly 11 years ago
Anton Khirnov 182d3f8221 output example: rewrite encoding logic 11 years ago
Anton Khirnov a7fcd4122b output example: store the scaling context in the stream context 11 years ago
Anton Khirnov 6a927d7aaf output example: use a macro instead of a static variable 11 years ago
Anton Khirnov 63fd0d866c output example: allocate the audio frame only once 11 years ago
Anton Khirnov edd5f95764 output example: use OutputStream for audio streams as well 11 years ago
Anton Khirnov 5e7b125b6a output example: use the new AVFrame API to allocate audio frames 11 years ago
Anton Khirnov ac85f631c9 output example: set output channel layout 11 years ago
Anton Khirnov 294daf71a7 output example: use a struct to bundle the video stream variables together 11 years ago
Anton Khirnov 38d044429d output example: use the new AVFrame API for allocating the video frame 11 years ago
Anton Khirnov 452860d7e0 Use av_packet_rescale_ts() to simplify code. 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Stefano Sabatini bf411fffd4 examples: rename avcodec.c to decoding_encoding.c 11 years ago
Michael Niedermayer 9b467d3cd5 examples/transcoding: use av_malloc_array() 11 years ago
Michael Niedermayer 419800acc4 examples/avio_reading: fix null dereference on error 11 years ago
Anshul Maheshwari 6d25e90262 doc/examples/avcodec: information regarding gop_size ignored if frame->pic-type is AV_PICTURE_TYPE_I 11 years ago
Andrey Utkin e10ab43614 doc/examples: Add example transcoding.c 11 years ago
compn 84bccae8e9 doc: fix typo 11 years ago
Jason Hsu 8fb4dba89d doc/examples/remuxing: dont use the input codec_tag, it may be invalid tor the output 11 years ago