| Commit message (Expand) | Author | Age | Files | Lines |
* | examples/scaling_video: write to rawvideo file | Stefano Sabatini | 2012-09-04 | 2 | -26/+28 |
* | examples: add demuxing.c example | Stefano Sabatini | 2012-09-02 | 2 | -0/+194 |
* | avoid ambigous buffersink names | Michael Niedermayer | 2012-09-01 | 2 | -2/+2 |
* | examples/scaling_video: add logging in case of image allocation failure | Stefano Sabatini | 2012-08-30 | 1 | -2/+6 |
* | examples/muxing: remove pointless #undef exit | Stefano Sabatini | 2012-08-30 | 1 | -2/+0 |
* | examples/scaling_video: consistently use printf rather than av_log() | Stefano Sabatini | 2012-08-30 | 1 | -8/+8 |
* | examples/scaling_video: add file doxy | Stefano Sabatini | 2012-08-30 | 1 | -0/+5 |
* | examples/Makefile: give priority to pkg-config flags | Stefano Sabatini | 2012-08-30 | 1 | -2/+2 |
* | examples/Makefile: remove duplicated -f switch | Stefano Sabatini | 2012-08-28 | 1 | -2/+2 |
* | examples: add scaling_video example | Stefano Sabatini | 2012-08-28 | 2 | -1/+133 |
* | examples/decoding_encoding: make operation logic more self-evident / predictable | Stefano Sabatini | 2012-08-27 | 1 | -9/+18 |
* | examples/Makefile: apply misc minor fixes to the RM rule | Stefano Sabatini | 2012-08-27 | 1 | -2/+2 |
* | examples/decoding_encoding: store temporary files in current dir | Stefano Sabatini | 2012-08-27 | 2 | -9/+12 |
* | examples/decoding_encoding.c: tell where the decoding output files are printed | Stefano Sabatini | 2012-08-24 | 1 | -2/+2 |
* | examples/muxing: update to the new avcodec_encode_video2() API | Stefano Sabatini | 2012-08-24 | 1 | -9/+15 |
* | examples/decoding_encoding: flush audio frames in the encoder | Stefano Sabatini | 2012-08-22 | 1 | -0/+14 |
* | examples/decoding_encoding: re-organize frame configuration code | Stefano Sabatini | 2012-08-22 | 1 | -7/+15 |
* | examples/muxing: cast sws_scale() argument to the expected one | Stefano Sabatini | 2012-08-22 | 1 | -1/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-15 | 1 | -26/+45 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -17/+119 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 2 | -12/+12 |
* | examples/muxing: set codec in the codec context | Stefano Sabatini | 2012-08-07 | 1 | -19/+20 |
* | examples/muxing: drop duplicated code in add_video_stream() | Stefano Sabatini | 2012-08-05 | 1 | -6/+0 |
* | examples/muxing: simplify alloc_picture() | Stefano Sabatini | 2012-08-05 | 1 | -15/+3 |
* | 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 |