12466 Commits (19321824985aa5a5fc510d73bb087dffee77fccf)

Author SHA1 Message Date
  Michael Niedermayer 1932182498 Simplify build_vlc() by using init_vlc_sparse() in mjpeg. 15 years ago
  Rafaël Carré fc068f9f27 Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value. 15 years ago
  Baptiste Coudurier b4a6c8fb50 cosmetics, indentation 15 years ago
  Baptiste Coudurier 12a5150bf4 10l fix h263+ encoder, format will be 8, array size is 8 not 7 15 years ago
  Michael Niedermayer c868524b9a Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c 15 years ago
  Stefano Sabatini f2f8fb1035 Remove redundant text in the log. 15 years ago
  Stefano Sabatini 082a857522 Make XAN decoder return meaningful error codes. 15 years ago
  Michael Niedermayer d721141f54 Move shared functions out of CONFIG_FFV1_ENCODER ifdef 15 years ago
  Michael Niedermayer d56839fc6d Store slice position and size per keyframe in ffv1.2 15 years ago
  Michael Niedermayer 1da7257739 Fix indention of ffv1.c after previous commits. 15 years ago
  Michael Niedermayer e42393d168 Store quant table index per plane and slice. 15 years ago
  Michael Niedermayer f08ed90d94 Assert that the context doesnt overflow in ffv1. 15 years ago
  Michael Niedermayer e2b2f8454c Rectangular slice support for ffv1.2 15 years ago
  James Zern da7548585e Fix crash when using iblock option (when a warning is logged). 15 years ago
  Stefano Sabatini aec966958c Add support for PIX_FMT_RGBA in the targa encoder. 15 years ago
  Stefano Sabatini bbf874f19b Use named constants defined in targa.h. 15 years ago
  Stefano Sabatini b5becbab09 Create a targa.h file to contain common definitions for targa encoder 15 years ago
  Stefano Sabatini e259eadcab Make the targa encoder return sane error values rather than -1. 15 years ago
  Stefano Sabatini 7c559bc77e Targa encoder: log error message in case the pixel format in input is 15 years ago
  Michael Niedermayer c5ac275b2e Allow storing multiple quant tables in extradata that can then be selected per keyframe in ffv1. 15 years ago
  Michael Niedermayer 0f27aca7b3 Store global things in extradata for ffv1 ver=2. 15 years ago
  Michael Niedermayer 228adaab8d Make sure version is not decreased for 16bit per sample colorspaces in ffv1. 15 years ago
  Michael Niedermayer 4f22b3bbbf Factorize quant table read and write code in ffv1.c 15 years ago
  Martin Storsjö 6ded3a0411 Fix headers so that "make checkheaders" passes again 15 years ago
  Reimar Döffinger 6c2142809c Add d modifier to asm argument to fix nasm compilation. 15 years ago
  John Stebbins 2c5438aa57 Fix default value of time_offset_length. 15 years ago
  Ramiro Polla 326bf69acc fft: mark xmm registers as clobbered in ff_imdct_calc_sse 15 years ago
  Ronald S. Bultje dd68d4db43 MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra 15 years ago
  Carl Eugen Hoyos 5dd7f994c6 Do not assume PIX_FMT_YUV420P will remain the only supported output format for H264. 15 years ago
  Tobias Bindhammer 2a26520a97 Cosmetics, lots of. 15 years ago
  Tobias Bindhammer bbc26bae11 Skip unnecessary calculations in 4col-mode. 15 years ago
  Tobias Bindhammer 90a3ffe276 Add possibility to crop screens inside of encoded frames. 15 years ago
  Tobias Bindhammer 93ee7f9c41 Add check for height when cropping. 15 years ago
  Tobias Bindhammer a4d2690309 Introduce palette with dynamic size. 15 years ago
  Michael Niedermayer cfa5a81ea6 Move aspect ratio 0/0 avoidance code so the values in the sps struct are not missed. 15 years ago
  İsmail Dönmez 9276bdddca snowdsp: Explicitly state the operand sizes 15 years ago
  Benjamin Larsson 62784e3733 Add the CODEC_CAP_CHANNEL_CONF capability code and add 15 years ago
  Justin Ruggles 2e0559b713 Support decoding of FLAC files without a STREAMINFO header. 15 years ago
  Reimar Döffinger 645e75992d Fix GSM decoding: regular GSM and MSGSM do not use the same 15 years ago
  Jason Garrett-Glaser 05931ab763 Make FRAPS decoder use PC range instead of TV range 15 years ago
  Baptiste Coudurier 35e33b9aac 10l fix h263 encoder resolution test, array size is 8 not 7 15 years ago
  Tomas Härdin fbeabfca2f Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF 15 years ago
  Aurelien Jacobs 59b4e5ba49 add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flag 15 years ago
  Aurelien Jacobs 838dc131f1 add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API 15 years ago
  Aurelien Jacobs 0743de4ffd add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field 15 years ago
  Aurelien Jacobs 448ce9258c add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API 15 years ago
  Aurelien Jacobs 164bc38c26 add FF_API_VIDEO_OLD define to disable the deprecated decode_video API 15 years ago
  Aurelien Jacobs a377cfa6c2 add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API 15 years ago
  Niobos e2f0214a0b Fix a yuv420p sample that was incorrectly detected as yuv411p 15 years ago
  Ronald S. Bultje a52ffc3f54 Move static inline function to a macro, so that constant propagation in 15 years ago