summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* 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
* doc/examples: add -O2 in CFLAGS.Clément Bœsch2012-05-12
* doc/examples: add missing math.h include in decoding/encoding example.Clément Bœsch2012-05-12
* doc/examples: link decoding_encoding and muxing with math lib.Clément Bœsch2012-05-12
* doc/examples: rename LDFLAGS to LDLIBS.Clément Bœsch2012-05-12
* doc/examples/Makefile: split lines up to make diffs that change them clearerMichael Niedermayer2012-05-08
* examples/filtering_audio: use av_buffersrc_add_frame.Nicolas George2012-05-04
* examples/decoding_encoding: fix encoding when all frames got buffered.Michael Niedermayer2012-05-03
* examples/filtering_audio: do not stop on decode error.Nicolas George2012-04-28
* examples/filtering_audio: fix a memory leak.Nicolas George2012-04-28
* examples/decoding_encoding: remove unused variable "size"Stefano Sabatini2012-04-13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-30
* doc/examples/decoding_encoding: make the buffer bigger.Michael Niedermayer2012-03-22
* 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