21585 Commits (84a29dc10a9b51a20ea628480df61b43c2b655f8)
 

Author SHA1 Message Date
  Michael Niedermayer fed0c2fb71 Replace very odd and completely broken oss read_packet() by the obvious way to 16 years ago
  Jai Menon 6866dd1237 Fix typo. 16 years ago
  Reimar Döffinger a7c6e76638 Add support for hardcoding the motionpixels rgb to yuv table. 16 years ago
  Reimar Döffinger 7c7d3abf3c 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. 16 years ago
  Stefano Sabatini a9af75ae85 Make sws_format_name() use av_pix_fmt_descriptors. 16 years ago
  Stefano Sabatini 797229a6a2 Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than 16 years ago
  Stefano Sabatini 382cb1154c Make av_pix_fmt_descriptors use the same pixel format names as defined 16 years ago
  Jai Menon 0bf095a837 Allow decoders to correctly set the sample format by defaulting to 16 years ago
  Stefano Sabatini 14b903f389 Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use 16 years ago
  Jai Menon 8683f94f40 Update libavformat regression reference checksum for ffm. This change is 16 years ago
  Måns Rullgård 4f898e77fb Revert "Add required header #include to fix 'make checkheaders'." 16 years ago
  Diego Biurrun e137934fae cosmetics: K&R style, prettyprinting 16 years ago
  Diego Biurrun c73ce8e259 Mark apply_mdct() function as static; it is only used within the file. 16 years ago
  Stefano Sabatini 38264abb06 Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather 16 years ago
  Stefano Sabatini 8e861e1b1e Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than 16 years ago
  Michael Niedermayer 9ff261a2b2 Remove special case that changed video sync behavior for av_q2d(enc->time_base) <= 0.001. 16 years ago
  Stefano Sabatini 7cab9a6674 Add an entry for the AVFilter.next field removal. 16 years ago
  Diego Biurrun ff09a99ef5 -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. 16 years ago
  Diego Biurrun 154f5b5c9b Add required header #include to fix 'make checkheaders'. 16 years ago
  Stefano Sabatini 4cc3f6afe4 Remove AVFilter.next field, since it is not used and it is not going 16 years ago
  Ramiro Polla f2526204a4 Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma 16 years ago
  David Conrad 800841fd0c Support compiling against libtheora older than 1.1 16 years ago
  Stefano Sabatini b5a683eb11 Add an entry for the avfilter_next() function addition. 16 years ago
  Stefano Sabatini 1433c4abf2 Implement avfilter_next(). 16 years ago
  Stefano Sabatini 73e2247d32 Add an entry for the avfilter_register() signature change. 16 years ago
  Stefano Sabatini 86a60fa1ac Implement a new registration system for filters. 16 years ago
  Stefano Sabatini d0df2fcc35 Add an entry for the pixdesc.h API publication. 16 years ago
  Stefano Sabatini 74a0059f2c Make the pixdesc API public. 16 years ago
  Vitor Sessak 691a4232ee Make lsp2polyf() function non-static for upcoming usage in SIPR 16 years ago
  Jason Garrett-Glaser d2b34efe22 Update ffserver to include all basic x264 parameters in .ffm files. 16 years ago
  Jason Garrett-Glaser 096c87f667 Add weightp support in API for libx264. 16 years ago
  Reimar Döffinger f3bdc3da15 Call ff_find_hwaccel() after calling avcodec_set_dimensions(). 16 years ago
  Måns Rullgård 8b4a6d47b2 WMA: extend exponent range to 95 16 years ago
  Baptiste Coudurier fedbfd5d44 update seek regression ref due to r20579, mp3 timestamps are adjusted 16 years ago
  Peter Ross c351524c9e Determine VOC block length when length field is zero, fixes issue1538. 16 years ago
  Kostya Shishkov d90aeeaf56 Call avcodec_set_dimensions() instead of simply setting avctx->width/height 16 years ago
  Vitor Sessak 9401357f01 Add missing include. Fix the following compiler warnings: 16 years ago
  Måns Rullgård 168f92ffaa WMA: extend exponent table up to 75 16 years ago
  Stefano Sabatini 60fa95683d Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. 16 years ago
  Michael Niedermayer 4c66e8849b Use avcodec_set_dimensions() 16 years ago
  Michael Niedermayer e026902a62 Correct order of arguments for avcodec_check_dimensions(). 16 years ago
  Michael Niedermayer 4687f908c6 Make sure avcodec_set_dimensions() is used when rv20 changes resolution. 16 years ago
  David Conrad c261a5d927 libtheora: using the 1.0 API requires linking to both 16 years ago
  David Conrad b9c78bca26 MOV: cprt is another tag used for copyright 16 years ago
  David Conrad 7382902b86 MOV: Add several iTunes metadata tags 16 years ago
  David Conrad 620af1a17a MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) 16 years ago
  Vitor Sessak 419b2be813 Make sorting function used in TwinVQ a shared function 16 years ago
  David Conrad 6c2289b52e Set colorspace for libtheora encoding 16 years ago
  David Conrad af89b1781f Support 4:2:2 and 4:4:4 subsampling in libtheora encoding 16 years ago
  David Conrad b0a6d9ca86 Add support for two pass encoding in libtheora 16 years ago