Clément Bœsch
|
8ef57a0d61
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
|
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
|
8 years ago |
Derek Buitenhuis
|
d76972b581
Merge commit '9897d9f4e074cdc6c7f2409885ddefe300f18dc7'
|
8 years ago |
Michael Niedermayer
|
83fc0b9d48
doc/examples/muxing: Fix mixed declaration and code
|
9 years ago |
Hendrik Leppkes
|
1899b25799
Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'
|
9 years ago |
Michael Niedermayer
|
444e9874a7
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
|
9 years ago |
Michael Niedermayer
|
94d68a41fa
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
|
9 years ago |
Michael Niedermayer
|
1d2410639d
doc/examples/muxing: Use avio_closep() in examples as it avoids leaving stale pointers
|
9 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
|
1c0c19f8bd
Merge commit '884f7c975f0af25febe86660e87bf3b2165a0309'
|
10 years ago |
Michael Niedermayer
|
4d3072ada3
doc/examples/muxing: remove unused variable
|
10 years ago |
Michael Niedermayer
|
8469c73576
Merge commit '182d3f8221c23716ea4eafa460bdb94968f71f26'
|
10 years ago |
Michael Niedermayer
|
9a2850c26a
Merge commit 'a7fcd4122b19b0f934020f4e261d0c44c4c32e11'
|
10 years ago |
Michael Niedermayer
|
877716a79c
Merge commit '6a927d7aaf5625e83a674072913b9e292a303fd1'
|
10 years ago |
Michael Niedermayer
|
5a55d5e445
Merge commit '63fd0d866c8300a8f251a15b1535e9ce40a407fb'
|
10 years ago |
Michael Niedermayer
|
b9bfd888e5
Merge commit 'edd5f957646dcbf1bb55718bc7bf1e5481c25bcb'
|
10 years ago |
Michael Niedermayer
|
11991a7d90
Merge commit '5e7b125b6ae36893dfd9cb5661c99b67363cbb38'
|
10 years ago |
Michael Niedermayer
|
a1c4635558
Merge commit 'ac85f631c9a9cc59aaca1c8dd6894fb1f701c594'
|
10 years ago |
Michael Niedermayer
|
8eb1174a9e
Merge commit '294daf71a7a1303b5ddd3cbefebed3b732d610f3'
|
10 years ago |
Michael Niedermayer
|
c9083d85df
Merge commit '38d044429dabcd28928693240e955c6d4430cca9'
|
10 years ago |
Michael Niedermayer
|
afa7ab557a
Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251'
|
10 years ago |
Michael Niedermayer
|
341639fe80
doc/examples: remove pathes from doxy examples
|
10 years ago |
Michael Niedermayer
|
fba1592f35
Merge remote-tracking branch 'qatar/master'
|
10 years ago |
Stefano Sabatini
|
35fe88bb51
examples/muxing: reindent after previous commit
|
10 years ago |
Stefano Sabatini
|
c92d2f98db
examples/muxing: flush encoders at the end
|
10 years ago |
Stefano Sabatini
|
e34ad128a3
examples/muxing: reduce duration, remove wrong and misleading comment
|
10 years ago |
Stefano Sabatini
|
9ab8f3738a
examples/muxing: remove redundant {}
|
10 years ago |
Stefano Sabatini
|
b933c72b5e
examples/muxing: change error checks, from "ret != 0" to "ret < 0"
|
10 years ago |
Stefano Sabatini
|
d72c742d47
examples/muxing: factorize write_interleave code
|
10 years ago |
Stefano Sabatini
|
d497141b85
examples/muxing: simplify video PTS setting
|
10 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 |
Michael Niedermayer
|
4cbf3eb9e6
Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'
|
11 years ago |