summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-25
* doc/examples: rename filtering.c into filtering_video.c.Clément Bœsch2012-02-21
* doc/examples: add audio decoding/filtering example.Clément Bœsch2012-02-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-20
* examples: add -Wall to CFLAGS.Clément Bœsch2012-02-19
* examples/filtering: fix unused variable and return value in open_input_file().Clément Bœsch2012-02-19
* examples/filtering: fix deprecated function calls warnings.Clément Bœsch2012-02-19
* examples/filtering: fix implicit declarations and function mis-usage.Clément Bœsch2012-02-19
* example: Update decoding/encoding example to the new API.Michael Niedermayer2012-01-28
* example: update muxing example to purple APIMichael Niedermayer2012-01-28
* decoding example: reset pts/dts after subpacket.Michael Niedermayer2011-12-13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-09
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-06
* doc/example/muxing: fix video timestampsMichael Niedermayer2011-12-02
* muxing example: set encoder defaultsMichael Niedermayer2011-12-02
* Fix various if parenthesis misplacements.Clément Bœsch2011-11-21
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* examples/filtering: remove #include vsink_buffer.h, the header does not existMichael Niedermayer2011-11-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
* examples/decoding_encoding.c: test mpeg1 and h264Michael Niedermayer2011-10-17
* examples/decoding_encoding.c: silence compiler warningMichael Niedermayer2011-10-17
* examples/decoding_encoding.c: set a codec private option to demonstrate how t...Michael Niedermayer2011-10-17
* examples/decoding_encoding.c: switch to h264Michael Niedermayer2011-10-17
* Merge remote-tracking branch 'luzero/segment'Michael Niedermayer2011-10-17
* examples/encoding: rename to decoding_encoding.c as the file is an example fo...Michael Niedermayer2011-10-11
* examples/encoding: List more formats to make it more clear to the reader what...Michael Niedermayer2011-10-11
* examples/muxing.c: apply misc style fixesStefano Sabatini2011-07-27
* examples/muxing.c: fix typo, futur -> futureStefano Sabatini2011-07-27
* examples/encoding.c: adopt a less restrictive licenseStefano Sabatini2011-07-23
* Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-11
* examples/muxing.c: remove doxy reference to unexisting fileStefano Sabatini2011-07-10
* doc/examples: add decoding/filtering example programStefano Sabatini2011-07-10
* examples/encoding.c: remove unnecessary includesStefano Sabatini2011-07-10
* examples/encoding.c: use av_image_alloc() for allocating an image bufferStefano Sabatini2011-07-10
* examples/encoding.c: replace "this library" with "libavcodec" in doxyStefano Sabatini2011-07-09
* examples/encoding.c: remove reference to unexisting fileStefano Sabatini2011-07-09
* examples/muxing.c: set sample format for encodingStefano Sabatini2011-07-09
* examples: move metadata-example.c to doc/examplesStefano Sabatini2011-07-08
* examples: rename "-example" suffix from examples filesStefano Sabatini2011-07-04
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-01
* doc/examples: give meaningful names to the example filesStefano Sabatini2011-06-01
* api-example: uppercase first letter in "copyright"Stefano Sabatini2011-05-30
* output-example: create @file doxy from text in the copyright headerStefano Sabatini2011-05-30
* examples: move API examples to a dedicated dir in docStefano Sabatini2011-05-30