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-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
2012-10-17examples/muxing: fix video ptsMichael Niedermayer
2012-10-16examples: add README file with simple compilation instructionsStefano Sabatini
2012-10-15examples/muxing: extend usage noticeStefano Sabatini
2012-10-15examples/muxing: provide more information in case of avcodec_open2 failureStefano Sabatini
2012-10-15examples/muxing: add missing error checksStefano Sabatini
2012-10-15examples/muxing: fix case inconsistency in messageStefano Sabatini
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-14examples/decoding_encoding: clarify operations in the usage messageStefano Sabatini
2012-09-13examples/decoding_encoding: replace "picture" with "frame" in encode_example()Stefano Sabatini
2012-09-13examples/decoding_encoding: apply various message log fixesStefano Sabatini
2012-09-11examples/muxing: add check on avformat_write_header() resultStefano Sabatini
2012-09-11examples/muxing: apply misc fixes to log messagesStefano Sabatini
2012-09-11examples/muxing: rename img_convert_ctx to sws_ctxStefano Sabatini
2012-09-11examples/muxing: merge some declarations and definitionsStefano Sabatini
2012-09-11examples/muxing: prefer AVPicture to AVFrame, when feasibleStefano Sabatini