| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/filters: add mp=noise example | Stefano Sabatini | 2012-09-05 | 1 | -0/+6 |
* | doc/filters: itemize example for mp filter | Stefano Sabatini | 2012-09-05 | 1 | -1/+4 |
* | doc/filters: remove reference to mp=hue filter, which was dropped | Stefano Sabatini | 2012-09-05 | 1 | -3/+0 |
* | lavfi/transpose: implement landscape passthrough mode | Stefano Sabatini | 2012-09-04 | 1 | -4/+7 |
* | examples/scaling_video: write to rawvideo file | Stefano Sabatini | 2012-09-04 | 2 | -26/+28 |
* | lavf/segment: deprecate "ext" format in favor of "csv" | Stefano Sabatini | 2012-09-04 | 1 | -5/+9 |
* | lavf/segment: add escaping for filename field of the CSV list file | Stefano Sabatini | 2012-09-04 | 1 | -2/+2 |
* | examples: add demuxing.c example | Stefano Sabatini | 2012-09-02 | 2 | -0/+194 |
* | lavfi/mp: remove decimate wrapper | Stefano Sabatini | 2012-09-01 | 1 | -1/+0 |
* | avoid ambigous buffersink names | Michael Niedermayer | 2012-09-01 | 2 | -2/+2 |
* | lavfi/hue: add process_command callback | Jérémy Tran | 2012-08-31 | 1 | -0/+12 |
* | lavfi: port decimate libmpcodecs filter | Stefano Sabatini | 2012-08-31 | 1 | -0/+37 |
* | lavfi/mp: remove smartblur filter | Stefano Sabatini | 2012-08-31 | 1 | -1/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 1 | -0/+2 |
|\ |
|
| * | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+2 |
* | | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 2 | -2/+6 |
|\| |
|
| * | avconv: make the -passlogfile option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
| * | avconv: make the -pass option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
| * | lavc: add lossy/lossless codec properties. | Anton Khirnov | 2012-08-30 | 1 | -0/+4 |
* | | Add CPiA video decoder | Stephan Hilb | 2012-08-31 | 1 | -0/+1 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-30 | 1 | -0/+2 |
|\| |
|
| * | Add reminders to update the codec descriptor list with new codec IDs. | Anton Khirnov | 2012-08-29 | 1 | -0/+2 |
* | | dshow: allow user to specify audio buffer size | Ramiro Polla | 2012-08-29 | 1 | -0/+9 |
* | | Add 'timeout' option to UDP protocol | Andrey Utkin | 2012-08-29 | 1 | -0/+3 |
* | | 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 |
* | | lavfi: add smartblur filter | Jérémy Tran | 2012-08-28 | 1 | -0/+29 |
* | | cmdutils: add -layouts option. | Nicolas George | 2012-08-28 | 1 | -0/+3 |
* | | 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 |
* | | doc/developer: add "Adding files to the fate-suite dataset" | Michael Niedermayer | 2012-08-24 | 1 | -0/+12 |
* | | lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTT | Stefano Sabatini | 2012-08-24 | 1 | -0/+11 |
* | | doc/filters: itemize examples for *settb filters | Stefano Sabatini | 2012-08-24 | 1 | -6/+21 |
* | | doc/filters: itemize examples for *setpts filters | Stefano Sabatini | 2012-08-24 | 1 | -7/+25 |
* | | doc/filters: move *setpts and *settb filters to the multimedia filters section | Stefano Sabatini | 2012-08-24 | 1 | -100/+100 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-23 | 1 | -4/+13 |
|\| |
|
| * | doc/APIchanges: add an entry for codec descriptors. | Anton Khirnov | 2012-08-23 | 1 | -6/+16 |
* | | 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 |
* | | doc/filters: fix level for the flite Examples subsection | Stefano Sabatini | 2012-08-22 | 1 | -1/+1 |
* | | doc/faq: mention doc/examples | Stefano Sabatini | 2012-08-22 | 1 | -1/+8 |
* | | examples/muxing: cast sws_scale() argument to the expected one | Stefano Sabatini | 2012-08-22 | 1 | -1/+2 |