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-02-17doc/examples: remove pathes from doxy examplesMichael Niedermayer
2014-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-23examples/muxing: reindent after previous commitStefano Sabatini
2014-01-23examples/muxing: flush encoders at the endStefano Sabatini
2014-01-21examples/muxing: reduce duration, remove wrong and misleading commentStefano Sabatini
2014-01-20examples/muxing: remove redundant {}Stefano Sabatini
2014-01-20examples/muxing: change error checks, from "ret != 0" to "ret < 0"Stefano Sabatini
2014-01-20examples/muxing: factorize write_interleave codeStefano Sabatini
2014-01-12examples/muxing: simplify video PTS settingStefano Sabatini
2014-01-09doc/examples/muxing: Fixes frame initialization.Andre Anjos
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
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-12Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'Michael Niedermayer
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-07-06examples/muxing: add support to audio resamplingStefano 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
2013-06-27examples/muxing: remove useless instructionStefano Sabatini
2013-06-25examples/muxing: vertically alignStefano Sabatini
2013-03-12Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer
2013-03-05examples/muxing: fix memory leak.Nicolas George
2013-01-02examples/muxing: improve error messages.Nicolas George
2012-10-26examples: fix doxy so they appear on the example pageMichael Niedermayer
2012-10-17examples/muxing: merge add_audio_stream() and add_video_stream()Stefano Sabatini
2012-10-17examples/muxing: check on frameStefano Sabatini
2012-10-17examples/muxing: fix bogus setting of st->idStefano Sabatini
2012-10-17examples/muxing: remove misleading comment about pending API changeStefano Sabatini
2012-10-17examples/muxing: remove video_outbuf unused and useless codeStefano Sabatini
2012-10-17examples/muxing: fix video ptsMichael Niedermayer
2012-10-15examples/muxing: extend usage noticeStefano Sabatini
2012-10-15examples/muxing: provide more information in case of avcodec_open2 failureStefano Sabatini
2012-10-15examples/muxing: add missing error checksStefano Sabatini
2012-10-15examples/muxing: fix case inconsistency in messageStefano Sabatini
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-11examples/muxing: add check on avformat_write_header() resultStefano Sabatini
2012-09-11examples/muxing: apply misc fixes to log messagesStefano Sabatini
2012-09-11examples/muxing: rename img_convert_ctx to sws_ctxStefano Sabatini
2012-09-11examples/muxing: merge some declarations and definitionsStefano Sabatini
2012-09-11examples/muxing: prefer AVPicture to AVFrame, when feasibleStefano Sabatini
2012-08-31examples/muxing: remove pointless #undef exitStefano Sabatini
2012-08-24examples/muxing: update to the new avcodec_encode_video2() APIStefano Sabatini
2012-08-22examples/muxing: cast sws_scale() argument to the expected oneStefano Sabatini
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer