summaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'a7fcd4122b19b0f934020f4e261d0c44c4c32e11'Michael Niedermayer2014-06-271-7/+10
|\ \ | |/
| * output example: store the scaling context in the stream contextAnton Khirnov2014-06-261-9/+11
* | Merge commit '6a927d7aaf5625e83a674072913b9e292a303fd1'Michael Niedermayer2014-06-261-2/+2
|\ \ | |/
| * output example: use a macro instead of a static variableAnton Khirnov2014-06-261-2/+2
* | Merge commit '63fd0d866c8300a8f251a15b1535e9ce40a407fb'Michael Niedermayer2014-06-261-42/+45
|\ \ | |/
| * output example: allocate the audio frame only onceAnton Khirnov2014-06-261-26/+23
* | Merge commit 'edd5f957646dcbf1bb55718bc7bf1e5481c25bcb'Michael Niedermayer2014-06-261-46/+40
|\ \ | |/
| * output example: use OutputStream for audio streams as wellAnton Khirnov2014-06-261-42/+39
* | Merge commit '5e7b125b6ae36893dfd9cb5661c99b67363cbb38'Michael Niedermayer2014-06-261-69/+47
|\ \ | |/
| * output example: use the new AVFrame API to allocate audio framesAnton Khirnov2014-06-261-19/+24
* | Merge commit 'ac85f631c9a9cc59aaca1c8dd6894fb1f701c594'Michael Niedermayer2014-06-261-0/+2
|\ \ | |/
| * output example: set output channel layoutAnton Khirnov2014-06-261-0/+2
* | Merge commit '294daf71a7a1303b5ddd3cbefebed3b732d610f3'Michael Niedermayer2014-06-261-45/+58
|\ \ | |/
| * output example: use a struct to bundle the video stream variables togetherAnton Khirnov2014-06-261-43/+50
* | Merge commit '38d044429dabcd28928693240e955c6d4430cca9'Michael Niedermayer2014-06-261-33/+49
|\ \ | |/
| * output example: use the new AVFrame API for allocating the video frameAnton Khirnov2014-06-261-16/+23
* | Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251'Michael Niedermayer2014-06-201-3/+1
|\ \ | |/
| * Use av_packet_rescale_ts() to simplify code.Anton Khirnov2014-06-201-8/+1
* | fix various typosLou Logan2014-06-031-1/+1
* | examples: rename avcodec.c to decoding_encoding.cStefano Sabatini2014-04-232-2/+2
* | examples/transcoding: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
* | examples/avio_reading: fix null dereference on errorMichael Niedermayer2014-04-061-2/+4
* | doc/examples/avcodec: information regarding gop_size ignored if frame->pic-ty...Anshul Maheshwari2014-03-211-1/+7
* | doc/examples: Add example transcoding.cAndrey Utkin2014-03-172-0/+598
* | doc: fix typocompn2014-03-071-1/+1
* | doc/examples/remuxing: dont use the input codec_tag, it may be invalid tor th...Jason Hsu2014-03-051-0/+1
* | Merge commit 'e7dfaf16a403972eb6aed5ce8f84c0085bd2fb5a'Michael Niedermayer2014-02-251-0/+364
|\ \ | |/
| * libavfilter: example audio filtering programAnton Khirnov2014-02-251-0/+364
* | doc/examples: remove pathes from doxy examplesMichael Niedermayer2014-02-179-9/+9
* | Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90'Michael Niedermayer2014-02-173-4/+4
|\ \ | |/
| * Move all example programs to doc/examplesDiego Biurrun2014-02-164-2/+653
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-142-3/+6
|\ \ | |/
| * doc/examples: misc Doxygen markup improvementsDiego Biurrun2014-02-142-3/+6
* | examples/avio_reading: remove stray empty lineStefano Sabatini2014-02-021-1/+0
* | examples: add avio_reading.c exampleStefano Sabatini2014-02-022-1/+135
* | doc/examples/decoding_encoding: Check all av_samples_get_buffer_size() returnsMichael Niedermayer2014-01-311-0/+5
* | examples/filtering_audio,video: do not call avcodec_register_all()Stefano Sabatini2014-01-242-2/+0
* | examples/muxing: reindent after previous commitStefano Sabatini2014-01-231-32/+32
* | examples/muxing: flush encoders at the endStefano Sabatini2014-01-231-23/+30
* | examples/filtering_audio,video: drop call to avcodec_get_frame_defaults()Stefano Sabatini2014-01-212-2/+0
* | examples/muxing: reduce duration, remove wrong and misleading commentStefano Sabatini2014-01-211-2/+1
* | examples/muxing: remove redundant {}Stefano Sabatini2014-01-201-6/+4
* | examples/muxing: change error checks, from "ret != 0" to "ret < 0"Stefano Sabatini2014-01-201-2/+3
* | examples/muxing: factorize write_interleave codeStefano Sabatini2014-01-201-17/+28
* | examples: add remuxing exampleStefano Sabatini2014-01-202-0/+165
* | examples/muxing: simplify video PTS settingStefano Sabatini2014-01-121-3/+1
* | doc/examples/muxing: Fixes frame initialization.Andre Anjos2014-01-091-0/+3
* | examples/muxing: set timestamps in output audio packetStefano Sabatini2014-01-091-0/+7
* | examples/muxing: use av_frame_free() in place of av_free()Stefano Sabatini2014-01-091-1/+1
* | examples/muxing: reuse global audio frameStefano Sabatini2014-01-091-7/+13
OpenPOWER on IntegriCloud