summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* error.h: test EDOM instead of EINVALMåns Rullgård2010-03-141-1/+1
* Add missing includes to libavutil/error.hMåns Rullgård2010-03-141-0/+3
* Change the definition of AVERROR_NUMEXPECTED at the next libavutilStefano Sabatini2010-03-141-1/+5
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-144-9/+96
* Fix brief make output for generated tablesMåns Rullgård2010-03-142-5/+5
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-144-67/+176
* Add some more table-printing functions needed for future patches.Reimar Döffinger2010-03-142-0/+6
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-143-25/+25
* Separate DWT from snow and dsputilMåns Rullgård2010-03-1412-975/+1046
* Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger2010-03-141-1/+2
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-143-7/+12
* Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini2010-03-141-1/+1
* Lexically sort the error code definitions.Stefano Sabatini2010-03-141-4/+5
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-141-6/+12
* aacsbr: DSPUtilize analysis input scaling.Alex Converse2010-03-131-2/+1
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-132-17/+18
* Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini2010-03-131-1/+1
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-137-15/+15
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-132-2/+7
* CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs2010-03-131-0/+2
* bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs2010-03-131-1/+1
* Make the scale filter pass the pkt.pos information to the outputStefano Sabatini2010-03-131-0/+1
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-132-1/+4
* Make ffplay pass the packet.pos information to the filterchain, get itStefano Sabatini2010-03-131-4/+6
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-133-2/+6
* Extend the slice filter to make it issue slice height values randomlyStefano Sabatini2010-03-131-9/+22
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-131-23/+27
* Add APIchanges entry for the libavutil/error.h addition.Stefano Sabatini2010-03-131-0/+4
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-131-1/+1
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-134-21/+50
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-131-37/+92
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-131-5/+0
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-131-22/+24
* vp3: we only need a temp MV array of size 4David Conrad2010-03-131-18/+6
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-131-17/+1
* vp3: Init MVs to 0David Conrad2010-03-131-4/+2
* vp3: Simplify init_block_mappingDavid Conrad2010-03-131-98/+19
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-131-0/+3
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-123-4/+17
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-122-5/+10
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-122-2/+3
* libxvid is producing standard mpeg4 so it don't need its own codec idAurelien Jacobs2010-03-121-1/+1
* Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun2010-03-121-6/+7
* Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun2010-03-122-1/+1
* Fix guess_mv() so that it works correctly with 4x4 MV blocks.Michael Niedermayer2010-03-121-11/+35
* Fix indentionMichael Niedermayer2010-03-121-1/+1
* Always reset slice_table.Michael Niedermayer2010-03-121-2/+1
* Print skip_frames variable.Michael Niedermayer2010-03-121-2/+2
* Document --disable-everything in configure --help.Ramiro Polla2010-03-121-0/+1
* fix compilation with --disable-everything --enable-muxer=mpegtsAurelien Jacobs2010-03-121-1/+1