Mark Thompson
|
10bcc41bb4
|
examples: Don't call deprecated functions which don't do anything
|
2018-02-09 21:38:42 +00:00 |
Matthieu Bouron
|
4a946aca7c
|
doc/examples/remuxing: switch to codecpar
Also limits remuxing to audio, video and subtitle streams.
|
2017-03-28 17:46:23 +02:00 |
Hendrik Leppkes
|
c2f861ca42
|
Replace remaining occurances of av_free_packet with av_packet_unref
|
2015-10-27 14:35:30 +01:00 |
Michael Niedermayer
|
94d68a41fa
|
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
* commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615':
lavc: AV-prefix all codec flags
Conflicts:
doc/examples/muxing.c
ffmpeg.c
ffmpeg_opt.c
ffplay.c
libavcodec/aacdec.c
libavcodec/aacenc.c
libavcodec/ac3dec.c
libavcodec/ac3enc_float.c
libavcodec/atrac1.c
libavcodec/atrac3.c
libavcodec/atrac3plusdec.c
libavcodec/dcadec.c
libavcodec/ffv1enc.c
libavcodec/h264.c
libavcodec/h264_loopfilter.c
libavcodec/h264_mb.c
libavcodec/imc.c
libavcodec/libmp3lame.c
libavcodec/libtheoraenc.c
libavcodec/libtwolame.c
libavcodec/libvpxenc.c
libavcodec/libxavs.c
libavcodec/libxvid.c
libavcodec/mpeg12dec.c
libavcodec/mpeg12enc.c
libavcodec/mpegaudiodec_template.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo_enc.c
libavcodec/mpegvideo_motion.c
libavcodec/nellymoserdec.c
libavcodec/nellymoserenc.c
libavcodec/nvenc.c
libavcodec/on2avc.c
libavcodec/options_table.h
libavcodec/opus_celt.c
libavcodec/pngenc.c
libavcodec/ra288.c
libavcodec/ratecontrol.c
libavcodec/twinvq.c
libavcodec/vc1_block.c
libavcodec/vc1_loopfilter.c
libavcodec/vc1_mc.c
libavcodec/vc1dec.c
libavcodec/vorbisdec.c
libavcodec/vp3.c
libavcodec/wma.c
libavcodec/wmaprodec.c
libavcodec/x86/hpeldsp_init.c
libavcodec/x86/me_cmp_init.c
Merged-by: Michael Niedermayer <michael@niedermayer.cc>
|
2015-07-27 22:10:35 +02:00 |
Michael Niedermayer
|
a63c17cec7
|
idoc/examples/remuxing: Use avio_closep() in examples as it avoids leaving stale pointers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-01-08 05:28:59 +01:00 |
Jason Hsu
|
8fb4dba89d
|
doc/examples/remuxing: dont use the input codec_tag, it may be invalid tor the output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-03-05 16:10:06 +01:00 |
Michael Niedermayer
|
341639fe80
|
doc/examples: remove pathes from doxy examples
This makes the examples page less cluttered
Reviewed-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-17 13:50:53 +01:00 |
Stefano Sabatini
|
5e2b8e4934
|
examples: add remuxing example
Show how to perform streamcopy from one container to another.
|
2014-01-20 13:10:10 +01:00 |