aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger2009-11-266-54/+140
* 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger2009-11-262-1/+1
* Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini2009-11-262-110/+5
* Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather thanStefano Sabatini2009-11-261-1/+1
* Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini2009-11-262-6/+6
* Allow decoders to correctly set the sample format by defaulting toJai Menon2009-11-261-1/+1
* Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, useStefano Sabatini2009-11-261-78/+27
* Update libavformat regression reference checksum for ffm. This change isJai Menon2009-11-261-1/+1
* Revert "Add required header #include to fix 'make checkheaders'."Måns Rullgård2009-11-261-1/+0
* cosmetics: K&R style, prettyprintingDiego Biurrun2009-11-261-13/+13
* Mark apply_mdct() function as static; it is only used within the file.Diego Biurrun2009-11-261-1/+1
* Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), ratherStefano Sabatini2009-11-261-2/+2
* Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather thanStefano Sabatini2009-11-251-1/+2
* Remove special case that changed video sync behavior for av_q2d(enc->time_bas...Michael Niedermayer2009-11-251-1/+1
* Add an entry for the AVFilter.next field removal.Stefano Sabatini2009-11-251-0/+3
* -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho.Diego Biurrun2009-11-251-0/+2
* Add required header #include to fix 'make checkheaders'.Diego Biurrun2009-11-251-0/+1
* Remove AVFilter.next field, since it is not used and it is not goingStefano Sabatini2009-11-251-6/+1
* Fix nv12/nv21 handling. linesize for plane 1 should account for both chromaRamiro Polla2009-11-251-3/+5
* Support compiling against libtheora older than 1.1David Conrad2009-11-251-0/+10
* Add an entry for the avfilter_next() function addition.Stefano Sabatini2009-11-251-0/+3
* Implement avfilter_next().Stefano Sabatini2009-11-242-1/+14
* Add an entry for the avfilter_register() signature change.Stefano Sabatini2009-11-241-0/+4
* Implement a new registration system for filters.Stefano Sabatini2009-11-242-15/+20
* Add an entry for the pixdesc.h API publication.Stefano Sabatini2009-11-241-0/+3
* Make the pixdesc API public.Stefano Sabatini2009-11-242-1/+3
* Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak2009-11-242-13/+15
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-242-0/+26
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-2418-4/+30
* Call ff_find_hwaccel() after calling avcodec_set_dimensions().Reimar Döffinger2009-11-241-15/+16
* WMA: extend exponent range to 95Måns Rullgård2009-11-241-1/+11
* update seek regression ref due to r20579, mp3 timestamps are adjustedBaptiste Coudurier2009-11-241-30/+30
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-242-1/+6
* Call avcodec_set_dimensions() instead of simply setting avctx->width/heightKostya Shishkov2009-11-241-2/+3
* Add missing include. Fix the following compiler warnings:Vitor Sessak2009-11-231-0/+1
* WMA: extend exponent table up to 75Måns Rullgård2009-11-231-3/+10
* Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.Stefano Sabatini2009-11-231-1/+1
* Use avcodec_set_dimensions()Michael Niedermayer2009-11-231-2/+1
* Correct order of arguments for avcodec_check_dimensions().Michael Niedermayer2009-11-231-1/+1
* Make sure avcodec_set_dimensions() is used when rv20 changes resolution.Michael Niedermayer2009-11-231-2/+3
* libtheora: using the 1.0 API requires linking to bothDavid Conrad2009-11-231-1/+1
* MOV: cprt is another tag used for copyrightDavid Conrad2009-11-231-0/+1
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-232-0/+10
* MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)David Conrad2009-11-231-1/+1
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-223-12/+17
* Set colorspace for libtheora encodingDavid Conrad2009-11-221-1/+7
* Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad2009-11-221-8/+17
* Add support for two pass encoding in libtheoraDavid Conrad2009-11-221-18/+90
* Update libtheora wrapper to use the 1.0 APIDavid Conrad2009-11-222-67/+43
* set mp3 timebase to the lcm of all mp3 sample rates to fix frame durationBaptiste Coudurier2009-11-221-0/+3