summaryrefslogtreecommitdiff
path: root/doc/examples/decoding_encoding.c
Commit message (Expand)AuthorAge
* Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer2013-04-04
* Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
* 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/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
* 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/decoding_encoding: make operation logic more self-evident / predictableStefano 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/decoding_encoding: flush audio frames in the encoderStefano Sabatini2012-08-22
* examples/decoding_encoding: re-organize frame configuration codeStefano 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
* doc/examples: print operation filename in decoding_encoding.Clément Bœsch2012-05-19
* doc/examples: use system headers in decoding_encoding and muxing.Clément Bœsch2012-05-19
* doc/examples: add missing math.h include in decoding/encoding example.Clément Bœsch2012-05-12
* examples/decoding_encoding: fix encoding when all frames got buffered.Michael Niedermayer2012-05-03
* examples/decoding_encoding: remove unused variable "size"Stefano Sabatini2012-04-13
* doc/examples/decoding_encoding: make the buffer bigger.Michael Niedermayer2012-03-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-20
* example: Update decoding/encoding example to the new API.Michael Niedermayer2012-01-28
* decoding example: reset pts/dts after subpacket.Michael Niedermayer2011-12-13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-06
* 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
* examples/encoding: rename to decoding_encoding.c as the file is an example fo...Michael Niedermayer2011-10-11