FFmpeg/doc/examples
Stefano Sabatini bdd9bfbbab examples/muxing: prefer AVPicture to AVFrame, when feasible
Favor the use of plain AVPicture over AVFrame, especially when the use of
AVFrame is not required like in the case of tmp_picture.

Also adopt more straightforward names, to avoid frame/picture confusion.
2012-09-11 21:41:56 +02:00
..
decoding_encoding.c examples/decoding_encoding: make operation logic more self-evident / predictable 2012-08-27 10:09:48 +02:00
demuxing.c examples/demuxing: add audio decoding/demuxing 2012-09-11 17:48:07 +02:00
filtering_audio.c avoid ambigous buffersink names 2012-09-01 06:05:08 +02:00
filtering_video.c avoid ambigous buffersink names 2012-09-01 06:05:08 +02:00
Makefile examples/scaling_video: write to rawvideo file 2012-09-04 11:29:28 +02:00
metadata.c doc/examples: properly close input in metadata. 2012-05-19 12:28:59 +02:00
muxing.c examples/muxing: prefer AVPicture to AVFrame, when feasible 2012-09-11 21:41:56 +02:00
scaling_video.c examples/scaling_video: write to rawvideo file 2012-09-04 11:29:28 +02:00