28491 Commits (5c511ad4ce20aff96ec587de1a8be6f28aed4544)
 

Author SHA1 Message Date
  Baptiste Coudurier 5c511ad4ce swscale: extend YUV422p support to 10bits depth 15 years ago
  Stefano Sabatini b437f5b055 tiff: add support for inverted FillOrder for uncompressed data 15 years ago
  Diego Biurrun bea705752d Remove unused softfloat implementation. 15 years ago
  Ronald S. Bultje 2caf19e90f h264pred: fix aliasing violations. 15 years ago
  Diego Biurrun e1e0ca70eb rotozoom: Eliminate French variable name. 15 years ago
  Diego Biurrun cbb0930f0e rotozoom: Check return value of fread(). 15 years ago
  Diego Biurrun 771339ca20 rotozoom: Return an error value instead of calling exit(). 15 years ago
  Diego Biurrun 2131e8590c rotozoom: Make init_demo() return int and check for errors on invocation. 15 years ago
  Diego Biurrun 5a37c12c82 rotozoom: Drop silly UINT8 typedef. 15 years ago
  Diego Biurrun e9c10459a3 rotozoom: Drop some unnecessary parentheses. 15 years ago
  Diego Biurrun f628559d9a rotozoom: K&R coding style cosmetics 15 years ago
  Martin Storsjö 0b4949b518 rtsp: Only do keepalive using GET_PARAMETER if the server supports it 15 years ago
  Stefano Sabatini 3fd62c6e24 ffmpeg: call pre_process_video_frame() only if decoding is needed 15 years ago
  Stefano Sabatini 2b95602e93 ffmpeg: reformat resample condition code in transcode() 15 years ago
  Stefano Sabatini 9aa797cd28 ffmpeg: factorize resampling condition check in do_video_out() 15 years ago
  Stefano Sabatini c29c2eea8f ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet 15 years ago
  Stefano Sabatini 2ecc5b70fb ffmpeg: improve reporting if size/pixel format changes 15 years ago
  Stefano Sabatini b568d6d94b ffmpeg: warns the user when the selected pixel format is ignored 15 years ago
  Benjamin Larsson 91199cfe55 ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 15 years ago
  Alex Converse ffc437c026 cosmetics: Fix crazy formatting in resample. 15 years ago
  Alex Converse 3e00ababc4 Allow resampling with no channel count change for up to 8 channels. 15 years ago
  Alex Converse 918a540953 Don't allow unsupported resampling configurations. 15 years ago
  Jason Garrett-Glaser 9f3d6ca4f1 Port x86 10-bit H.264 deblock asm from x264 15 years ago
  Jason Garrett-Glaser 8ad77b65b5 Update x86 H.264 deblock asm 15 years ago
  Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 15 years ago
  Ronald S. Bultje b27b54de31 arm/h264pred: add missing argument type. 15 years ago
  Ronald S. Bultje 86b29553f8 h264dsp_mmx: place bracket outside #if/#endif block. 15 years ago
  Vitor Sessak ecc297308f lavf/utils: fix ff_interleave_compare_dts corner case. 15 years ago
  Ronald S. Bultje 23d10ce015 fate: add 10-bit H264 tests. 15 years ago
  Ronald S. Bultje e86fbe1751 h264: do not print "too many references" warning for intra-only. 15 years ago
  Oskar Arvidsson d545cf804c Enable decoding of high bit depth h264. 15 years ago
  Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 15 years ago
  Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 15 years ago
  Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 15 years ago
  Oskar Arvidsson 44ca80df34 Make the h264 loop filter bit depth aware. 15 years ago
  Oskar Arvidsson 87ce8b495f Template dsputil_template.c with respect to pixel size, etc. 15 years ago
  Oskar Arvidsson 5d4bd9cc89 Template h264idct_template.c with respect to pixel size, etc. 15 years ago
  Oskar Arvidsson de3e760720 Preparatory patch for high bit depth h264 decoding support. 15 years ago
  Oskar Arvidsson 325eefa2ca Move some functions in dsputil.c into a new file dsputil_template.c. 15 years ago
  Oskar Arvidsson 15fb393be6 Move the functions in h264idct into a new file h264idct_template.c. 15 years ago
  Oskar Arvidsson 5ada25245d Move the functions in h264pred.c into a new file h264pred_template.c. 15 years ago
  Oskar Arvidsson 563c72dabb Preparatory patch for high bit depth h264 decoding support. 15 years ago
  Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 15 years ago
  Oskar Arvidsson e39e3abad4 Choose h264 chroma dc dequant function dynamically. 15 years ago
  Ronald S. Bultje dd561441b1 h264: DSP'ize MBAFF loopfilter. 15 years ago
  Alexander Strange cb48fdf67e ffmpeg: Simplify decode loop condition to not use next_pts 15 years ago
  Anton Khirnov 188dea1dbf lavc: move some flac-specific options to its private context. 15 years ago
  Stefano Sabatini bc97695af8 ffmpeg: remove unused fields AVOutputStream.original_width/height 15 years ago
  Stefano Sabatini f38d900fb8 ffmpeg: remove unused variable padding_src in do_video_out() 15 years ago
  Michael Niedermayer d1991f51f3 ffmpeg: fix negative verbosity. 15 years ago