107 Commits (e1d7433100ede761d971e1bd436958d1c348b2b1)

Author SHA1 Message Date
Jun Zhao ef868fa4a1 examples/muxing: misc style fixes 4 years ago
Anton Khirnov f30a41a608 Stop hardcoding align=32 in av_frame_get_buffer() calls. 5 years ago
Anton Khirnov d8de9d46f2 doc/examples/muxing: convert to new encoding API 5 years ago
Paul B Mahol 4a51075f4d doc/examples/muxing: fix underflow in duration of encoded streams 5 years ago
Mark Thompson 10bcc41bb4 examples: Don't call deprecated functions which don't do anything 7 years ago
Matthieu Bouron 7e3e0f87e6 doc/examples/muxing: re-indent block 8 years ago
Sam Hocevar 3115550abe doc/examples/muxing: Fix av_frame_make_writable usage 8 years ago
Michael Niedermayer 0c79c96cf2 doc/examples/muxing: Add support to pass flags to muxer as since codecpar the codec flags are not available to the muxer anymore 9 years ago
Michael Niedermayer 83fc0b9d48 doc/examples/muxing: Fix mixed declaration and code 9 years ago
Michael Niedermayer 1d2410639d doc/examples/muxing: Use avio_closep() in examples as it avoids leaving stale pointers 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
Michael Niedermayer 4d3072ada3 doc/examples/muxing: remove unused variable 11 years ago
Michael Niedermayer 341639fe80 doc/examples: remove pathes from doxy examples 11 years ago
Stefano Sabatini 35fe88bb51 examples/muxing: reindent after previous commit 11 years ago
Stefano Sabatini c92d2f98db examples/muxing: flush encoders at the end 11 years ago
Stefano Sabatini e34ad128a3 examples/muxing: reduce duration, remove wrong and misleading comment 11 years ago
Stefano Sabatini 9ab8f3738a examples/muxing: remove redundant {} 11 years ago
Stefano Sabatini b933c72b5e examples/muxing: change error checks, from "ret != 0" to "ret < 0" 11 years ago
Stefano Sabatini d72c742d47 examples/muxing: factorize write_interleave code 11 years ago
Stefano Sabatini d497141b85 examples/muxing: simplify video PTS setting 11 years ago
Andre Anjos 23ffc4c70d doc/examples/muxing: Fixes frame initialization. 11 years ago
Stefano Sabatini 094c500caf examples/muxing: set timestamps in output audio packet 11 years ago
Stefano Sabatini 8d22d37e54 examples/muxing: use av_frame_free() in place of av_free() 11 years ago
Stefano Sabatini 9abe4a10fd examples/muxing: reuse global audio frame 11 years ago
Stefano Sabatini 80bca6eabe examples/muxing: honour distinction between encoder PTS timebase and stream timebase 11 years ago
Stefano Sabatini eadc421259 examples/muxing: set sample formats from list of codec supported sample formats 11 years ago
Ilya Basin d1b8e01ef1 examples/muxing: fix memleaks in resampler 11 years ago
Ilya Basin 7d1d0b3ecf examples/muxing: use S16 sample_fmt for resample src regardless of codec sample_fmt 11 years ago
Ilya Basin b6714fa077 examples/muxing: fix av_frame_free() not called when got_packet is false 11 years ago
Stefano Sabatini 2aa2b4ac65 examples/muxing: add support to audio resampling 12 years ago
Stefano Sabatini 759dfd5684 examples/muxing: make more compact audio/video_time computation 12 years ago
Stefano Sabatini 80b56a7bdd examples/muxing: rename audio/video_pts to audio/video_time 12 years ago
Stefano Sabatini 3aa57e1582 examples/muxing: remove useless instruction 12 years ago
Stefano Sabatini 4b6cf1ce0e examples/muxing: vertically align 12 years ago
Nicolas George 9b211c43dc examples/muxing: fix memory leak. 12 years ago
Nicolas George e4f14c32b9 examples/muxing: improve error messages. 12 years ago
Michael Niedermayer ca28cb5f83 examples: fix doxy so they appear on the example page 12 years ago
Stefano Sabatini eebde404bc examples/muxing: merge add_audio_stream() and add_video_stream() 12 years ago
Stefano Sabatini eda0a52bf1 examples/muxing: check on frame 12 years ago
Stefano Sabatini d6196d9421 examples/muxing: fix bogus setting of st->id 12 years ago