summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* 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
* examples/decoding_encoding: flush audio frames in the encoderStefano Sabatini2012-08-22
* examples/decoding_encoding: re-organize frame configuration codeStefano Sabatini2012-08-22
* examples/muxing: cast sws_scale() argument to the expected oneStefano Sabatini2012-08-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* examples/muxing: set codec in the codec contextStefano Sabatini2012-08-07
* examples/muxing: drop duplicated code in add_video_stream()Stefano Sabatini2012-08-05
* examples/muxing: simplify alloc_picture()Stefano Sabatini2012-08-05
* examples/filtering: fix packet memleakGavin Kinsey2012-06-26
* examples/filtering_video: update to the new APIGavin Kinsey2012-06-26
* examples/filtering_audio: update for avfilter API "cleanup"Michael Niedermayer2012-06-24
* update filtering_audio exampleAndrew Wason2012-06-05
* doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch2012-05-19
* doc/examples: fix pts heuristic in filtering_video.Clément Bœsch2012-05-19
* doc/examples: properly close input in metadata.Clément Bœsch2012-05-19
* doc/examples: print operation filename in decoding_encoding.Clément Bœsch2012-05-19
* doc/examples: add debug compilation flag.Clément Bœsch2012-05-19
* doc/examples: use system headers in decoding_encoding and muxing.Clément Bœsch2012-05-19
* doc/examples: remove explicit rules.Clément Bœsch2012-05-19
* doc/examples: add libavr to libraries to avoid link failures.Clément Bœsch2012-05-19
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* doc/examples: add libswresample in the libraries.Clément Bœsch2012-05-12
* doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.Clément Bœsch2012-05-12
* doc/examples: fix typo.Clément Bœsch2012-05-12