18905 Commits (92ef4be4ab9fbb7d901b22e0036a4ca90b00a476)

Author SHA1 Message Date
  Måns Rullgård b8cef7be5c nellymoser: use constant seed for dithering RNG 15 years ago
  Måns Rullgård 2d2e72b10e cook: use constant seed for dithering RNG 15 years ago
  Michael Niedermayer aeaef4ed63 Print errors instead of just ignoring contradictionary values in mpeg2 silently. 15 years ago
  Michael Niedermayer 87f6806069 Override a few values read so as to ensure that things are not inconsistent. 15 years ago
  Michael Niedermayer d9b99556bf Restructure dummy frame allocation. 15 years ago
  Michael Niedermayer 9d13016690 Make sure field_select is not set to nonsensical values even if unused. 15 years ago
  Michael Niedermayer 1c3260939d Factorize "s->first_slice = 1" out. 15 years ago
  Michael Niedermayer 88eba670fb Also check the location of the picture start code and picture coding 15 years ago
  Michael Niedermayer fc23d843e1 Check order of startcodes, ignore some obviously wrong ones. 15 years ago
  Michael Niedermayer bbf266fdb5 Move mpeg_decode_postinit() out of bitstream decoding functions, it does not 15 years ago
  Michael Niedermayer 1206f1d630 Inline mpeg_decode_extension, will simplify future changes. 15 years ago
  Michael Niedermayer 191ad11e91 Simplify mpeg_decode_user_data() 15 years ago
  Stefano Sabatini 8d872e8ac9 Fix put_bits32() doxy. 15 years ago
  Stefano Sabatini 643570d6bb Consistently put braces for function definitions. 15 years ago
  Stefano Sabatini e74223610b Fix typo, "Write" -> "Writes". 15 years ago
  Stefano Sabatini 106c72faad Use pixel formats names defined in av_pix_fmt_descriptors rather than 15 years ago
  Stefano Sabatini f72d40b01a Remove unused PixFmtInfo.is_hwaccel field. 15 years ago
  Reimar Döffinger a7c6e76638 Add support for hardcoding the motionpixels rgb to yuv table. 15 years ago
  Reimar Döffinger 7c7d3abf3c 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. 15 years ago
  Stefano Sabatini 797229a6a2 Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than 15 years ago
  Jai Menon 0bf095a837 Allow decoders to correctly set the sample format by defaulting to 15 years ago
  Stefano Sabatini 14b903f389 Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use 15 years ago
  Måns Rullgård 4f898e77fb Revert "Add required header #include to fix 'make checkheaders'." 15 years ago
  Diego Biurrun e137934fae cosmetics: K&R style, prettyprinting 15 years ago
  Diego Biurrun c73ce8e259 Mark apply_mdct() function as static; it is only used within the file. 15 years ago
  Stefano Sabatini 38264abb06 Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather 15 years ago
  Stefano Sabatini 8e861e1b1e Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than 15 years ago
  Diego Biurrun ff09a99ef5 -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. 15 years ago
  Diego Biurrun 154f5b5c9b Add required header #include to fix 'make checkheaders'. 15 years ago
  Ramiro Polla f2526204a4 Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma 15 years ago
  David Conrad 800841fd0c Support compiling against libtheora older than 1.1 15 years ago
  Vitor Sessak 691a4232ee Make lsp2polyf() function non-static for upcoming usage in SIPR 15 years ago
  Jason Garrett-Glaser 096c87f667 Add weightp support in API for libx264. 15 years ago
  Reimar Döffinger f3bdc3da15 Call ff_find_hwaccel() after calling avcodec_set_dimensions(). 15 years ago
  Måns Rullgård 8b4a6d47b2 WMA: extend exponent range to 95 15 years ago
  Kostya Shishkov d90aeeaf56 Call avcodec_set_dimensions() instead of simply setting avctx->width/height 15 years ago
  Vitor Sessak 9401357f01 Add missing include. Fix the following compiler warnings: 15 years ago
  Måns Rullgård 168f92ffaa WMA: extend exponent table up to 75 15 years ago
  Michael Niedermayer 4c66e8849b Use avcodec_set_dimensions() 15 years ago
  Michael Niedermayer e026902a62 Correct order of arguments for avcodec_check_dimensions(). 15 years ago
  Michael Niedermayer 4687f908c6 Make sure avcodec_set_dimensions() is used when rv20 changes resolution. 15 years ago
  Vitor Sessak 419b2be813 Make sorting function used in TwinVQ a shared function 15 years ago
  David Conrad 6c2289b52e Set colorspace for libtheora encoding 15 years ago
  David Conrad af89b1781f Support 4:2:2 and 4:4:4 subsampling in libtheora encoding 15 years ago
  David Conrad b0a6d9ca86 Add support for two pass encoding in libtheora 15 years ago
  David Conrad bdc8c48893 Update libtheora wrapper to use the 1.0 API 15 years ago
  Kostya Shishkov ec10d2d539 Update dimensions in AVCodecContext when RV3/4 frame dimensions change 15 years ago
  Alex Converse 4e878a1898 10l: Fix inverted if-condition from r20448. Fixes issue 1562. 15 years ago
  Robert Krüger ce34ff6b45 Factorize av_get_bit_rate (for future use outside of libavcodec). 15 years ago
  Michael Niedermayer 98c82d6910 Allocate pictures with enough padding for jpeg. 15 years ago