summaryrefslogtreecommitdiff
path: root/doc/examples/demuxing_decoding.c
Commit message (Expand)AuthorAgeFilesLines
* doc/examples/demuxing_decoding: Drop AVFrame->pts useMichael Niedermayer2016-10-181-3/+2
* examples/demuxing_decoding: convert to codecparJames Almer2016-08-171-11/+22
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* doc/examples/demuxing_decoding: simplify api_mode to refcountClément Bœsch2015-09-061-26/+12
* doc/examples/demuxing_decoding: Drop old api mode, because the code fails to ...Michael Niedermayer2015-09-051-14/+4
* examples/demuxing_decoding: use properties from frame instead of video_dec_ctxAndreas Cadhalpun2015-06-151-14/+16
* examples/demuxing_decoding: abort decoding when width, height or pix_fmt changeAndreas Cadhalpun2015-02-101-4/+22
* examples/demuxing_decoding: set stream_idx in open_codec_context only if no e...Andreas Cadhalpun2015-01-311-3/+4
* doc: fix typocompn2014-03-071-1/+1
* doc/examples: remove pathes from doxy examplesMichael Niedermayer2014-02-171-1/+1
* examples/demuxing_decoding: print the decoding error when it happens.Clément Bœsch2013-12-131-2/+2
* examples/demuxing_decoding: return error when no codec foundEven Wiik Thomassen2013-12-131-1/+1
* doc/examples: do not check NULL values for avcodec_close()Stefano Sabatini2013-11-211-4/+2
* doc/examples: rename demuxing to demuxing_decoding.Clément Bœsch2013-11-041-0/+388