summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* doc/examples/resampling_audio.c: fix pathMichael Niedermayer2012-12-16
* examples: add resampling_audio.c fileStefano Sabatini2012-12-06
* Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
* examples/muxing: fix typo: allocated -> allocateStefano Sabatini2012-11-06
* examples/demuxing: fix brainoStefano Sabatini2012-11-06
* examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini2012-11-06
* examples: fix doxy so they appear on the example pageMichael Niedermayer2012-10-26
* examples/decoding_encoding: add and use the decode_write_frame functionStefano Sabatini2012-10-24
* examples/decoding_encoding: prefer 'frame' over 'picture' for an AVFrameStefano Sabatini2012-10-20
* examples/scaling_video: remove unnecessary intermediary variable in fill_yuv_...Stefano Sabatini2012-10-20
* examples/decoding_encoding: fix misc typos in the usage textStefano Sabatini2012-10-20
* examples/decoding_encoding: remove misplaced and confusing commentStefano Sabatini2012-10-20
* examples/decoding_encoding: add missing checks on avcodec_alloc_context3()Stefano Sabatini2012-10-20
* examples/muxing: merge add_audio_stream() and add_video_stream()Stefano Sabatini2012-10-17
* examples/muxing: check on frameStefano Sabatini2012-10-17
* examples/muxing: fix bogus setting of st->idStefano Sabatini2012-10-17
* examples/muxing: remove misleading comment about pending API changeStefano Sabatini2012-10-17
* examples/muxing: remove video_outbuf unused and useless codeStefano Sabatini2012-10-17
* examples/muxing: fix video ptsMichael Niedermayer2012-10-17
* examples: add README file with simple compilation instructionsStefano Sabatini2012-10-16
* examples/muxing: extend usage noticeStefano Sabatini2012-10-15
* examples/muxing: provide more information in case of avcodec_open2 failureStefano Sabatini2012-10-15
* examples/muxing: add missing error checksStefano Sabatini2012-10-15
* examples/muxing: fix case inconsistency in messageStefano Sabatini2012-10-15
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
* examples/decoding_encoding: clarify operations in the usage messageStefano Sabatini2012-09-13
* examples/decoding_encoding: replace "picture" with "frame" in encode_example()Stefano Sabatini2012-09-13
* examples/decoding_encoding: apply various message log fixesStefano Sabatini2012-09-13
* examples/muxing: add check on avformat_write_header() resultStefano Sabatini2012-09-11
* examples/muxing: apply misc fixes to log messagesStefano Sabatini2012-09-11
* examples/muxing: rename img_convert_ctx to sws_ctxStefano Sabatini2012-09-11
* examples/muxing: merge some declarations and definitionsStefano Sabatini2012-09-11
* examples/muxing: prefer AVPicture to AVFrame, when feasibleStefano Sabatini2012-09-11
* examples/demuxing: add audio decoding/demuxingStefano Sabatini2012-09-11
* examples/scaling_video: write to rawvideo fileStefano Sabatini2012-09-04
* examples: add demuxing.c exampleStefano Sabatini2012-09-02
* avoid ambigous buffersink namesMichael Niedermayer2012-09-01
* examples/scaling_video: add logging in case of image allocation failureStefano Sabatini2012-08-30
* examples/muxing: remove pointless #undef exitStefano Sabatini2012-08-30
* examples/scaling_video: consistently use printf rather than av_log()Stefano Sabatini2012-08-30
* examples/scaling_video: add file doxyStefano Sabatini2012-08-30
* examples/Makefile: give priority to pkg-config flagsStefano Sabatini2012-08-30
* examples/Makefile: remove duplicated -f switchStefano Sabatini2012-08-28
* examples: add scaling_video exampleStefano Sabatini2012-08-28
* examples/decoding_encoding: make operation logic more self-evident / predictableStefano Sabatini2012-08-27
* examples/Makefile: apply misc minor fixes to the RM ruleStefano Sabatini2012-08-27
* examples/decoding_encoding: store temporary files in current dirStefano Sabatini2012-08-27
* examples/decoding_encoding.c: tell where the decoding output files are printedStefano Sabatini2012-08-24
* examples/muxing: update to the new avcodec_encode_video2() APIStefano Sabatini2012-08-24