143 Commits (18a0f420269ff4c730422361c5c4d8eea096e900)

Author SHA1 Message Date
Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
Vittorio Giovara 5fca95c8e5 libx264: Forbid inverted Stereo3D mode 9 years ago
Vittorio Giovara 9e2af0e907 libx264: Allow Stereo3D monoscopic value 9 years ago
Vittorio Giovara 0837d1dfe2 libx264: Fix noise_reduction option assignment 9 years ago
Vittorio Giovara 60f0fde309 libx264: Make sure to preserve default option values 9 years ago
Vittorio Giovara 1482aff204 lavc: Move noise_reduction to codec private options 9 years ago
Vittorio Giovara 7c79587d74 lavc: Move scenechange_threshold to codec private options 9 years ago
Vittorio Giovara 5764d38173 lavc: Move chromaoffset to codec private options 9 years ago
Vittorio Giovara 0e6c853221 lavc: Move b_frame_strategy and b_sensitivity to codec private options 9 years ago
Vittorio Giovara be00ec832c lavc: Deprecate coder_type and its symbols 9 years ago
Anton Khirnov 732a37d146 libx264: export CPB props side data 9 years ago
Luca Barbato 1ec72c6c68 libx264: Make sure the extradata are padded 9 years ago
Vittorio Giovara 2d59159508 lavc: AV-prefix a few left out capabilities 9 years ago
Derek Buitenhuis 380146924e x264: Add option to force IDR frames 9 years ago
Yu Xiaolei eb02387add x264: Expose the NV21 input support 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
Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara 5d3addb937 Add a quality factor packet side data 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Luca Barbato e1319aa1c1 libx264: Add support for the MPEG2 encoder 9 years ago
Luca Barbato 03ca6d70df x264: Factor out the reconfiguration code 10 years ago
Vittorio Giovara 9fb483fede x264: Check memory allocation 10 years ago
Vittorio Giovara eae7338e15 libx264: Make codec use the init-cleanup flag and mark it as init-thread-safe 10 years ago
Luca Barbato 0cbb147317 x264: Map color parameters 10 years ago
Carl Eugen Hoyos c0f504e947 libx264: Allow full-range yuv422 and yuv444 pixel formats 10 years ago
Himangi Saraogi 913aa9a487 libx264: Return more meaningful error codes 10 years ago
Felix Abecassis a7e541c992 h264: fix interpretation of interleved stereo modes 10 years ago
Luca Barbato 0ef256d515 libx264: Correctly manage constant rate factor params 11 years ago
Luca Barbato 2f4170312f libx264: Support bitrate reconfiguration 11 years ago
Vittorio Giovara 75177b2f5e libx264: check color_range 11 years ago
Vittorio Giovara 09cb75cdeb libx264: set frame packing information when relevant information is found 11 years ago
Anton Khirnov d2287740d9 libx264: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Kieran Kunhya 58894ab3f9 lavc: add support for interleaved chroma formats to libx264. 11 years ago
Luca Barbato bc54c2ae3c libx264: add shortcut for the bluray compatibility option 11 years ago
Derek Buitenhuis 4719040cd1 libx264: Define X264_API_IMPORTS on MSVC/ICL 11 years ago
John Van Sickle 2f325a6fd4 libx264: change i_qfactor to use x264cli's default 12 years ago
Gavriloaie Eugen-Andrei 29b553c1a6 libx264: introduce -x264-params private option 12 years ago
Luca Barbato 47812070a2 libx264: use the library specific default rc_initial_buffer_occupancy 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
John Van Sickle a716006a7d libx264: change default to closed gop to match x264cli 12 years ago
Anton Khirnov e52e4fe10d libx264: add forgotten ; 12 years ago
John Van Sickle 9bf41210a9 libx264: add support for nal-hrd, required for Blu-ray streams. 12 years ago
Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago