36643 Commits (2ed008204d5467be03a0a3af1e293b2f7038d0a0)
 

Author SHA1 Message Date
Diego Biurrun 56dea32f09 doc: developer: Fix wording in "naming conventions" section 12 years ago
Diego Biurrun 69dca3a4f4 openbsd: Add minor number to shared library install name 12 years ago
Diego Biurrun 304b806cb5 build: Make library minor version visible in the Makefile 12 years ago
Daniel Kang b3f2a3fe3f x86: mpeg4qpel: Make movsxifnidn do the right thing 12 years ago
Martin Storsjö 4c51fe48ba h264: Copy h264chroma dsp context to slice thread copies 12 years ago
Martin Storsjö d192ac3e03 swscale: Disallow conversion to GBRP16 12 years ago
Diego Biurrun 62a43d30cc crc: Move static data table from header to .c file 12 years ago
Diego Biurrun 6fb296e97e avcodec/rectangle: Remove nonsense assert 12 years ago
Derek Buitenhuis 375ef6528c libfdk-aacenc: Actually check for upper bounds of cutoff 12 years ago
Martin Storsjö ab8f1a6989 arm: Fall back to runtime cpu feature detection via /proc/cpuinfo 12 years ago
Diego Biurrun d46d87d1d3 sparc: dsputil_vis: Fix silly variable name search and replace typo 12 years ago
Michael Niedermayer 813784a8bf sws: disable yuv2rgb warning for planar rgb. 12 years ago
Michael Niedermayer 7b41c24c5f sws: dont enable chrSrcHSubSample for planar RGB 12 years ago
Michael Niedermayer e58013dd8f sws: use planarRgbToRgbWrapper only for 8bit per component 12 years ago
Michael Niedermayer d6d5ef5534 sws: GBRP9, GBRP10, and GBRP16 output support 12 years ago
Anton Khirnov 81726a4f0b FATE: add tests for additional flavors of asf cover art 12 years ago
Anton Khirnov 1ef0e8a6bf asfdec: do not assume every AVStream has a corresponding ASFStream 12 years ago
Vladimir Pantelic f5fac6f777 asfdec: support reading ID3v2 tags in ASF files 12 years ago
Vladimir Pantelic db0a943266 avplay: apply the stream sample_aspect_ratio to decoded video frames 12 years ago
Vladimir Pantelic 84b721db36 asfdec: also read Metadata Library Object 12 years ago
Vladimir Pantelic 61f9ad2dfc asfdec: read the full Metadata Object, not just aspect ratio information 12 years ago
Vladimir Pantelic 36fab50e90 asfdec: silence a warning 12 years ago
Diego Biurrun 8658e1c682 mss4, ra288: Remove unused DSPContext local codec context members 12 years ago
Diego Biurrun 5d3d39c72e dsputil: Move fdct function declarations to dct.h 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Diego Biurrun 059866eb17 dsputil: Move WRAPPER8_16_SQ macro to the only place it is used 12 years ago
Diego Biurrun bf6b3ec924 dsputil: Move rnd_avg inline functions to a separate header 12 years ago
Diego Biurrun b9c2408b19 dsputil: Remove commented-out, unused function declarations 12 years ago
Diego Biurrun 35685a3c2a dsputil: Move ff_shrink* function declarations to separate header 12 years ago
Diego Biurrun 75d5156ac1 dsputil: Move ff_svq3 function declarations to a separate header 12 years ago
Diego Biurrun 6a44304074 dsputil: Move ff_h264_idct function declarations to a separate header 12 years ago
Diego Biurrun b9ba5253dd dsputil: Move copy_block functions to a separate header 12 years ago
Diego Biurrun 9e31729d69 dsputil: Drop unused functions copy_block{2|4|16} 12 years ago
Mans Rullgard b9ee5f2cab indeo3: replace use of copy_block4 with put_pixels 12 years ago
Mans Rullgard ed62e6e3c3 mjpegdec: use put_pixels instead of copy_block8 12 years ago
Diego Biurrun b5b7b75e91 dsputil: Move get_penalty_factor() to the only place it is used. 12 years ago
Diego Biurrun 0b016eb99d dsputil: Move ff_block_permute to mpegvideo_enc 12 years ago
Daniel Kang a1d3673034 dsputil: x86: Fix compile error 12 years ago
Daniel Kang 659d4ba5af dsputil: x86: Convert h263 loop filter to yasm 12 years ago
Anton Khirnov 12b54a1f39 mpegvideo: remove an unused function parameter 12 years ago
Anton Khirnov 605b047bcc rv10: improve buffer size check. 12 years ago
Anton Khirnov c5fcdb4402 error_resilience: remove a useless if() and FIXME 12 years ago
Anton Khirnov 9782c778a2 h264: remove silly macros 12 years ago
Anton Khirnov ca1fe6c0e6 h263: remove an unused parameter from ff_h263_decode_init_vlc 12 years ago
Tim Walker 9d083d6417 flac: add channel layout masks for streams with 7 or 8 channels. 12 years ago
Tim Walker 41244e13d5 flac: don't check the number of channels before setting the channel layout. 12 years ago
Martin Storsjö a846dccb29 h264chroma: x86: Fix building with yasm disabled 12 years ago
Diego Biurrun 82bd04b170 rv34: Drop now unnecessary dsputil dependencies 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Anton Khirnov 293065bdb5 mpegvideo: initialize dummy reference frames. 12 years ago