525 Commits (f8e5e1c52333e6c330fbb4fe8ec2cb07240ca8c5)

Author SHA1 Message Date
Stefano Sabatini bdd9bfbbab examples/muxing: prefer AVPicture to AVFrame, when feasible 12 years ago
Stefano Sabatini 2fe8fd3948 examples/demuxing: add audio decoding/demuxing 12 years ago
Stefano Sabatini 3b34cbce19 examples/scaling_video: write to rawvideo file 12 years ago
Stefano Sabatini c8ef309379 examples: add demuxing.c example 12 years ago
Michael Niedermayer 3061664a57 avoid ambigous buffersink names 12 years ago
Stefano Sabatini db0a0aa243 examples/scaling_video: add logging in case of image allocation failure 12 years ago
Stefano Sabatini 952caf11f2 examples/muxing: remove pointless #undef exit 12 years ago
Stefano Sabatini cb6defb053 examples/scaling_video: consistently use printf rather than av_log() 12 years ago
Stefano Sabatini 078e203379 examples/scaling_video: add file doxy 12 years ago
Stefano Sabatini e53becc70f examples/Makefile: give priority to pkg-config flags 12 years ago
Stefano Sabatini 2cbffc6706 examples/Makefile: remove duplicated -f switch 12 years ago
Stefano Sabatini 74419fcf45 examples: add scaling_video example 12 years ago
Stefano Sabatini 60924dfe55 examples/decoding_encoding: make operation logic more self-evident / predictable 12 years ago
Stefano Sabatini 3b0e2763f4 examples/Makefile: apply misc minor fixes to the RM rule 12 years ago
Stefano Sabatini c0bca6425d examples/decoding_encoding: store temporary files in current dir 12 years ago
Stefano Sabatini fef9e84114 examples/decoding_encoding.c: tell where the decoding output files are printed 12 years ago
Stefano Sabatini 864e8adcf1 examples/muxing: update to the new avcodec_encode_video2() API 12 years ago
Stefano Sabatini a7219529d1 examples/decoding_encoding: flush audio frames in the encoder 12 years ago
Stefano Sabatini 535df748c5 examples/decoding_encoding: re-organize frame configuration code 12 years ago
Stefano Sabatini 005af8ce61 examples/muxing: cast sws_scale() argument to the expected one 12 years ago
Stefano Sabatini 13bbc464ed examples/muxing: set codec in the codec context 12 years ago
Stefano Sabatini b907655303 examples/muxing: drop duplicated code in add_video_stream() 12 years ago
Stefano Sabatini 66747a6160 examples/muxing: simplify alloc_picture() 12 years ago
Gavin Kinsey 37b5959d96 examples/filtering: fix packet memleak 13 years ago
Gavin Kinsey 9ebed95db6 examples/filtering_video: update to the new API 13 years ago
Michael Niedermayer 11f2cad127 examples/filtering_audio: update for avfilter API "cleanup" 13 years ago
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