35853 Commits (4f94de84e88fecf8797abf830e4fdc9f13ac01dd)
 

Author SHA1 Message Date
  Robert Leatherwood b5e089924f "Initialize" copy_tb like the other global variables. 15 years ago
  Stefano Sabatini aa909d300f tiff: prefer enum TiffCompr over int for TiffContext.compr 15 years ago
  Stefano Sabatini 1e97700fba tiff: remove duplicated author information, fix @file doxy 15 years ago
  Stefano Sabatini 687ff547fc tiff: perform minor cleanups in the header 15 years ago
  Stefano Sabatini b50217f6f7 8svx: remove pointless comments 15 years ago
  Stefano Sabatini 48dce86065 8svx: add links to documentation resources 15 years ago
  Stefano Sabatini baa1030286 8svx: remove duplicated author/file information 15 years ago
  Stefano Sabatini 70b10db24c iff: remove get_image_data() and get_image_size() wrappers 15 years ago
  Stefano Sabatini 8b1171e93e iff: remove get_palette_size() wrapper 15 years ago
  Stefano Sabatini 83294a3251 iff: remove pointless get_palette_data() wrapper 15 years ago
  Maksym Veremeyenko 002e1f1eb3 motion_est: fix ffmpeg compilation with DEBUG defined 15 years ago
  Reimar Döffinger 3d929a607a mpegaudio: remove frame_count variable and its only usage, it is always 0. 15 years ago
  Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 15 years ago
  Andres Gonzalez dc05b6af3d Added oggpagesize option for Ogg encoding. Allows setting a preferred page size. When set, if an Ogg stream buffer has enough data, a page is made, instead of filling maximum-size pages. 15 years ago
  Michael Niedermayer eeaba924b7 ffmpeg: Fix -t with files that do not have any timestamps. 15 years ago
  Ronald S. Bultje b27b54de31 arm/h264pred: add missing argument type. 15 years ago
  Michael Niedermayer 7bea13f111 swscale: Fix scaling for unscaled dithered planar convertions. 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
  Stefano Sabatini 3372ec327b cmdutils: add OPT_INT check in parse_number_or_die() 15 years ago
  Stefano Sabatini 0420bf09f7 ffmpeg: rename configure_filters() to configure_video_filters() 15 years ago
  Stefano Sabatini 5d2c6f42d7 cmdutils: remove list_fmts(), simplify 15 years ago
  Takashi Mochizuki c3e40410d4 Add missing CONFIG_AVFILTER check. 15 years ago
  Michael Niedermayer b97b4b58a6 Merge remote branch 'qatar/master' 15 years ago
  Michael Niedermayer 67d441499a seeking: Favor pkt->pos for generic index building where possible. 15 years ago
  Michael Niedermayer ca87d43906 configure: Revert sdl hunk of 4fa18c56. This breaks OSX 15 years ago
  Michael Niedermayer 08675bb399 mem: Choose alignment at compile time depending on AVX enabledness. 15 years ago
  Michael Niedermayer 53789a27f8 swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat) 15 years ago