summaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-277-9/+9
* Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-272-8/+8
|\
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-262-8/+8
* | doc/examples/muxing: Fix mixed declaration and codeMichael Niedermayer2015-10-151-1/+1
* | Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'Hendrik Leppkes2015-10-141-30/+11
|\ \ | |/
| * avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-131-30/+12
* | Merge commit '539e5ac2ecfec2e2f441222a43fb0583643ea607'Hendrik Leppkes2015-09-291-4/+4
|\ \ | |/
| * examples/qsvdec: free the lavc decoder before closing MFX/VAAPIAnton Khirnov2015-09-281-4/+4
* | Merge commit '3ee462dca1038e63b8e8d5e751121736d5772a5d'Hendrik Leppkes2015-09-291-9/+12
|\ \ | |/
| * examples/qsvdec: do not free the surfaces in the frame_free() callbackAnton Khirnov2015-09-281-9/+12
* | doc/examples/demuxing_decoding: simplify api_mode to refcountClément Bœsch2015-09-061-26/+12
* | doc/examples/demuxing_decoding: Drop old api mode, because the code fails to ...Michael Niedermayer2015-09-051-14/+4
* | Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-053-3/+0
* | doc/examples/http_multiclient: Fix occured typoMichael Niedermayer2015-09-041-1/+1
* | doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the ...Harshit Mittal2015-08-281-1/+4
* | doc/examples: rename avio_list_dir -> avio_dir_cmdMariusz Szczepańczyk2015-08-162-1/+1
* | examples/avio_list_dir: add move and delete methodsMariusz Szczepańczyk2015-08-151-16/+76
* | doc/example: Add http multi-client example codeStephan Holljes2015-08-012-0/+156
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-272-4/+4
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-272-4/+4
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-273-3/+3
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-272-2/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-275-5/+5
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-273-4/+4
* | examples/demuxing_decoding: use properties from frame instead of video_dec_ctxAndreas Cadhalpun2015-06-151-14/+16
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-141-1/+1
* | examples/decoding_encoding: Use the AVFrame width/height for processing image...Michael Niedermayer2015-06-131-1/+1
* | examples/avio_list_dir: init/deinit networkLukasz Marek2015-04-061-3/+6
* | doc/examples: Handle new types in avio_list_dirMariusz Szczepańczyk2015-04-031-0/+6
* | doc/examples: add directory listing exampleLukasz Marek2015-03-282-1/+113
* | Merge commit '990e4a6639d0714198583c2812b1074b5751898f'Michael Niedermayer2015-03-011-0/+484
|\ \ | |/
| * Add a QSV decoding example.Anton Khirnov2015-02-281-0/+484
* | examples/demuxing_decoding: abort decoding when width, height or pix_fmt changeAndreas Cadhalpun2015-02-101-4/+22
* | examples/demuxing_decoding: set stream_idx in open_codec_context only if no e...Andreas Cadhalpun2015-01-311-3/+4
* | examples/filtering: extend comments about setting the filter graph endpointsStefano Sabatini2015-01-292-2/+34
* | Merge commit '3a70c0c95feacb3844d05eebd579fc8189a77eee'Michael Niedermayer2015-01-271-0/+13
|\ \ | |/
| * examples/transcode_aac: generate proper PTS and set the muxer timebaseAndreas Unterweger2015-01-271-0/+13
* | Merge commit 'c9b19ac8928c6c9b7f25c3988177204f110d5e0e'Michael Niedermayer2015-01-271-1/+1
|\ \ | |/
| * examples/transcode_aac: fix a typoAndreas Unterweger2015-01-271-1/+1
* | Merge commit '749a89d1b8bb73b4d4f14c48f33259a1300c1761'Michael Niedermayer2015-01-271-7/+9
|\ \ | |/
| * examples/transcode_aac: properly select the output sample formatAndreas Unterweger2015-01-271-7/+9
* | doc/examples: fix lib math dep for decoding_encodingAndreas Cadhalpun2015-01-101-0/+1
* | doc/examples/transcoding: Use avio_closep() in examples as it avoids leaving ...Michael Niedermayer2015-01-081-1/+1
* | idoc/examples/remuxing: Use avio_closep() in examples as it avoids leaving st...Michael Niedermayer2015-01-081-1/+1
* | doc/examples/transcode_aac: Use avio_closep() in examples as it avoids leavin...Michael Niedermayer2015-01-081-2/+2
* | doc/examples/muxing: Use avio_closep() in examples as it avoids leaving stale...Michael Niedermayer2015-01-081-1/+1
* | doc/examples/filtering_video: fix frame ratePiotr Fusik2014-12-051-1/+2
* | doc/examples/transcoding: check encoder before using itMichael Niedermayer2014-12-041-0/+4
* | doc/examples/decoding_encoding: fix storing all channelsMichael Niedermayer2014-11-241-5/+6
* | doc: fix the the typosMichael Niedermayer2014-11-221-1/+1
OpenPOWER on IntegriCloud