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
2012-10-05Merge commit '65d12900432ac880d764edbbd36818431484a76e'Michael Niedermayer
2012-10-05Merge commit 'a854362b40f0e458db5a1fb0d2612a5702ee0ace'Michael Niedermayer
2012-10-05Merge commit 'f7b240434c015056bc6319ddbdb8483757cc13e2'Michael Niedermayer
2012-10-05Merge commit '378a6315b7c48195ffd94e6aa9aa6d663d42b35e'Michael Niedermayer
2012-10-05Merge commit 'eb447d515956b3ce182d9750083131735f00324c'Michael Niedermayer
2012-10-05Merge commit '73871dc96ff78053b9dcd0eb259b7f5a5308ec87'Michael Niedermayer
2012-10-05Merge commit '0edae4e6286096023cdd6adea74722fa06029867'Michael Niedermayer
2012-10-05hls: Disable http seekability probingDuncan Salerno
2012-10-05http: prevent the Range header being sent when seekability probing isnt usedDuncan Salerno
2012-10-05http: add option to prevent probing for HTTP seekabilityDuncan Salerno
2012-10-04movenc.c: Add support for >16bit BE flavoursTim Nicholson
2012-10-04segment: Add comments about calls that only are relevant for some muxersMartin Storsjö
2012-10-04Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer
2012-10-04segment: Flush buffered data before finishing a segmentMartin Storsjö
2012-10-04segment: Set the resend_headers flag for each segmentMartin Storsjö
2012-10-04segment: Add an option for disabling writing of a header/trailer to each segmentMartin Storsjö
2012-10-04segment: Free and reinit the muxer before calling avformat_write_headerMartin Storsjö
2012-10-04segment: Use the public av_write_header/av_write_trailer functionsMartin Storsjö
2012-10-04segment: Properly create new AVStreams for the chained muxerMartin Storsjö
2012-10-04segment: Add an option for omitting the first header and final trailerMartin Storsjö
2012-10-04segment: Add a missing spaceMartin Storsjö
2012-10-04movenc: force video timebase to be 0.1ms precisse at least.Michael Niedermayer
2012-10-04h264probe: Don't error out on bits that no longer are reservedMichael Niedermayer
2012-10-03ff_choose_timebase: only try factors upto 14Michael Niedermayer
2012-10-03mux/nut: factorize ff_choose_timebase() out of nutMichael Niedermayer
2012-10-03framecrcenc: print flags and side data elementsMichael Niedermayer
2012-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-03segment: Pass the interrupt callback on to the chained AVFormatContext, tooMartin Storsjö
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02Merge commit '1e46c63eb72be752e044ba32257d77f35cbd9dac'Michael Niedermayer
2012-10-02Merge commit '86bbdf865e04bc5ddc2021b0620e6de634375253'Michael Niedermayer
2012-10-02Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'Michael Niedermayer
2012-10-02Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer
2012-10-02mov: add option to ignore edit lists.Michael Niedermayer
2012-10-02nut: add do {} while (0) to GET_VLuca Barbato
2012-10-02nutenc: choose for non audio streams a timebase with finer resolution.Michael Niedermayer
2012-10-02nut: store and read the r_frame_rateMichael Niedermayer
2012-10-02nutenc: use 1/sample rate as timebase for audio instead of framesize/sample rateMichael Niedermayer
2012-10-02isom: fix redundant redeclaration of ff_mov_read_chan().Clément Bœsch
2012-10-01avformat: refactor avformat_write_headerLuca Barbato
2012-10-01avformat: refactor avformat_write_headerLuca Barbato
2012-10-01avformat: split muxing functions from util.cLuca Barbato
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01mpegts: Drop pointless casting of hex_dump_debug argumentsDiego Biurrun
2012-10-01avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-10-01movenc: fix edit list for the case of negative pts.Michael Niedermayer
2012-09-29mov: add av_dlog() to dump edit lists.Michael Niedermayer
2012-09-29mov: only print multiple edit lists warning for actually unsupported casesMichael Niedermayer