summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-14
* aacsbr: DSPUtilize analysis input scaling.Alex Converse2010-03-13
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-13
* Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini2010-03-13
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-13
* CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs2010-03-13
* bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs2010-03-13
* Make the scale filter pass the pkt.pos information to the outputStefano Sabatini2010-03-13
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-13
* Make ffplay pass the packet.pos information to the filterchain, get itStefano Sabatini2010-03-13
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-13
* Extend the slice filter to make it issue slice height values randomlyStefano Sabatini2010-03-13
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-13
* Add APIchanges entry for the libavutil/error.h addition.Stefano Sabatini2010-03-13
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-13
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-13
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-13
* vp3: we only need a temp MV array of size 4David Conrad2010-03-13
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-13
* vp3: Init MVs to 0David Conrad2010-03-13
* vp3: Simplify init_block_mappingDavid Conrad2010-03-13
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-13
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-12
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-12
* libxvid is producing standard mpeg4 so it don't need its own codec idAurelien Jacobs2010-03-12
* Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun2010-03-12
* Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun2010-03-12
* Fix guess_mv() so that it works correctly with 4x4 MV blocks.Michael Niedermayer2010-03-12
* Fix indentionMichael Niedermayer2010-03-12
* Always reset slice_table.Michael Niedermayer2010-03-12
* Print skip_frames variable.Michael Niedermayer2010-03-12
* Document --disable-everything in configure --help.Ramiro Polla2010-03-12
* fix compilation with --disable-everything --enable-muxer=mpegtsAurelien Jacobs2010-03-12
* fix compilation with --disable-everything --enable-decoder=twinvqAurelien Jacobs2010-03-12
* oggdec: Pass packets to header() until the stream is done with themDavid Conrad2010-03-12
* oggdec: Parse ogm chaptersDavid Conrad2010-03-12
* oggdec: CosmeticsDavid Conrad2010-03-12
* oggdec: Read ogm metadataDavid Conrad2010-03-12
* Const correctness for vorbis_commentDavid Conrad2010-03-12
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* Don't use shell syntax to set variables for make.Ramiro Polla2010-03-12
* Fix spelling.Ronald S. Bultje2010-03-11
* Fix a crash in the H.263 RTP packetizerMartin Storsjö2010-03-11
* Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet...Peter Ross2010-03-11
* Make rdft speed user configureable.Michael Niedermayer2010-03-11