summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* -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
* When searching for AMF object field value, try to find that object firstKostya Shishkov2009-11-22
* Print error when RTMP protocol can't open connectionKostya Shishkov2009-11-22
* Pass only useful FLV metadata from RTMP streamKostya Shishkov2009-11-22
* Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov2009-11-22
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-22
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-21
* Factorize av_get_bit_rate (for future use outside of libavcodec).Robert Krüger2009-11-21
* Make show_protocols() print one protocol per line.Stefano Sabatini2009-11-21
* Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger2009-11-20
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-20
* In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger2009-11-20
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-20