summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* initial XvMC supportIvan Kalvachev2003-07-266-2/+356
| | | | Originally committed as revision 2085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ati vcr2 uv swapMichael Niedermayer2003-07-261-0/+16
| | | | Originally committed as revision 2084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bits -> skip_bitsAlex Beregszaszi2003-07-251-10/+10
| | | | Originally committed as revision 2083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixesAlex Beregszaszi2003-07-252-7/+7
| | | | Originally committed as revision 2082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vcr2 cleanupMichael Niedermayer2003-07-241-5/+3
| | | | Originally committed as revision 2081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATI VCR2 decoding supportMichael Niedermayer2003-07-241-1/+50
| | | | Originally committed as revision 2079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixMichael Niedermayer2003-07-241-4/+4
| | | | Originally committed as revision 2078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATI VCR1 decoderMichael Niedermayer2003-07-244-1/+211
| | | | Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last frames & b frames encoding fixMichael Niedermayer2003-07-232-7/+21
| | | | Originally committed as revision 2075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last frame decoding fixMichael Niedermayer2003-07-232-7/+14
| | | | Originally committed as revision 2074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream changes to match JM7.2Michael Niedermayer2003-07-231-45/+36
| | | | Originally committed as revision 2073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default for slices is display order againMichael Niedermayer2003-07-204-14/+39
| | | | | | | optional support for field slices & slices in coded order and single component slices for svq1 (unfinished) Originally committed as revision 2066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 b frame slices fixMichael Niedermayer2003-07-181-1/+1
| | | | Originally committed as revision 2065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVCodec.flush()Michael Niedermayer2003-07-178-57/+52
| | | | | | ff_draw_horiz_band() in coded order / cleanup Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* edge fixMichael Niedermayer2003-07-161-7/+2
| | | | Originally committed as revision 2053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they ↵Michael Niedermayer2003-07-162-4/+6
| | | | | | | | arent buggy) note, encoding wasnt affected by that Originally committed as revision 2052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix qmin==qmax==1 && msmpeg4 && intra bugMichael Niedermayer2003-07-161-3/+6
| | | | Originally committed as revision 2051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv1 fixMichael Niedermayer2003-07-151-1/+6
| | | | Originally committed as revision 2047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-07-141-2/+2
| | | | Originally committed as revision 2042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-07-131-2/+3
| | | | Originally committed as revision 2041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)Michael Niedermayer2003-07-132-18/+85
| | | | | | jpegls style golomb rice coder Originally committed as revision 2040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplerMichael Niedermayer2003-07-121-3/+1
| | | | Originally committed as revision 2039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-07-121-213/+238
| | | | Originally committed as revision 2038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* postprocessing supportMichael Niedermayer2003-07-101-10/+40
| | | | | | fix duplicate frames bug? Originally committed as revision 2031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l (forgot to commit)Michael Niedermayer2003-07-101-0/+2
| | | | Originally committed as revision 2030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix? flv escape codesMichael Niedermayer2003-07-101-2/+2
| | | | Originally committed as revision 2029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added the official VP3 IDCT (C implementation) as well as a grayscaleMike Melanson2003-07-101-41/+322
| | | | | | decoding mode Originally committed as revision 2027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv cleanup / simplifyMichael Niedermayer2003-07-103-86/+31
| | | | Originally committed as revision 2026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-098-28/+339
| | | | | | com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-097-213/+189
| | | | | | | | | | PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless code around 2) make the PPC perf stuff a configure option 3) make put_pixels16_altivec a bit faster by unrolling the loop by 4 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 2022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* few more error checksMichael Niedermayer2003-07-081-4/+9
| | | | Originally committed as revision 2021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the reference sw doesnt like some legal headers ...Michael Niedermayer2003-07-071-4/+6
| | | | Originally committed as revision 2020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixAlex Beregszaszi2003-07-071-1/+1
| | | | Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg 2 seeking fixMichael Niedermayer2003-07-071-0/+3
| | | | Originally committed as revision 2018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimized simple idct for arm by Frederic 'dilb' Boulay ↵Alex Beregszaszi2003-07-074-6/+508
| | | | | | <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change Originally committed as revision 2017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_FLAG_LOW_DELAY fixMichael Niedermayer2003-07-062-1/+4
| | | | Originally committed as revision 2016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge U and V statistics, 33% reduction in memory requirement, compression ↵Michael Niedermayer2003-07-051-4/+4
| | | | | | rate better for some files worse for others, worst compression rate loss 0.05% Originally committed as revision 2015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)Michael Niedermayer2003-07-051-0/+3
| | | | | | with minor fix by me Originally committed as revision 2014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved frame_count to wmadeccontextAlex Beregszaszi2003-07-041-4/+10
| | | | Originally committed as revision 2011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformization (now it uses the same trace functions as h264, defined in ↵Alex Beregszaszi2003-07-041-79/+30
| | | | | | common.h) Originally committed as revision 2010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unwanted second definition of CHECKED_ALLOCZAlex Beregszaszi2003-07-041-10/+0
| | | | Originally committed as revision 2009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-07-045-43/+85
| | | | Originally committed as revision 2008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)Ivan Kalvachev2003-07-031-0/+34
| | | | Originally committed as revision 2006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix last_block_index<=0 bugMichael Niedermayer2003-07-031-2/+4
| | | | Originally committed as revision 2004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / cosmeticsMichael Niedermayer2003-07-021-26/+22
| | | | Originally committed as revision 2001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 20% less memory needed for 8bit AC state (worst compression rate loss was ↵Michael Niedermayer2003-07-021-47/+68
| | | | | | 0.2%, all other files had <=0.1% loss) Originally committed as revision 2000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved the tables into header files (and applied the 'static' patch). Nick: ↵Alex Beregszaszi2003-06-294-2585/+2631
| | | | | | why do you like mergeing tables and code into one file, so making it unusable big? Originally committed as revision 1999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer2003-06-293-7/+73
| | | | | | irisa dot fr>) Originally committed as revision 1997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar2003-06-291-1/+2
| | | | Originally committed as revision 1996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CHECKED_ALLOCZ(0)Michael Niedermayer2003-06-281-1/+1
| | | | Originally committed as revision 1993 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud