24131 Commits (47f0704eb2a10a2ff50c1a118d7a2a92ce38d689)
 

Author SHA1 Message Date
Reimar Döffinger 108d262c56 Add some more table-printing functions needed for future patches. 15 years ago
Måns Rullgård 33996217ca Add ff_ prefix to dwt functions 15 years ago
Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago
Reimar Döffinger 28eb577390 Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in 15 years ago
Michael Niedermayer 686c781766 Make sure all mvs of a mb are set in the error concealment code. 15 years ago
Stefano Sabatini c6a7b97c8e Mark AVERROR_ENOENT for deletion at the next libavutil major bump. 15 years ago
Stefano Sabatini 9b359f517e Lexically sort the error code definitions. 15 years ago
Michael Niedermayer bb4fcfa395 Ensure that the deblock filter accesses the correct MVs for h264. 15 years ago
Alex Converse b3e5931d18 aacsbr: DSPUtilize analysis input scaling. 15 years ago
Alex Converse f8a93a2036 aac: Don't bias output during the IMDCT if SBR will be used. 15 years ago
Stefano Sabatini 7c074320ba Mark AVERROR_ENOMEM to be deleted at the next major bump. 15 years ago
Stefano Sabatini 5ae092ee34 Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
Stefano Sabatini 0edfa79b23 Make iff.c:decode_init return the value returned by 15 years ago
Aurelien Jacobs 382b5b3a0c CODEC_ID_XVID is not used anywhere, remove it at next major bump 15 years ago
Aurelien Jacobs 74dc70c425 bump minor avcodec version for libxvid codec id change (r22489) 15 years ago
Stefano Sabatini 89fb9ae9e6 Make the scale filter pass the pkt.pos information to the output 15 years ago
Stefano Sabatini 8955a324f4 Bump libavfilter minor version and add APIchanges entry after the 15 years ago
Stefano Sabatini bb4095133f Make ffplay pass the packet.pos information to the filterchain, get it 15 years ago
Stefano Sabatini 5bb5c1dc86 Add AVFilterPicRef.pos field and make libavfilter propagate stream 15 years ago
Stefano Sabatini ec7ab610d5 Extend the slice filter to make it issue slice height values randomly 15 years ago
David Conrad 14268254c8 vp3: Split out motion vectors to their own array 15 years ago
Stefano Sabatini 99de2b593d Add APIchanges entry for the libavutil/error.h addition. 15 years ago
Stefano Sabatini dbfa5e7861 Add missing parentheses around the AVERROR_PATCHWELCOME macro 15 years ago
Stefano Sabatini 60c144f700 Move error code definitions from libavcodec/avcodec.h to 15 years ago
David Conrad 1e76a1da05 theora: Add support for 4:2:2 and 4:4:4 subsampling 15 years ago
David Conrad 1a8560423e vp3: remove unneeded error, this is internal and doesn't happen 15 years ago
David Conrad 577838842d vp3: Make fragment_width _height by plane 15 years ago
David Conrad 1c183aa418 vp3: we only need a temp MV array of size 4 15 years ago
David Conrad 703acd540e vp3: Use memset to clear the fragment array 15 years ago
David Conrad cd9c03f57f vp3: Init MVs to 0 15 years ago
David Conrad a16389c18f vp3: Simplify init_block_mapping 15 years ago
David Conrad 3477897e5a oggdec: Set packet duration for ogm streams 15 years ago
Aurelien Jacobs 6b10228a55 matroskadec: add support for SIPR audio tracks 15 years ago
Aurelien Jacobs 1ab0406db1 export rm_reorder_sipr_data() for future use by matroska demuxer 15 years ago
Aurelien Jacobs adae9fa65e export sipr_subpk_size for future use by matroska demuxer 15 years ago
Aurelien Jacobs 2325bdad7b libxvid is producing standard mpeg4 so it don't need its own codec id 15 years ago
Diego Biurrun 4f4e40085f Replace BSD-specific integer types by their POSIX equivalents. 15 years ago
Diego Biurrun 2138dc99fc Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. 15 years ago
Michael Niedermayer 2c4bc23e7a Fix guess_mv() so that it works correctly with 4x4 MV blocks. 15 years ago
Michael Niedermayer 5820b90da0 Fix indention 15 years ago
Michael Niedermayer 2ce1c2e063 Always reset slice_table. 15 years ago
Michael Niedermayer 382f3a5b6f Print skip_frames variable. 15 years ago
Ramiro Polla bb55e3a33d Document --disable-everything in configure --help. 15 years ago
Aurelien Jacobs 7a397a2e1d fix compilation with --disable-everything --enable-muxer=mpegts 15 years ago
Aurelien Jacobs 97197beb1c fix compilation with --disable-everything --enable-decoder=twinvq 15 years ago
David Conrad 81b743eb10 oggdec: Pass packets to header() until the stream is done with them 15 years ago
David Conrad 8730fad595 oggdec: Parse ogm chapters 15 years ago
David Conrad 2e5085854c oggdec: Cosmetics 15 years ago
David Conrad d8ba748359 oggdec: Read ogm metadata 15 years ago
David Conrad 533c30fced Const correctness for vorbis_comment 15 years ago