summaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* doc/examples: do not allocate AVFrame directly.Nicolas George2013-02-172-9/+19
* examples/scaling_video: fix typoStefano Sabatini2013-02-151-1/+1
* examples/demuxing: free AVPacket after usageAngelo Haller2013-01-151-1/+3
* doc/examples: fix assignments in if()Michael Niedermayer2013-01-142-2/+2
* examples/muxing: improve error messages.Nicolas George2013-01-021-17/+28
* doc/examples/resampling_audio.c: fix pathMichael Niedermayer2012-12-161-1/+1
* examples: add resampling_audio.c fileStefano Sabatini2012-12-062-0/+224
* Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
* examples/muxing: fix typo: allocated -> allocateStefano Sabatini2012-11-061-1/+1
* examples/demuxing: fix brainoStefano Sabatini2012-11-061-1/+1
* examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini2012-11-061-3/+3
* examples: fix doxy so they appear on the example pageMichael Niedermayer2012-10-267-0/+7
* examples/decoding_encoding: add and use the decode_write_frame functionStefano Sabatini2012-10-241-33/+32
* examples/decoding_encoding: prefer 'frame' over 'picture' for an AVFrameStefano Sabatini2012-10-201-19/+19
* examples/scaling_video: remove unnecessary intermediary variable in fill_yuv_...Stefano Sabatini2012-10-201-6/+4
* examples/decoding_encoding: fix misc typos in the usage textStefano Sabatini2012-10-201-2/+2
* examples/decoding_encoding: remove misplaced and confusing commentStefano Sabatini2012-10-201-2/+0
* examples/decoding_encoding: add missing checks on avcodec_alloc_context3()Stefano Sabatini2012-10-201-0/+17
* examples/muxing: merge add_audio_stream() and add_video_stream()Stefano Sabatini2012-10-171-70/+55
* examples/muxing: check on frameStefano Sabatini2012-10-171-1/+2
* examples/muxing: fix bogus setting of st->idStefano Sabatini2012-10-171-3/+2
* examples/muxing: remove misleading comment about pending API changeStefano Sabatini2012-10-171-2/+1
* examples/muxing: remove video_outbuf unused and useless codeStefano Sabatini2012-10-171-15/+1
* examples/muxing: fix video ptsMichael Niedermayer2012-10-171-4/+1
* examples: add README file with simple compilation instructionsStefano Sabatini2012-10-161-0/+18
* 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
OpenPOWER on IntegriCloud