439 Commits (c2916564d8e469e74074b3c8af325af8ac334a63)

Author SHA1 Message Date
Lou Logan 88f2586adb fix various typos 11 years ago
Stefano Sabatini bf411fffd4 examples: rename avcodec.c to decoding_encoding.c 11 years ago
Michael Niedermayer 9b467d3cd5 examples/transcoding: use av_malloc_array() 11 years ago
Michael Niedermayer 419800acc4 examples/avio_reading: fix null dereference on error 11 years ago
Anshul Maheshwari 6d25e90262 doc/examples/avcodec: information regarding gop_size ignored if frame->pic-type is AV_PICTURE_TYPE_I 11 years ago
Andrey Utkin e10ab43614 doc/examples: Add example transcoding.c 11 years ago
compn 84bccae8e9 doc: fix typo 11 years ago
Jason Hsu 8fb4dba89d doc/examples/remuxing: dont use the input codec_tag, it may be invalid tor the output 11 years ago
Anton Khirnov e7dfaf16a4 libavfilter: example audio filtering program 11 years ago
Michael Niedermayer 341639fe80 doc/examples: remove pathes from doxy examples 11 years ago
Diego Biurrun b339182eba Move all example programs to doc/examples 11 years ago
Diego Biurrun 0b9716c455 doc/examples: misc Doxygen markup improvements 11 years ago
Stefano Sabatini 60251c13e3 examples/avio_reading: remove stray empty line 11 years ago
Stefano Sabatini 5fc4dea39c examples: add avio_reading.c example 11 years ago
Michael Niedermayer a85a718f26 doc/examples/decoding_encoding: Check all av_samples_get_buffer_size() returns 11 years ago
Stefano Sabatini ca57659440 examples/filtering_audio,video: do not call avcodec_register_all() 11 years ago
Stefano Sabatini 35fe88bb51 examples/muxing: reindent after previous commit 11 years ago
Stefano Sabatini c92d2f98db examples/muxing: flush encoders at the end 11 years ago
Stefano Sabatini b539a72bba examples/filtering_audio,video: drop call to avcodec_get_frame_defaults() 11 years ago
Stefano Sabatini e34ad128a3 examples/muxing: reduce duration, remove wrong and misleading comment 11 years ago
Stefano Sabatini 9ab8f3738a examples/muxing: remove redundant {} 11 years ago
Stefano Sabatini b933c72b5e examples/muxing: change error checks, from "ret != 0" to "ret < 0" 11 years ago
Stefano Sabatini d72c742d47 examples/muxing: factorize write_interleave code 11 years ago
Stefano Sabatini 5e2b8e4934 examples: add remuxing example 11 years ago
Stefano Sabatini d497141b85 examples/muxing: simplify video PTS setting 11 years ago
Andre Anjos 23ffc4c70d doc/examples/muxing: Fixes frame initialization. 11 years ago
Stefano Sabatini 094c500caf examples/muxing: set timestamps in output audio packet 11 years ago
Stefano Sabatini 8d22d37e54 examples/muxing: use av_frame_free() in place of av_free() 11 years ago
Stefano Sabatini 9abe4a10fd examples/muxing: reuse global audio frame 11 years ago
Stefano Sabatini 80bca6eabe examples/muxing: honour distinction between encoder PTS timebase and stream timebase 11 years ago
Stefano Sabatini eadc421259 examples/muxing: set sample formats from list of codec supported sample formats 11 years ago
Stefano Sabatini 2503928a2f examples/decoding_encoding: fix style nits 11 years ago
Ilya Basin d1b8e01ef1 examples/muxing: fix memleaks in resampler 11 years ago
Ilya Basin 7d1d0b3ecf examples/muxing: use S16 sample_fmt for resample src regardless of codec sample_fmt 11 years ago
Ilya Basin b6714fa077 examples/muxing: fix av_frame_free() not called when got_packet is false 11 years ago
Stefano Sabatini b2a4316287 examples/decoding_encoding: check av_samples_get_buffer_size() for a negative value 11 years ago
Timothy Gu c65fe9e982 examples/decoding_encoding: check av_samples_get_buffer_size() return code 11 years ago
Timothy Gu b242c156e5 examples/resample_audio: check av_samples_get_buffer_size() return code 11 years ago
Clément Bœsch b02d87936b examples/demuxing_decoding: print the decoding error when it happens. 11 years ago
Even Wiik Thomassen 43f116d162 examples/demuxing_decoding: return error when no codec found 11 years ago
Anton Khirnov eb891b3114 Replace all uses of avcodec_free_frame with av_frame_free(). 11 years ago
Michael Niedermayer 210a78aeb5 doc/examples/filtering_audio: init packet0.data 11 years ago
Stefano Sabatini c490cd4c1a doc/examples/filtering_audio: fix chunked audio decoding 11 years ago
Stefano Sabatini 893f33e7f0 doc/examples/filtering_audio: fix style 11 years ago
Stefano Sabatini c7a99d99bd doc/examples/filtering_video: do not make use of AVBufferSinkParams 11 years ago
Stefano Sabatini 3aa6018010 doc/examples/filtering_video: add some error handling in init_filters() 11 years ago
Stefano Sabatini a12bf9f50f doc/examples/README: fix typo 11 years ago
Stefano Sabatini 55c57658d2 doc/examples/filtering_audio: add more error checks 11 years ago
Stefano Sabatini 82e74ee6e4 doc/examples/filtering: make use of av_err2str() 11 years ago
Clément Bœsch 0d2c832445 doc/examples: update README. 11 years ago