Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-04doc/examples: fix lib math dep for resampling_audio.Clément Bœsch
2013-09-04doc/examples: remove extra "the".Clément Bœsch
2013-08-04doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer
2013-07-19examples: demuxing: print ffplay command even if sample format is planarwm4
2013-07-19examples: demuxing: simplify audio outputwm4
2013-07-19examples: demuxing: do partial audio packet decodingwm4
2013-07-06examples/muxing: add support to audio resamplingStefano Sabatini
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini
2013-07-03examples/muxing: make more compact audio/video_time computationStefano Sabatini
2013-06-27examples/muxing: rename audio/video_pts to audio/video_timeStefano Sabatini
2013-06-27examples/Makefile: disable -O2 optimizationsStefano Sabatini
2013-06-27examples/muxing: remove useless instructionStefano Sabatini
2013-06-25examples/muxing: vertically alignStefano Sabatini
2013-04-18examples/filtering_audio: fix frame leak.Nicolas George
2013-04-17examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy
2013-04-17examples/filtering_audio: enable ref counted framesMichael Niedermayer
2013-04-12lavfi: deprecate aconvert.Clément Bœsch
2013-04-04Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer
2013-03-31examples/resampling_audio: make use of av_samples_alloc_array_and_samples()Stefano Sabatini
2013-03-15examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini
2013-03-15examples/filtering_audio: update to new APIStefano Sabatini
2013-03-15examples/filtering_video: update to new APIStefano Sabatini
2013-03-13Remove references to the "ff" variant of buffersink.Nicolas George
2013-03-12Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer
2013-03-10doc: fix examples.Clément Bœsch
2013-03-05examples/muxing: fix memory leak.Nicolas George
2013-03-02doc/examples/demuxing: use AVFrame accessor functionsMichael Niedermayer
2013-02-17doc/examples: do not allocate AVFrame directly.Nicolas George
2013-02-15examples/scaling_video: fix typoStefano Sabatini
2013-01-16examples/demuxing: free AVPacket after usageAngelo Haller
2013-01-14doc/examples: fix assignments in if()Michael Niedermayer
2013-01-02examples/muxing: improve error messages.Nicolas George
2012-12-17doc/examples/resampling_audio.c: fix pathMichael Niedermayer
2012-12-06examples: add resampling_audio.c fileStefano Sabatini
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-06examples/muxing: fix typo: allocated -> allocateStefano Sabatini
2012-11-06examples/demuxing: fix brainoStefano Sabatini
2012-11-06examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini
2012-10-26examples: fix doxy so they appear on the example pageMichael Niedermayer
2012-10-24examples/decoding_encoding: add and use the decode_write_frame functionStefano Sabatini
2012-10-20examples/decoding_encoding: prefer 'frame' over 'picture' for an AVFrameStefano Sabatini
2012-10-20examples/scaling_video: remove unnecessary intermediary variable in fill_yuv_...Stefano Sabatini
2012-10-20examples/decoding_encoding: fix misc typos in the usage textStefano Sabatini
2012-10-20examples/decoding_encoding: remove misplaced and confusing commentStefano Sabatini
2012-10-20examples/decoding_encoding: add missing checks on avcodec_alloc_context3()Stefano Sabatini
2012-10-17examples/muxing: merge add_audio_stream() and add_video_stream()Stefano Sabatini
2012-10-17examples/muxing: check on frameStefano Sabatini
2012-10-17examples/muxing: fix bogus setting of st->idStefano Sabatini
2012-10-17examples/muxing: remove misleading comment about pending API changeStefano Sabatini
2012-10-17examples/muxing: remove video_outbuf unused and useless codeStefano Sabatini