151 Commits (5a0f6b099f3e8fcb95a80e3ffe52b3bf369efe24)

Author SHA1 Message Date
Mark Thompson 4c0588b456 mpeg2enc: Don't mark all streams as component video 7 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Marton Balint 5e555f9300 mpeg12enc: always write closed gops for intra only outputs 9 years ago
Vittorio Giovara d749615333 lavc: Move timecode_frame_start to codec private options 9 years ago
Michael Niedermayer a53fbda9dc avcodec/mpeg12enc: Move high resolution thread check to before initializing threads 9 years ago
Michael Niedermayer 5b4da8a38a avcodec/motion_est: Fix mv_penalty table size 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 58fe57d5a0 avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_quant 1 9 years ago
Michael Niedermayer bf2474c74f avcodec/mpeg12enc: extend QP range to 28 for non linear quantizers 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Anton Khirnov 6f57375d70 rl: Rename ff_*_rl() to ff_rl_*() 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Michael Niedermayer fe27aeaeab mpeg12enc: increase declared size of block function argument 10 years ago
Vittorio Giovara 37b3361e75 mpeg12enc: factor out check in encode_dc 10 years ago
James Darnley 8c1b942ad7 Replace incorrect use of "multiply" with "multiple" 10 years ago
Diego Biurrun 8fc6a70c21 mpeg12enc: Add missing #include for PICT_FRAME 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
Marton Balint 9236f7b5a2 mpeg12enc: add seq_disp_ext option for deciding when to write a sequence_display_extension 11 years ago
Marton Balint 66f4891e64 mpeg12enc: add support for PANSCAN side data in sequence_display_extension 11 years ago
Michael Niedermayer 3b42a8e439 avcodec/mpeg12enc: store sequence display extension only if we have something to store in it 11 years ago
Marc-Antoine Arnaud 8a06794112 mpeg2: add sequence display extension information 11 years ago
Michael Niedermayer 7ebf90ff47 avcodec/mpeg12enc: avoid floats in the aspect ratio info setup code 11 years ago
Frederic Turmel b217e1b057 avcodec/mpeg12enc: Favor storing DAR instead of SAR 11 years ago
Michael Niedermayer 2cf514354b avcodec/mpeg12enc: increase declared size of block function argument 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Marton Balint a0cf87780d mpeg12enc: always set closed gop flag on the first gop 11 years ago
Marton Balint 51c61e64cb mpeg12enc: always write closed gops for intra only outputs 11 years ago
Vittorio Giovara 3d1d175367 mpeg12enc: set frame packing information when relevant metadata is found 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Vittorio Giovara 7f93a861aa mpeg12enc: K&R formatting cosmetics 11 years ago
Vittorio Giovara 66f091053f mpeg12enc: drop forward declarations 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer 0c6b0409af mpeg1enc: Disable threads for resolutions too large for multi-threading 12 years ago
Michael Niedermayer 7fb87bc5f2 mpeg12enc: check dimension validity 12 years ago
Michael Niedermayer bcc4ef1a41 mpeg12enc: Correctly mask dimensions 12 years ago
Michael Niedermayer 03df972016 mpeg1video: support multi threaded slice encoding. 12 years ago
Martin Storsjö eaa9b2e66c avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer cf5a98b9e3 mpeg2videodec: fix list of supported frame rates to include sane ext rates. 12 years ago
Michael Niedermayer e214306775 mpeg2enc: support and use frame_rate_ext when needed 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Mans Rullgard d7a4f8f8b9 Move MASK_ABS macro to libavcodec/mathops.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Matthieu Bouron 789f8cb03a avutil: support 50 and 60 frame rates in timecode api 12 years ago
Michael Niedermayer cdb3f2f5f0 mpeg12enc: switch to av_assert 13 years ago