525 Commits (f8e5e1c52333e6c330fbb4fe8ec2cb07240ca8c5)

Author SHA1 Message Date
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
Clément Bœsch a8ac2a1530 doc/examples: make fill_samples static. 11 years ago
Clément Bœsch e5102feb6b doc/examples: add transcode_aac to local Makefile. 11 years ago
Michael Niedermayer ba728c1a25 doc/examples/transcode_aac: remove non converted codepath 11 years ago
Michael Niedermayer 7497c894cd doc/examples/transcode_aac: switch to swresample 11 years ago
Michael Niedermayer 02abc905cd doc/examples/transcode_aac: fix project name 11 years ago
Andreas Unterweger 10421bcf0a Add an audio transcoding example. 11 years ago
Diego Biurrun ab81f24ad4 build: Integrate multilibrary examples into the build system 11 years ago
Stefano Sabatini 50a28b1393 doc/examples: do not check NULL values for avcodec_close() 11 years ago
Clément Bœsch 1f7b7d5447 doc/examples: fix mem issues in filtering_video. 11 years ago
Clément Bœsch fb10b43fc4 doc/examples: rename demuxing to demuxing_decoding. 11 years ago
Clément Bœsch d10b1a200d doc/examples/demuxing: show how to use the reference counting system. 11 years ago
Clément Bœsch 0c6bb53bb2 doc/examples/demuxing: reset got_frame. 11 years ago
Clément Bœsch dc8f732292 doc/examples: fix lib math dep for resampling_audio. 11 years ago
Clément Bœsch 98b9bbb787 doc/examples: remove extra "the". 11 years ago
Michael Niedermayer f187390907 doc/examples/filtering_audio: make const arrays also static 11 years ago
wm4 72f5a6d067 examples: demuxing: print ffplay command even if sample format is planar 11 years ago
wm4 9f31c1608c examples: demuxing: simplify audio output 11 years ago
wm4 06b269dacb examples: demuxing: do partial audio packet decoding 11 years ago
Stefano Sabatini 2aa2b4ac65 examples/muxing: add support to audio resampling 12 years ago
Stefano Sabatini 838bd73139 lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump 12 years ago
Stefano Sabatini 759dfd5684 examples/muxing: make more compact audio/video_time computation 12 years ago
Stefano Sabatini 80b56a7bdd examples/muxing: rename audio/video_pts to audio/video_time 12 years ago