148 Commits (944ad46182483ff52573ec3c827c86058b225d16)

Author SHA1 Message Date
Stefano Sabatini 66c92a1575 examples/resampling_audio: make use of av_samples_alloc_array_and_samples() 12 years ago
Stefano Sabatini 9bb25dbd13 examples/filtering_*: constify AVFrame * for print_frame() and display_frame() functions 12 years ago
Stefano Sabatini 9076a6a943 examples/filtering_audio: update to new API 12 years ago
Stefano Sabatini f0da370a52 examples/filtering_video: update to new API 12 years ago
Nicolas George ceac5c54dd Remove references to the "ff" variant of buffersink. 12 years ago
Clément Bœsch 5e4bc96415 doc: fix examples. 12 years ago
Nicolas George 9b211c43dc examples/muxing: fix memory leak. 12 years ago
Michael Niedermayer 5ade6bfb03 doc/examples/demuxing: use AVFrame accessor functions 12 years ago
Nicolas George dcc73aaaa9 doc/examples: do not allocate AVFrame directly. 12 years ago
Stefano Sabatini 772b949d8e examples/scaling_video: fix typo 12 years ago
Angelo Haller e7a39e163d examples/demuxing: free AVPacket after usage 12 years ago
Michael Niedermayer 48a7981e6f doc/examples: fix assignments in if() 12 years ago
Nicolas George e4f14c32b9 examples/muxing: improve error messages. 12 years ago
Michael Niedermayer 55b243cade doc/examples/resampling_audio.c: fix path 12 years ago
Stefano Sabatini 89920387da examples: add resampling_audio.c file 12 years ago
Stefano Sabatini e8c0b6710c examples/muxing: fix typo: allocated -> allocate 12 years ago
Stefano Sabatini 7f6f8f642c examples/demuxing: fix braino 12 years ago
Stefano Sabatini 794cea588c examples/demuxing: dump input information *after* trying to open audio stream 12 years ago
Michael Niedermayer ca28cb5f83 examples: fix doxy so they appear on the example page 12 years ago
Stefano Sabatini 33c4535db7 examples/decoding_encoding: add and use the decode_write_frame function 12 years ago
Stefano Sabatini d3b8d56e06 examples/decoding_encoding: prefer 'frame' over 'picture' for an AVFrame 12 years ago
Stefano Sabatini 935ecfb002 examples/scaling_video: remove unnecessary intermediary variable in fill_yuv_frame() 12 years ago
Stefano Sabatini 7b116a94af examples/decoding_encoding: fix misc typos in the usage text 12 years ago
Stefano Sabatini 8c4753f7f5 examples/decoding_encoding: remove misplaced and confusing comment 12 years ago
Stefano Sabatini 6d6ccbae4c examples/decoding_encoding: add missing checks on avcodec_alloc_context3() 12 years ago
Stefano Sabatini eebde404bc examples/muxing: merge add_audio_stream() and add_video_stream() 12 years ago
Stefano Sabatini eda0a52bf1 examples/muxing: check on frame 12 years ago
Stefano Sabatini d6196d9421 examples/muxing: fix bogus setting of st->id 12 years ago
Stefano Sabatini 5ca298df2d examples/muxing: remove misleading comment about pending API change 12 years ago
Stefano Sabatini 1f7962625c examples/muxing: remove video_outbuf unused and useless code 12 years ago
Michael Niedermayer 7b8fd29816 examples/muxing: fix video pts 12 years ago
Stefano Sabatini 7ca102a7d7 examples: add README file with simple compilation instructions 12 years ago
Stefano Sabatini a726ac9a11 examples/muxing: extend usage notice 12 years ago
Stefano Sabatini 59e31aa2ca examples/muxing: provide more information in case of avcodec_open2 failure 12 years ago
Stefano Sabatini 6133149e0c examples/muxing: add missing error checks 12 years ago
Stefano Sabatini e56b3a5ebb examples/muxing: fix case inconsistency in message 12 years ago
Stefano Sabatini 51fa653829 examples/decoding_encoding: clarify operations in the usage message 12 years ago
Stefano Sabatini bcf93f78a5 examples/decoding_encoding: replace "picture" with "frame" in encode_example() 12 years ago
Stefano Sabatini 70b671a283 examples/decoding_encoding: apply various message log fixes 12 years ago
Stefano Sabatini 34b5b735f9 examples/muxing: add check on avformat_write_header() result 12 years ago
Stefano Sabatini b3e2975ab3 examples/muxing: apply misc fixes to log messages 12 years ago
Stefano Sabatini 1d0048cfe3 examples/muxing: rename img_convert_ctx to sws_ctx 12 years ago
Stefano Sabatini 976bb42aca examples/muxing: merge some declarations and definitions 12 years ago
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