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-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
2012-05-12doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.Clément Bœsch
2012-05-12doc/examples: fix typo.Clément Bœsch
2012-05-12doc/examples: add -O2 in CFLAGS.Clément Bœsch
2012-05-12doc/examples: add missing math.h include in decoding/encoding example.Clément Bœsch
2012-05-12doc/examples: link decoding_encoding and muxing with math lib.Clément Bœsch
2012-05-12doc/examples: rename LDFLAGS to LDLIBS.Clément Bœsch
2012-05-08doc/examples/Makefile: split lines up to make diffs that change them clearerMichael Niedermayer
2012-05-05examples/filtering_audio: use av_buffersrc_add_frame.Nicolas George
2012-05-03examples/decoding_encoding: fix encoding when all frames got buffered.Michael Niedermayer
2012-04-28examples/filtering_audio: do not stop on decode error.Nicolas George
2012-04-28examples/filtering_audio: fix a memory leak.Nicolas George
2012-04-13examples/decoding_encoding: remove unused variable "size"Stefano Sabatini
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-22doc/examples/decoding_encoding: make the buffer bigger.Michael Niedermayer
2012-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22doc/examples: rename filtering.c into filtering_video.c.Clément Bœsch
2012-02-21doc/examples: add audio decoding/filtering example.Clément Bœsch
2012-02-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-19examples: add -Wall to CFLAGS.Clément Bœsch