aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/decoding_encoding.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples/decoding_encoding: make the buffer bigger.Michael Niedermayer2012-03-221-1/+1
| | | | | | This should be converted to the new API Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-201-4/+4
| | | | | | | | | | | | | | | | * qatar/master: doxy: remove reference to removed api examples: unbreak compilation ttadec: cosmetics: reindent sunrast: use RLE trigger macro inplace of the hard coded value. sunrastenc: set keyframe flag for the output packet. mpegvideo_enc: switch to encode2(). mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0 Conflicts: doc/examples/muxing.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* example: Update decoding/encoding example to the new API.Michael Niedermayer2012-01-281-3/+0
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* decoding example: reset pts/dts after subpacket.Michael Niedermayer2011-12-131-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-061-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mov: Don't av_malloc(0). avconv: only allocate 1 AVFrame per input stream avconv: fix memleaks due to not freeing the AVFrame for audio h264-fate: remove -strict 1 except where necessary (mr4/5-tandberg). misc Doxygen markup improvements doxygen: eliminate Qt-style doxygen syntax g722: Add a regression test for muxing/demuxing in wav g722: Change bits per sample to 4 g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_coded_sample api-example: update to use avcodec_decode_audio4() avplay: use avcodec_decode_audio4() avplay: use a separate buffer for playing silence avformat: use avcodec_decode_audio4() in avformat_find_stream_info() avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3() mov: Allow empty stts atom. doc: document preferred Doxygen syntax and make patcheck detect it Conflicts: avconv.c ffplay.c libavcodec/mlpdec.c libavcodec/version.h libavformat/mov.c tests/codec-regression.sh tests/fate/h264.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
* examples/decoding_encoding.c: test mpeg1 and h264Michael Niedermayer2011-10-171-5/+7
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/decoding_encoding.c: silence compiler warningMichael Niedermayer2011-10-171-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/decoding_encoding.c: set a codec private option to demonstrate how ↵Michael Niedermayer2011-10-171-0/+3
| | | | | | to do that Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/decoding_encoding.c: switch to h264Michael Niedermayer2011-10-171-3/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/encoding: rename to decoding_encoding.c as the file is an example ↵Michael Niedermayer2011-10-111-0/+458
for both. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>