Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-09examples/muxing: set timestamps in output audio packetStefano Sabatini
2014-01-09examples/muxing: use av_frame_free() in place of av_free()Stefano Sabatini
2014-01-09examples/muxing: reuse global audio frameStefano Sabatini
2014-01-09examples/muxing: honour distinction between encoder PTS timebase and stream t...Stefano Sabatini
2014-01-09examples/muxing: set sample formats from list of codec supported sample formatsStefano Sabatini
2014-01-07examples/decoding_encoding: fix style nitsStefano Sabatini
2013-12-21examples/muxing: fix memleaks in resamplerIlya Basin
2013-12-21examples/muxing: use S16 sample_fmt for resample src regardless of codec samp...Ilya Basin
2013-12-21examples/muxing: fix av_frame_free() not called when got_packet is falseIlya Basin
2013-12-15examples/decoding_encoding: check av_samples_get_buffer_size() for a negative...Stefano Sabatini
2013-12-14examples/decoding_encoding: check av_samples_get_buffer_size() return codeTimothy Gu
2013-12-14examples/resample_audio: check av_samples_get_buffer_size() return codeTimothy Gu
2013-12-13examples/demuxing_decoding: print the decoding error when it happens.Clément Bœsch
2013-12-13examples/demuxing_decoding: return error when no codec foundEven Wiik Thomassen
2013-12-12Merge commit '48d17ee6dc2b2a552f645484f200c2946bf24607'Michael Niedermayer
2013-12-12Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'Michael Niedermayer
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-12-03doc/examples/filtering_audio: init packet0.dataMichael Niedermayer
2013-12-02doc/examples/filtering_audio: fix chunked audio decodingStefano Sabatini
2013-12-02doc/examples/filtering_audio: fix styleStefano Sabatini
2013-12-02doc/examples/filtering_video: do not make use of AVBufferSinkParamsStefano Sabatini
2013-12-02doc/examples/filtering_video: add some error handling in init_filters()Stefano Sabatini
2013-12-02doc/examples/README: fix typoStefano Sabatini
2013-12-02doc/examples/filtering_audio: add more error checksStefano Sabatini
2013-12-02doc/examples/filtering: make use of av_err2str()Stefano Sabatini
2013-11-28doc/examples: update README.Clément Bœsch
2013-11-28doc/examples: make fill_samples static.Clément Bœsch
2013-11-28doc/examples: add transcode_aac to local Makefile.Clément Bœsch
2013-11-27doc/examples/transcode_aac: remove non converted codepathMichael Niedermayer
2013-11-27doc/examples/transcode_aac: switch to swresampleMichael Niedermayer
2013-11-27doc/examples/transcode_aac: fix project nameMichael Niedermayer
2013-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-27Add an audio transcoding example.Andreas Unterweger
2013-11-25build: Integrate multilibrary examples into the build systemDiego Biurrun
2013-11-22doc/examples: do not check NULL values for avcodec_close()Stefano Sabatini
2013-11-19doc/examples: fix mem issues in filtering_video.Clément Bœsch
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-11-04doc/examples: rename demuxing to demuxing_decoding.Clément Bœsch
2013-11-04doc/examples/demuxing: show how to use the reference counting system.Clément Bœsch
2013-10-30doc/examples/demuxing: reset got_frame.Clément Bœsch
2013-09-04doc/examples: fix lib math dep for resampling_audio.Clément Bœsch
2013-09-04doc/examples: remove extra "the".Clément Bœsch
2013-08-04doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer
2013-07-19examples: demuxing: print ffplay command even if sample format is planarwm4
2013-07-19examples: demuxing: simplify audio outputwm4
2013-07-19examples: demuxing: do partial audio packet decodingwm4
2013-07-06examples/muxing: add support to audio resamplingStefano Sabatini
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini
2013-07-03examples/muxing: make more compact audio/video_time computationStefano Sabatini
2013-06-27examples/muxing: rename audio/video_pts to audio/video_timeStefano Sabatini