70 Commits (7b42036b3b23c85f473bf9369e37fa8da22eaf93)

Author SHA1 Message Date
Andrew Wason 1ef802d038 update filtering_audio example 13 years ago
Clément Bœsch 4fd573970a doc/examples: make use of the parameter filters_descr parameter in init_filters(). 13 years ago
Clément Bœsch e692b9d564 doc/examples: fix pts heuristic in filtering_video. 13 years ago
Clément Bœsch 5e82ec9b42 doc/examples: properly close input in metadata. 13 years ago
Clément Bœsch 50df68fd50 doc/examples: print operation filename in decoding_encoding. 13 years ago
Clément Bœsch c6bbe3c2a7 doc/examples: add debug compilation flag. 13 years ago
Clément Bœsch 6c211085bb doc/examples: use system headers in decoding_encoding and muxing. 13 years ago
Clément Bœsch 136ca0e5f8 doc/examples: remove explicit rules. 13 years ago
Clément Bœsch 7aedfeebfb doc/examples: add libavr to libraries to avoid link failures. 13 years ago
Stefano Sabatini 4d4098da00 lavfi: drop planar/packed negotiation support 13 years ago
Clément Bœsch be062de9d4 doc/examples: add libswresample in the libraries. 13 years ago
Clément Bœsch 55e5f105d3 doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h. 13 years ago
Clément Bœsch 9188294d30 doc/examples: fix typo. 13 years ago
Clément Bœsch 5b55c7f4e9 doc/examples: add -O2 in CFLAGS. 13 years ago
Clément Bœsch 072c2c08bf doc/examples: add missing math.h include in decoding/encoding example. 13 years ago
Clément Bœsch 2f197a20cf doc/examples: link decoding_encoding and muxing with math lib. 13 years ago
Clément Bœsch 9a19341e6e doc/examples: rename LDFLAGS to LDLIBS. 13 years ago
Michael Niedermayer 0261902dac doc/examples/Makefile: split lines up to make diffs that change them clearer 13 years ago
Nicolas George 9f357e2bcd examples/filtering_audio: use av_buffersrc_add_frame. 13 years ago
Michael Niedermayer 28d37f7160 examples/decoding_encoding: fix encoding when all frames got buffered. 13 years ago
Nicolas George a0a0199da3 examples/filtering_audio: do not stop on decode error. 13 years ago
Nicolas George 8f19483d06 examples/filtering_audio: fix a memory leak. 13 years ago
Stefano Sabatini e21dac3a4f examples/decoding_encoding: remove unused variable "size" 13 years ago
Michael Niedermayer eb9841297a doc/examples/decoding_encoding: make the buffer bigger. 13 years ago
Clément Bœsch 2bdac29360 doc/examples: rename filtering.c into filtering_video.c. 13 years ago
Clément Bœsch aecf0cf5ed doc/examples: add audio decoding/filtering example. 13 years ago
Clément Bœsch 624c413d55 examples: add -Wall to CFLAGS. 13 years ago
Clément Bœsch 2b97be5d57 examples/filtering: fix unused variable and return value in open_input_file(). 13 years ago
Clément Bœsch b117c39237 examples/filtering: fix deprecated function calls warnings. 13 years ago
Clément Bœsch f075537561 examples/filtering: fix implicit declarations and function mis-usage. 13 years ago
Michael Niedermayer cb73e35660 example: Update decoding/encoding example to the new API. 13 years ago
Michael Niedermayer afe9105f66 example: update muxing example to purple API 13 years ago
Michael Niedermayer 0e187fd13c decoding example: reset pts/dts after subpacket. 13 years ago
Michael Niedermayer cf257f30b9 doc/example/muxing: fix video timestamps 13 years ago
Michael Niedermayer 096701d9b2 muxing example: set encoder defaults 13 years ago
Clément Bœsch 2f0f9a87d0 Fix various if parenthesis misplacements. 13 years ago
Clément Bœsch 0e5ecd806e Replace remaining av_new_stream() with avformat_new_stream(). 13 years ago
Michael Niedermayer 0fd28e39ec examples/filtering: remove #include vsink_buffer.h, the header does not exist 13 years ago
Michael Niedermayer 107460c1e9 examples/decoding_encoding.c: test mpeg1 and h264 13 years ago
Michael Niedermayer 65e32eea73 examples/decoding_encoding.c: silence compiler warning 13 years ago
Michael Niedermayer 98140abe85 examples/decoding_encoding.c: set a codec private option to demonstrate how to do that 13 years ago
Michael Niedermayer 82d9fafbb8 examples/decoding_encoding.c: switch to h264 13 years ago
Michael Niedermayer be5ac961e0 examples/encoding: rename to decoding_encoding.c as the file is an example for both. 13 years ago
Michael Niedermayer f8e98061ec examples/encoding: List more formats to make it more clear to the reader what is not handled in libavcodec. 13 years ago
Stefano Sabatini c617d7b86a examples/muxing.c: apply misc style fixes 14 years ago
Stefano Sabatini 90b043a698 examples/muxing.c: fix typo, futur -> future 14 years ago
Stefano Sabatini 00a9ac424e examples/encoding.c: adopt a less restrictive license 14 years ago
Stefano Sabatini 58174293d8 examples/muxing.c: remove doxy reference to unexisting file 14 years ago
Stefano Sabatini fcc7d869d9 doc/examples: add decoding/filtering example program 14 years ago
Stefano Sabatini c762f9fa2d examples/encoding.c: remove unnecessary includes 14 years ago