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
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
2012-09-11examples/demuxing: add audio decoding/demuxingStefano Sabatini
2012-09-04examples/scaling_video: write to rawvideo fileStefano Sabatini
2012-09-02examples: add demuxing.c exampleStefano Sabatini
2012-09-01avoid ambigous buffersink namesMichael Niedermayer
2012-08-31examples/scaling_video: add logging in case of image allocation failureStefano Sabatini
2012-08-31examples/muxing: remove pointless #undef exitStefano Sabatini
2012-08-30examples/scaling_video: consistently use printf rather than av_log()Stefano Sabatini
2012-08-30examples/scaling_video: add file doxyStefano Sabatini
2012-08-30examples/Makefile: give priority to pkg-config flagsStefano Sabatini
2012-08-28examples/Makefile: remove duplicated -f switchStefano Sabatini
2012-08-28examples: add scaling_video exampleStefano Sabatini
2012-08-27examples/decoding_encoding: make operation logic more self-evident / predictableStefano Sabatini
2012-08-27examples/Makefile: apply misc minor fixes to the RM ruleStefano Sabatini
2012-08-27examples/decoding_encoding: store temporary files in current dirStefano Sabatini
2012-08-24examples/decoding_encoding.c: tell where the decoding output files are printedStefano Sabatini
2012-08-24examples/muxing: update to the new avcodec_encode_video2() APIStefano Sabatini
2012-08-22examples/decoding_encoding: flush audio frames in the encoderStefano Sabatini
2012-08-22examples/decoding_encoding: re-organize frame configuration codeStefano Sabatini
2012-08-22examples/muxing: cast sws_scale() argument to the expected oneStefano Sabatini
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07examples/muxing: set codec in the codec contextStefano Sabatini
2012-08-05examples/muxing: drop duplicated code in add_video_stream()Stefano Sabatini
2012-08-05examples/muxing: simplify alloc_picture()Stefano Sabatini
2012-06-26examples/filtering: fix packet memleakGavin Kinsey
2012-06-26examples/filtering_video: update to the new APIGavin Kinsey
2012-06-24examples/filtering_audio: update for avfilter API "cleanup"Michael Niedermayer
2012-06-05update filtering_audio exampleAndrew Wason
2012-05-19doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch
2012-05-19doc/examples: fix pts heuristic in filtering_video.Clément Bœsch
2012-05-19doc/examples: properly close input in metadata.Clément Bœsch
2012-05-19doc/examples: print operation filename in decoding_encoding.Clément Bœsch
2012-05-19doc/examples: add debug compilation flag.Clément Bœsch
2012-05-19doc/examples: use system headers in decoding_encoding and muxing.Clément Bœsch
2012-05-19doc/examples: remove explicit rules.Clément Bœsch
2012-05-19doc/examples: add libavr to libraries to avoid link failures.Clément Bœsch
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-12doc/examples: add libswresample in the libraries.Clément Bœsch