aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* examples/muxing: extend usage noticeStefano Sabatini2012-10-151-1/+3
* examples/muxing: provide more information in case of avcodec_open2 failureStefano Sabatini2012-10-151-2/+2
* examples/muxing: add missing error checksStefano Sabatini2012-10-151-2/+11
* examples/muxing: fix case inconsistency in messageStefano Sabatini2012-10-151-1/+1
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-084-8/+8
* Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-252-4/+5
* examples/decoding_encoding: clarify operations in the usage messageStefano Sabatini2012-09-131-0/+3
* examples/decoding_encoding: replace "picture" with "frame" in encode_example()Stefano Sabatini2012-09-131-14/+14
* examples/decoding_encoding: apply various message log fixesStefano Sabatini2012-09-131-26/+26
* examples/muxing: add check on avformat_write_header() resultStefano Sabatini2012-09-111-1/+4
* examples/muxing: apply misc fixes to log messagesStefano Sabatini2012-09-111-5/+5
* examples/muxing: rename img_convert_ctx to sws_ctxStefano Sabatini2012-09-111-9/+7
* examples/muxing: merge some declarations and definitionsStefano Sabatini2012-09-111-6/+2
* examples/muxing: prefer AVPicture to AVFrame, when feasibleStefano Sabatini2012-09-111-29/+29
* examples/demuxing: add audio decoding/demuxingStefano Sabatini2012-09-111-79/+225
* examples/scaling_video: write to rawvideo fileStefano Sabatini2012-09-042-26/+28
* examples: add demuxing.c exampleStefano Sabatini2012-09-022-0/+194
* avoid ambigous buffersink namesMichael Niedermayer2012-09-012-2/+2
* examples/scaling_video: add logging in case of image allocation failureStefano Sabatini2012-08-301-2/+6
* examples/muxing: remove pointless #undef exitStefano Sabatini2012-08-301-2/+0
* examples/scaling_video: consistently use printf rather than av_log()Stefano Sabatini2012-08-301-8/+8
* examples/scaling_video: add file doxyStefano Sabatini2012-08-301-0/+5
* examples/Makefile: give priority to pkg-config flagsStefano Sabatini2012-08-301-2/+2
* examples/Makefile: remove duplicated -f switchStefano Sabatini2012-08-281-2/+2
* examples: add scaling_video exampleStefano Sabatini2012-08-282-1/+133
* examples/decoding_encoding: make operation logic more self-evident / predictableStefano Sabatini2012-08-271-9/+18
* examples/Makefile: apply misc minor fixes to the RM ruleStefano Sabatini2012-08-271-2/+2
* examples/decoding_encoding: store temporary files in current dirStefano Sabatini2012-08-272-9/+12
* examples/decoding_encoding.c: tell where the decoding output files are printedStefano Sabatini2012-08-241-2/+2
* examples/muxing: update to the new avcodec_encode_video2() APIStefano Sabatini2012-08-241-9/+15
* examples/decoding_encoding: flush audio frames in the encoderStefano Sabatini2012-08-221-0/+14
* examples/decoding_encoding: re-organize frame configuration codeStefano Sabatini2012-08-221-7/+15
* examples/muxing: cast sws_scale() argument to the expected oneStefano Sabatini2012-08-221-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-151-26/+45
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-17/+119
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-072-12/+12
* examples/muxing: set codec in the codec contextStefano Sabatini2012-08-071-19/+20
* examples/muxing: drop duplicated code in add_video_stream()Stefano Sabatini2012-08-051-6/+0
* examples/muxing: simplify alloc_picture()Stefano Sabatini2012-08-051-15/+3
* examples/filtering: fix packet memleakGavin Kinsey2012-06-262-2/+2
* examples/filtering_video: update to the new APIGavin Kinsey2012-06-261-9/+25
* examples/filtering_audio: update for avfilter API "cleanup"Michael Niedermayer2012-06-241-5/+7
* update filtering_audio exampleAndrew Wason2012-06-052-3/+5
* doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch2012-05-192-2/+2
* doc/examples: fix pts heuristic in filtering_video.Clément Bœsch2012-05-191-3/+2
* doc/examples: properly close input in metadata.Clément Bœsch2012-05-191-1/+1
* doc/examples: print operation filename in decoding_encoding.Clément Bœsch2012-05-191-4/+4
* doc/examples: add debug compilation flag.Clément Bœsch2012-05-191-1/+1
* doc/examples: use system headers in decoding_encoding and muxing.Clément Bœsch2012-05-192-8/+8