summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer2013-08-03
* examples: demuxing: print ffplay command even if sample format is planarwm42013-07-19
* examples: demuxing: simplify audio outputwm42013-07-19
* examples: demuxing: do partial audio packet decodingwm42013-07-19
* examples/muxing: add support to audio resamplingStefano Sabatini2013-07-06
* lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-03
* examples/muxing: make more compact audio/video_time computationStefano Sabatini2013-07-03
* examples/muxing: rename audio/video_pts to audio/video_timeStefano Sabatini2013-06-26
* examples/Makefile: disable -O2 optimizationsStefano Sabatini2013-06-26
* examples/muxing: remove useless instructionStefano Sabatini2013-06-26
* examples/muxing: vertically alignStefano Sabatini2013-06-25
* examples/filtering_audio: fix frame leak.Nicolas George2013-04-18
* examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy2013-04-17
* examples/filtering_audio: enable ref counted framesMichael Niedermayer2013-04-17
* lavfi: deprecate aconvert.Clément Bœsch2013-04-11
* Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer2013-04-04
* examples/resampling_audio: make use of av_samples_alloc_array_and_samples()Stefano Sabatini2013-03-31
* examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini2013-03-14
* examples/filtering_audio: update to new APIStefano Sabatini2013-03-14
* examples/filtering_video: update to new APIStefano Sabatini2013-03-14
* Remove references to the "ff" variant of buffersink.Nicolas George2013-03-12
* Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer2013-03-12
* doc: fix examples.Clément Bœsch2013-03-10
* examples/muxing: fix memory leak.Nicolas George2013-03-05
* doc/examples/demuxing: use AVFrame accessor functionsMichael Niedermayer2013-03-01
* doc/examples: do not allocate AVFrame directly.Nicolas George2013-02-17
* examples/scaling_video: fix typoStefano Sabatini2013-02-15
* examples/demuxing: free AVPacket after usageAngelo Haller2013-01-15
* doc/examples: fix assignments in if()Michael Niedermayer2013-01-14
* examples/muxing: improve error messages.Nicolas George2013-01-02
* doc/examples/resampling_audio.c: fix pathMichael Niedermayer2012-12-16
* examples: add resampling_audio.c fileStefano Sabatini2012-12-06
* Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
* examples/muxing: fix typo: allocated -> allocateStefano Sabatini2012-11-06
* examples/demuxing: fix brainoStefano Sabatini2012-11-06
* examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini2012-11-06
* examples: fix doxy so they appear on the example pageMichael Niedermayer2012-10-26
* examples/decoding_encoding: add and use the decode_write_frame functionStefano Sabatini2012-10-24
* examples/decoding_encoding: prefer 'frame' over 'picture' for an AVFrameStefano Sabatini2012-10-20
* examples/scaling_video: remove unnecessary intermediary variable in fill_yuv_...Stefano Sabatini2012-10-20
* examples/decoding_encoding: fix misc typos in the usage textStefano Sabatini2012-10-20
* examples/decoding_encoding: remove misplaced and confusing commentStefano Sabatini2012-10-20
* examples/decoding_encoding: add missing checks on avcodec_alloc_context3()Stefano Sabatini2012-10-20
* examples/muxing: merge add_audio_stream() and add_video_stream()Stefano Sabatini2012-10-17
* examples/muxing: check on frameStefano Sabatini2012-10-17
* examples/muxing: fix bogus setting of st->idStefano Sabatini2012-10-17
* examples/muxing: remove misleading comment about pending API changeStefano Sabatini2012-10-17
* examples/muxing: remove video_outbuf unused and useless codeStefano Sabatini2012-10-17
* examples/muxing: fix video ptsMichael Niedermayer2012-10-17
* examples: add README file with simple compilation instructionsStefano Sabatini2012-10-16