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-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
2012-02-19examples/filtering: fix unused variable and return value in open_input_file().Clément Bœsch
2012-02-19examples/filtering: fix deprecated function calls warnings.Clément Bœsch
2012-02-19examples/filtering: fix implicit declarations and function mis-usage.Clément Bœsch
2012-01-28example: Update decoding/encoding example to the new API.Michael Niedermayer
2012-01-28example: update muxing example to purple APIMichael Niedermayer
2011-12-13decoding example: reset pts/dts after subpacket.Michael Niedermayer
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03doc/example/muxing: fix video timestampsMichael Niedermayer
2011-12-03muxing example: set encoder defaultsMichael Niedermayer
2011-11-21Fix various if parenthesis misplacements.Clément Bœsch
2011-11-05Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch
2011-11-05examples/filtering: remove #include vsink_buffer.h, the header does not existMichael Niedermayer
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17examples/decoding_encoding.c: test mpeg1 and h264Michael Niedermayer
2011-10-17examples/decoding_encoding.c: silence compiler warningMichael Niedermayer
2011-10-17examples/decoding_encoding.c: set a codec private option to demonstrate how t...Michael Niedermayer
2011-10-17examples/decoding_encoding.c: switch to h264Michael Niedermayer
2011-10-17Merge remote-tracking branch 'luzero/segment'Michael Niedermayer
2011-10-12examples/encoding: rename to decoding_encoding.c as the file is an example fo...Michael Niedermayer