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