summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-04doc/examples: fix lib math dep for resampling_audio.Clément Bœsch1-0/+1
2013-09-04doc/examples: remove extra "the".Clément Bœsch1-1/+1
2013-08-03doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer1-5/+5
2013-07-19examples: demuxing: print ffplay command even if sample format is planarwm41-2/+14
2013-07-19examples: demuxing: simplify audio outputwm41-36/+10
2013-07-19examples: demuxing: do partial audio packet decodingwm41-3/+16
2013-07-06examples/muxing: add support to audio resamplingStefano Sabatini1-28/+93
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini8-34/+80
2013-07-03examples/muxing: make more compact audio/video_time computationStefano Sabatini1-9/+2
2013-06-26examples/muxing: rename audio/video_pts to audio/video_timeStefano Sabatini1-8/+8
2013-06-26examples/Makefile: disable -O2 optimizationsStefano Sabatini1-1/+1
2013-06-26examples/muxing: remove useless instructionStefano Sabatini1-1/+0
2013-06-25examples/muxing: vertically alignStefano Sabatini1-2/+1
2013-04-18examples/filtering_audio: fix frame leak.Nicolas George1-1/+1
2013-04-17examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy1-6/+26
2013-04-17examples/filtering_audio: enable ref counted framesMichael Niedermayer1-0/+1
2013-04-11lavfi: deprecate aconvert.Clément Bœsch8-5/+16
2013-04-04Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer3-4/+12
2013-03-31examples/resampling_audio: make use of av_samples_alloc_array_and_samples()Stefano Sabatini1-16/+4
2013-03-14examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini2-2/+2
2013-03-14examples/filtering_audio: update to new APIStefano Sabatini1-14/+12
2013-03-14examples/filtering_video: update to new APIStefano Sabatini1-20/+18
2013-03-12Remove references to the "ff" variant of buffersink.Nicolas George5-7/+7
2013-03-12Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer4-87/+136
2013-03-10doc: fix examples.Clément Bœsch2-2/+2
2013-03-05examples/muxing: fix memory leak.Nicolas George1-9/+2
2013-03-01doc/examples/demuxing: use AVFrame accessor functionsMichael Niedermayer1-3/+3
2013-02-17doc/examples: do not allocate AVFrame directly.Nicolas George2-9/+19
2013-02-14examples/scaling_video: fix typoStefano Sabatini1-1/+1
2013-01-15examples/demuxing: free AVPacket after usageAngelo Haller1-1/+3
2013-01-14doc/examples: fix assignments in if()Michael Niedermayer2-2/+2
2013-01-02examples/muxing: improve error messages.Nicolas George1-17/+28
2012-12-16doc/examples/resampling_audio.c: fix pathMichael Niedermayer1-1/+1
2012-12-06examples: add resampling_audio.c fileStefano Sabatini2-0/+224
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer84-319/+323
2012-11-06examples/muxing: fix typo: allocated -> allocateStefano Sabatini1-1/+1
2012-11-06examples/demuxing: fix brainoStefano Sabatini1-1/+1
2012-11-06examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini1-3/+3
2012-10-26examples: fix doxy so they appear on the example pageMichael Niedermayer7-0/+7
2012-10-23examples/decoding_encoding: add and use the decode_write_frame functionStefano Sabatini1-33/+32
2012-10-20examples/decoding_encoding: prefer 'frame' over 'picture' for an AVFrameStefano Sabatini1-19/+19
2012-10-20examples/scaling_video: remove unnecessary intermediary variable in fill_yuv_...Stefano Sabatini1-6/+4
2012-10-20examples/decoding_encoding: fix misc typos in the usage textStefano Sabatini1-2/+2
2012-10-20examples/decoding_encoding: remove misplaced and confusing commentStefano Sabatini1-2/+0
2012-10-20examples/decoding_encoding: add missing checks on avcodec_alloc_context3()Stefano Sabatini1-0/+17
2012-10-17examples/muxing: merge add_audio_stream() and add_video_stream()Stefano Sabatini1-70/+55
2012-10-17examples/muxing: check on frameStefano Sabatini1-1/+2
2012-10-17examples/muxing: fix bogus setting of st->idStefano Sabatini1-3/+2
2012-10-17examples/muxing: remove misleading comment about pending API changeStefano Sabatini1-2/+1
[next]