summaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* examples/muxing: fix memleaks in resamplerIlya Basin2013-12-211-12/+18
* examples/muxing: use S16 sample_fmt for resample src regardless of codec samp...Ilya Basin2013-12-211-1/+1
* examples/muxing: fix av_frame_free() not called when got_packet is falseIlya Basin2013-12-211-1/+2
* examples/decoding_encoding: check av_samples_get_buffer_size() for a negative...Stefano Sabatini2013-12-151-1/+1
* examples/decoding_encoding: check av_samples_get_buffer_size() return codeTimothy Gu2013-12-141-0/+4
* examples/resample_audio: check av_samples_get_buffer_size() return codeTimothy Gu2013-12-141-0/+4
* examples/demuxing_decoding: print the decoding error when it happens.Clément Bœsch2013-12-131-2/+2
* examples/demuxing_decoding: return error when no codec foundEven Wiik Thomassen2013-12-131-1/+1
* Merge commit '48d17ee6dc2b2a552f645484f200c2946bf24607'Michael Niedermayer2013-12-121-2/+1
|\
* \ Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'Michael Niedermayer2013-12-112-5/+5
|\ \ | |/
| * Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-1/+1
* | doc/examples/filtering_audio: init packet0.dataMichael Niedermayer2013-12-031-0/+1
* | doc/examples/filtering_audio: fix chunked audio decodingStefano Sabatini2013-12-021-4/+15
* | doc/examples/filtering_audio: fix styleStefano Sabatini2013-12-021-2/+2
* | doc/examples/filtering_video: do not make use of AVBufferSinkParamsStefano Sabatini2013-12-021-5/+8
* | doc/examples/filtering_video: add some error handling in init_filters()Stefano Sabatini2013-12-021-6/+15
* | doc/examples/README: fix typoStefano Sabatini2013-12-021-1/+1
* | doc/examples/filtering_audio: add more error checksStefano Sabatini2013-12-021-10/+18
* | doc/examples/filtering: make use of av_err2str()Stefano Sabatini2013-12-022-6/+2
* | doc/examples: update README.Clément Bœsch2013-11-281-4/+9
* | doc/examples: make fill_samples static.Clément Bœsch2013-11-281-1/+1
* | doc/examples: add transcode_aac to local Makefile.Clément Bœsch2013-11-281-0/+1
* | doc/examples/transcode_aac: remove non converted codepathMichael Niedermayer2013-11-271-7/+0
* | doc/examples/transcode_aac: switch to swresampleMichael Niedermayer2013-11-271-44/+34
* | doc/examples/transcode_aac: fix project nameMichael Niedermayer2013-11-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-271-0/+769
|\ \ | |/
| * Add an audio transcoding example.Andreas Unterweger2013-11-271-0/+769
| * build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-251-0/+527
* doc/examples: do not check NULL values for avcodec_close()Stefano Sabatini2013-11-213-8/+4
* doc/examples: fix mem issues in filtering_video.Clément Bœsch2013-11-191-0/+3
* Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-162-6/+6
* doc/examples: rename demuxing to demuxing_decoding.Clément Bœsch2013-11-042-3/+3
* doc/examples/demuxing: show how to use the reference counting system.Clément Bœsch2013-11-041-6/+51
* doc/examples/demuxing: reset got_frame.Clément Bœsch2013-10-301-0/+2
* doc/examples: fix lib math dep for resampling_audio.Clément Bœsch2013-09-041-0/+1
* doc/examples: remove extra "the".Clément Bœsch2013-09-041-1/+1
* doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer2013-08-031-5/+5
* examples: demuxing: print ffplay command even if sample format is planarwm42013-07-191-2/+14
* examples: demuxing: simplify audio outputwm42013-07-191-36/+10
* examples: demuxing: do partial audio packet decodingwm42013-07-191-3/+16
* examples/muxing: add support to audio resamplingStefano Sabatini2013-07-061-28/+93
* lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-032-2/+2
* examples/muxing: make more compact audio/video_time computationStefano Sabatini2013-07-031-9/+2
* examples/muxing: rename audio/video_pts to audio/video_timeStefano Sabatini2013-06-261-8/+8
* examples/Makefile: disable -O2 optimizationsStefano Sabatini2013-06-261-1/+1
* examples/muxing: remove useless instructionStefano Sabatini2013-06-261-1/+0
* examples/muxing: vertically alignStefano Sabatini2013-06-251-2/+1
* examples/filtering_audio: fix frame leak.Nicolas George2013-04-181-1/+1
* examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy2013-04-171-6/+26
* examples/filtering_audio: enable ref counted framesMichael Niedermayer2013-04-171-0/+1
OpenPOWER on IntegriCloud