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
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov
2013-12-05mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov
2013-12-05mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov
2013-12-05mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov
2013-12-05mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-17avcodec/h261: trellis quantization supportMichael Niedermayer
2013-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-16mpegvideo_enc: use the AVFrame API properly.Anton Khirnov
2013-11-15Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-14avcodec/mpegvideo_enc: Fix possibly exploitable security issue with -bfMichael Niedermayer
2013-11-14Merge commit 'aa241229891173b0357eee04e6ca78f806cc9c0c'Michael Niedermayer
2013-11-14Merge commit '8941971a8f2e24b9a84fe29f128d13ceb89c0a65'Michael Niedermayer
2013-11-14lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov
2013-11-14lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov
2013-11-08Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'Michael Niedermayer
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-11-03mpegvideo: reduce whitespace differences to libavMichael Niedermayer
2013-10-29lavc/mpegvideo_enc: fix typoStefano Sabatini
2013-10-29avcodec/mpegvideo_enc: check that max_b_frames is not negativeMichael Niedermayer
2013-10-16Merge commit '93f305473f880729d18b5e42067f19d2106cb2e5'Michael Niedermayer
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje
2013-09-25avcodec/mpegvideo_enc: check qmin/qmaxMichael Niedermayer
2013-08-08Merge commit '22c879057ead189c0f59241cb9eeb926381e3299'Michael Niedermayer
2013-08-07mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara
2013-06-27lavc/mpegvideo_enc: simplify timestamp checks in load_input_picture()Stefano Sabatini
2013-05-30mpegvideo_enc: allow mpeg_quant to be set in mpeg2videoMichael Niedermayer
2013-05-25mpegvideo_enc: do not unreference frames before the code is done with themMichael Niedermayer
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-16mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-05Merge commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780'Michael Niedermayer
2013-04-05h261: Move function declarations to h261.hDiego Biurrun
2013-03-28Merge commit 'eee2000b41234ae9465c314e18bfec1700181f32'Michael Niedermayer
2013-03-27mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun
2013-03-19mpegvideo_enc: remove stray semicolonMichael Niedermayer
2013-03-13Merge commit 'f08fefc4d099f2a1f2e3a6db3d340537e601f762'Michael Niedermayer
2013-03-13mpegvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13Merge commit '2a113695238e7675ab75c5fb9a5f59fc92f2ddd9'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-11mpegvideo: remove FMT_H264Anton Khirnov
2013-03-10Merge commit '6e7b50b4270116ded8b874d76cb7c5b1a0341827'Michael Niedermayer