| Commit message (Expand) | Author | Age | Files | Lines |
* | examples/filtering: fix packet memleak | Gavin Kinsey | 2012-06-26 | 2 | -2/+2 |
* | examples/filtering_video: update to the new API | Gavin Kinsey | 2012-06-26 | 1 | -9/+25 |
* | examples/filtering_audio: update for avfilter API "cleanup" | Michael Niedermayer | 2012-06-24 | 1 | -5/+7 |
* | update filtering_audio example | Andrew Wason | 2012-06-05 | 2 | -3/+5 |
* | doc/examples: make use of the parameter filters_descr parameter in init_filte... | Clément Bœsch | 2012-05-19 | 2 | -2/+2 |
* | doc/examples: fix pts heuristic in filtering_video. | Clément Bœsch | 2012-05-19 | 1 | -3/+2 |
* | doc/examples: properly close input in metadata. | Clément Bœsch | 2012-05-19 | 1 | -1/+1 |
* | doc/examples: print operation filename in decoding_encoding. | Clément Bœsch | 2012-05-19 | 1 | -4/+4 |
* | doc/examples: add debug compilation flag. | Clément Bœsch | 2012-05-19 | 1 | -1/+1 |
* | doc/examples: use system headers in decoding_encoding and muxing. | Clément Bœsch | 2012-05-19 | 2 | -8/+8 |
* | doc/examples: remove explicit rules. | Clément Bœsch | 2012-05-19 | 1 | -6/+0 |
* | doc/examples: add libavr to libraries to avoid link failures. | Clément Bœsch | 2012-05-19 | 1 | -0/+1 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -3/+1 |
* | doc/examples: add libswresample in the libraries. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |
* | doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h. | Clément Bœsch | 2012-05-12 | 1 | -1/+1 |
* | doc/examples: fix typo. | Clément Bœsch | 2012-05-12 | 1 | -1/+1 |
* | doc/examples: add -O2 in CFLAGS. | Clément Bœsch | 2012-05-12 | 1 | -2/+3 |
* | doc/examples: add missing math.h include in decoding/encoding example. | Clément Bœsch | 2012-05-12 | 1 | -0/+2 |
* | doc/examples: link decoding_encoding and muxing with math lib. | Clément Bœsch | 2012-05-12 | 1 | -0/+4 |
* | doc/examples: rename LDFLAGS to LDLIBS. | Clément Bœsch | 2012-05-12 | 1 | -3/+3 |
* | doc/examples/Makefile: split lines up to make diffs that change them clearer | Michael Niedermayer | 2012-05-08 | 1 | -2/+12 |
* | examples/filtering_audio: use av_buffersrc_add_frame. | Nicolas George | 2012-05-04 | 1 | -10/+1 |
* | examples/decoding_encoding: fix encoding when all frames got buffered. | Michael Niedermayer | 2012-05-03 | 1 | -1/+4 |
* | examples/filtering_audio: do not stop on decode error. | Nicolas George | 2012-04-28 | 1 | -1/+1 |
* | examples/filtering_audio: fix a memory leak. | Nicolas George | 2012-04-28 | 1 | -0/+1 |
* | examples/decoding_encoding: remove unused variable "size" | Stefano Sabatini | 2012-04-13 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-30 | 1 | -93/+99 |
* | doc/examples/decoding_encoding: make the buffer bigger. | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-25 | 1 | -52/+35 |
* | doc/examples: rename filtering.c into filtering_video.c. | Clément Bœsch | 2012-02-21 | 2 | -1/+1 |
* | doc/examples: add audio decoding/filtering example. | Clément Bœsch | 2012-02-21 | 2 | -1/+246 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-20 | 2 | -7/+7 |
* | examples: add -Wall to CFLAGS. | Clément Bœsch | 2012-02-19 | 1 | -1/+1 |
* | examples/filtering: fix unused variable and return value in open_input_file(). | Clément Bœsch | 2012-02-19 | 1 | -1/+2 |
* | examples/filtering: fix deprecated function calls warnings. | Clément Bœsch | 2012-02-19 | 1 | -4/+4 |
* | examples/filtering: fix implicit declarations and function mis-usage. | Clément Bœsch | 2012-02-19 | 1 | -2/+4 |
* | example: Update decoding/encoding example to the new API. | Michael Niedermayer | 2012-01-28 | 1 | -3/+0 |
* | example: update muxing example to purple API | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
* | decoding example: reset pts/dts after subpacket. | Michael Niedermayer | 2011-12-13 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-09 | 1 | -11/+11 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-06 | 1 | -9/+20 |
* | doc/example/muxing: fix video timestamps | Michael Niedermayer | 2011-12-02 | 1 | -1/+2 |
* | muxing example: set encoder defaults | Michael Niedermayer | 2011-12-02 | 1 | -1/+10 |
* | Fix various if parenthesis misplacements. | Clément Bœsch | 2011-11-21 | 1 | -1/+1 |
* | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 1 | -1/+2 |
* | examples/filtering: remove #include vsink_buffer.h, the header does not exist | Michael Niedermayer | 2011-11-05 | 1 | -1/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 |
* | examples/decoding_encoding.c: test mpeg1 and h264 | Michael Niedermayer | 2011-10-17 | 1 | -5/+7 |
* | examples/decoding_encoding.c: silence compiler warning | Michael Niedermayer | 2011-10-17 | 1 | -0/+1 |
* | examples/decoding_encoding.c: set a codec private option to demonstrate how t... | Michael Niedermayer | 2011-10-17 | 1 | -0/+3 |