75373 Commits (9aaa54135c2003ef04ad98cb20739b0b25c7271a)
 

Author SHA1 Message Date
Hendrik Leppkes 886f0f5ff1 Merge commit 'b84675d63aaede8f6944b901250a10456c5477e6' 9 years ago
Hendrik Leppkes 84d04a0dfa Merge commit '5788623d29c3e806a7879210986110aced758dc2' 9 years ago
Hendrik Leppkes 6e611a1839 Merge commit 'db53a2306f62f05faa67e6f3c60ee55a9b8e4776' 9 years ago
Hendrik Leppkes c074671621 Merge commit '9b5a4a9cce3042558e107ae1ed30d9bf3d867a35' 9 years ago
Hendrik Leppkes 09c15eac3e Merge commit '41ed749fe987e60b0485fa721ad869590651324d' 9 years ago
Hendrik Leppkes eadf6cb2c4 Merge commit '7b02cb29d9d60cdd5ef321043d11d02023e7dc8f' 9 years ago
Ronald S. Bultje a30a8beeb3 vp9: Fix emu[] edge overflow conditions for >8bpp/non-420. 9 years ago
Ronald S. Bultje 2563a33856 vp9: re-initialize internal buffers on bpp change also. 9 years ago
Hendrik Leppkes 6210a64822 Merge commit 'c7ed26ad6035793c7212c17545b0ded18b72db69' 9 years ago
Hendrik Leppkes ba42096d9a Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b' 9 years ago
James Almer d5f8a642f6 x86: port PSIGNW to cpuflags 9 years ago
Reynaldo H. Verdejo Pinochet 314bc20d7a ffserver: remove redundant comment, clarify another one 9 years ago
Reynaldo H. Verdejo Pinochet 2580395e1c ffserver: unify exit path in http_server() 9 years ago
Reynaldo H. Verdejo Pinochet 9a168e9371 ffserver: unify fail path in socket_open_listen() 9 years ago
Ronald S. Bultje 4b66274a86 vp9: save one (PSIGNW) instruction in iadst16_1d sse2/ssse3. 9 years ago
Simon Thelen b84232694e lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream. 9 years ago
Ronald S. Bultje 02064d6b7b libvpxdec: apply RGB to 444P16 instead of 422P16. 9 years ago
Alex Agranovsky 9b10ae5727 avformat/format: Remove parameters from mime type before comparission for probing 9 years ago
James Almer b8e4df46ab configure: check for ID3D11VideoContext 9 years ago
Alexander S. Drozdov 6a8d58d693 avformat/tcp: TCP Protocol: fix descriptor leak on listen and interrupt 9 years ago
Thierry Foucu f600381b79 libavformat/utils.c: use correct variable for message. 9 years ago
Michael Niedermayer 0ae40c5a70 swscale/swscale: Fix "unused variable" warning 9 years ago
Rostislav Pehlivanov 8180b113e1 aaccoder: respect cutoff when marking bands as PNS 9 years ago
Luca Barbato 5788623d29 jpeg2000: Split codeblock decoding from the main tile decoding 9 years ago
Luca Barbato db53a2306f jpeg2000: Do not warn about known and skippable markers 9 years ago
Luca Barbato 9b5a4a9cce mmvideo: Make sure the rle does not write over the frame boundaries 9 years ago
Paul B Mahol abef6383fb avformat/wavdec: use AV_OPT_TYPE_BOOL for ignore_length 9 years ago
Paul B Mahol 2506244155 avformat/wavenc: use AV_OPT_TYPE_BOOL for write_bext option 9 years ago
Michael Niedermayer 8b72f6d50b avcodec/ljpegenc: Fix encoding RGBA LJPEG 9 years ago
Michael Niedermayer 055e56e9f7 avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG 9 years ago
Ganesh Ajjanagadde 07d33439f3 configure: colorize error messages 9 years ago
Carl Eugen Hoyos 85a7ff8c27 lavc: Fix standalone compilation of the subrip decoder. 9 years ago
Agatha Hu 81071eea7d avcodec/nvenc: change flag of cuCtxCreate to avoid CPU spins 9 years ago
Michael Niedermayer f58e011a1f avformat/utils: Increase default max_stream_analyze_duration for flv 9 years ago
Michael Niedermayer 77d03b0ebb avutil/version: Bump for avpriv_get_trc_function_from_trc() and AVCOL_PRI/TRC_SMPTEST428_1 and AVCOL_TRC_SMPTEST2084 9 years ago
Lou Logan 98ecee2d3d doc/filters: fix Photoshop curves file extension 9 years ago
Kevin Wheatley a1fa5392e6 avcodec/exr: Mark up the decoded buffer as the appropriate transfer characteristic when applying one 9 years ago
Kevin Wheatley 7eb3233352 avcodec/exr: Add support for applying a transfer characteristic curve to OpenEXR inputs. 9 years ago
Kevin Wheatley bac9048265 avutil/color_utils: Add basic transfer functions for each AVColorTransferCharacteristic 9 years ago
Ganesh Ajjanagadde f6e598afa8 avfilter/vf_transpose: use the name 's' for the pointer to the private context 9 years ago
Ganesh Ajjanagadde 5064b06224 avfilter/f_perms: use the name 's' for the pointer to the private context 9 years ago
Michael Niedermayer 3ffa77d301 avcodec/options_table: Fix TRC / PRI typo 9 years ago
Michael Niedermayer 24426172d3 avutil/pixfmt: Name "SMPTE ST 428-1" in AVColorPrimaries the same as in AVColorTransferCharacteristic 9 years ago
Michael Niedermayer b5939ba09c avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_transfer_names 9 years ago
Kevin Wheatley 6d4b394b5d avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions 9 years ago
Kevin Wheatley 7061a30c37 avcodec/options_table: Add SMPTE ST428-1 colour primaries (CIE 1931 XYZ) to command line options 9 years ago
Kevin Wheatley 47570a265e avcodec/options_table: Add CLI options for SMPTE ST 2084 and ST 428-1 transfer characteristics 9 years ago
Kevin Wheatley c3cd6dd106 avutil/pixfmt: Add additional primaries and transfer characteristic enumerations from ITU-T Rec H.265 9 years ago
Michael Niedermayer 151312890c avcodec/truemotion1: Simplify code using AV_PIX_FMT_0RGB32 9 years ago
Clément Bœsch 342ead4491 avformat/subtitles: improve ff_subtitles_queue_finalize() doxy 9 years ago