| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 7 | -9/+9 |
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 2 | -8/+8 |
|\ |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 2 | -8/+8 |
* | | doc/examples/muxing: Fix mixed declaration and code | Michael Niedermayer | 2015-10-15 | 1 | -1/+1 |
* | | Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e' | Hendrik Leppkes | 2015-10-14 | 1 | -30/+11 |
|\| |
|
| * | avformat: Do not use AVFMT_RAWPICTURE | Luca Barbato | 2015-10-13 | 1 | -30/+12 |
* | | Merge commit '539e5ac2ecfec2e2f441222a43fb0583643ea607' | Hendrik Leppkes | 2015-09-29 | 1 | -4/+4 |
|\| |
|
| * | examples/qsvdec: free the lavc decoder before closing MFX/VAAPI | Anton Khirnov | 2015-09-28 | 1 | -4/+4 |
* | | Merge commit '3ee462dca1038e63b8e8d5e751121736d5772a5d' | Hendrik Leppkes | 2015-09-29 | 1 | -9/+12 |
|\| |
|
| * | examples/qsvdec: do not free the surfaces in the frame_free() callback | Anton Khirnov | 2015-09-28 | 1 | -9/+12 |
* | | doc/examples/demuxing_decoding: simplify api_mode to refcount | Clément Bœsch | 2015-09-06 | 1 | -26/+12 |
* | | doc/examples/demuxing_decoding: Drop old api mode, because the code fails to ... | Michael Niedermayer | 2015-09-05 | 1 | -14/+4 |
* | | Remove left-over FF_API_AVFILTERBUFFER cruft | Hendrik Leppkes | 2015-09-05 | 3 | -3/+0 |
* | | doc/examples/http_multiclient: Fix occured typo | Michael Niedermayer | 2015-09-04 | 1 | -1/+1 |
* | | doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the ... | Harshit Mittal | 2015-08-28 | 1 | -1/+4 |
* | | doc/examples: rename avio_list_dir -> avio_dir_cmd | Mariusz Szczepańczyk | 2015-08-16 | 2 | -1/+1 |
* | | examples/avio_list_dir: add move and delete methods | Mariusz Szczepańczyk | 2015-08-15 | 1 | -16/+76 |
* | | doc/example: Add http multi-client example code | Stephan Holljes | 2015-08-01 | 2 | -0/+156 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 2 | -4/+4 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 2 | -4/+4 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 3 | -3/+3 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 2 | -2/+2 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 5 | -5/+5 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 3 | -4/+4 |
* | | examples/demuxing_decoding: use properties from frame instead of video_dec_ctx | Andreas Cadhalpun | 2015-06-15 | 1 | -14/+16 |
* | | doc: fix spelling errors | Andreas Cadhalpun | 2015-06-14 | 1 | -1/+1 |
* | | examples/decoding_encoding: Use the AVFrame width/height for processing image... | Michael Niedermayer | 2015-06-13 | 1 | -1/+1 |
* | | examples/avio_list_dir: init/deinit network | Lukasz Marek | 2015-04-06 | 1 | -3/+6 |
* | | doc/examples: Handle new types in avio_list_dir | Mariusz Szczepańczyk | 2015-04-03 | 1 | -0/+6 |
* | | doc/examples: add directory listing example | Lukasz Marek | 2015-03-28 | 2 | -1/+113 |
* | | Merge commit '990e4a6639d0714198583c2812b1074b5751898f' | Michael Niedermayer | 2015-03-01 | 1 | -0/+484 |
|\| |
|
| * | Add a QSV decoding example. | Anton Khirnov | 2015-02-28 | 1 | -0/+484 |
* | | examples/demuxing_decoding: abort decoding when width, height or pix_fmt change | Andreas Cadhalpun | 2015-02-10 | 1 | -4/+22 |
* | | examples/demuxing_decoding: set stream_idx in open_codec_context only if no e... | Andreas Cadhalpun | 2015-01-31 | 1 | -3/+4 |
* | | examples/filtering: extend comments about setting the filter graph endpoints | Stefano Sabatini | 2015-01-29 | 2 | -2/+34 |
* | | Merge commit '3a70c0c95feacb3844d05eebd579fc8189a77eee' | Michael Niedermayer | 2015-01-27 | 1 | -0/+13 |
|\| |
|
| * | examples/transcode_aac: generate proper PTS and set the muxer timebase | Andreas Unterweger | 2015-01-27 | 1 | -0/+13 |
* | | Merge commit 'c9b19ac8928c6c9b7f25c3988177204f110d5e0e' | Michael Niedermayer | 2015-01-27 | 1 | -1/+1 |
|\| |
|
| * | examples/transcode_aac: fix a typo | Andreas Unterweger | 2015-01-27 | 1 | -1/+1 |
* | | Merge commit '749a89d1b8bb73b4d4f14c48f33259a1300c1761' | Michael Niedermayer | 2015-01-27 | 1 | -7/+9 |
|\| |
|
| * | examples/transcode_aac: properly select the output sample format | Andreas Unterweger | 2015-01-27 | 1 | -7/+9 |
* | | doc/examples: fix lib math dep for decoding_encoding | Andreas Cadhalpun | 2015-01-10 | 1 | -0/+1 |
* | | doc/examples/transcoding: Use avio_closep() in examples as it avoids leaving ... | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | | idoc/examples/remuxing: Use avio_closep() in examples as it avoids leaving st... | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | | doc/examples/transcode_aac: Use avio_closep() in examples as it avoids leavin... | Michael Niedermayer | 2015-01-08 | 1 | -2/+2 |
* | | doc/examples/muxing: Use avio_closep() in examples as it avoids leaving stale... | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | | doc/examples/filtering_video: fix frame rate | Piotr Fusik | 2014-12-05 | 1 | -1/+2 |
* | | doc/examples/transcoding: check encoder before using it | Michael Niedermayer | 2014-12-04 | 1 | -0/+4 |
* | | doc/examples/decoding_encoding: fix storing all channels | Michael Niedermayer | 2014-11-24 | 1 | -5/+6 |
* | | doc: fix the the typos | Michael Niedermayer | 2014-11-22 | 1 | -1/+1 |