summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* AVCodec.flush()Michael Niedermayer2003-07-17
| | | | | | ff_draw_horiz_band() in coded order / cleanup Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* edge fixMichael Niedermayer2003-07-16
| | | | 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-16
| | | | | | | | 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-16
| | | | Originally committed as revision 2051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv1 fixMichael Niedermayer2003-07-15
| | | | Originally committed as revision 2047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-07-14
| | | | Originally committed as revision 2042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-07-13
| | | | 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-13
| | | | | | jpegls style golomb rice coder Originally committed as revision 2040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplerMichael Niedermayer2003-07-12
| | | | Originally committed as revision 2039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-07-12
| | | | Originally committed as revision 2038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* postprocessing supportMichael Niedermayer2003-07-10
| | | | | | fix duplicate frames bug? Originally committed as revision 2031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l (forgot to commit)Michael Niedermayer2003-07-10
| | | | Originally committed as revision 2030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix? flv escape codesMichael Niedermayer2003-07-10
| | | | 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-10
| | | | | | decoding mode Originally committed as revision 2027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv cleanup / simplifyMichael Niedermayer2003-07-10
| | | | 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-09
| | | | | | 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-09
| | | | | | | | | | 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-08
| | | | Originally committed as revision 2021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the reference sw doesnt like some legal headers ...Michael Niedermayer2003-07-07
| | | | Originally committed as revision 2020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixAlex Beregszaszi2003-07-07
| | | | Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg 2 seeking fixMichael Niedermayer2003-07-07
| | | | Originally committed as revision 2018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimized simple idct for arm by Frederic 'dilb' Boulay ↵Alex Beregszaszi2003-07-07
| | | | | | <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-06
| | | | 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-05
| | | | | | 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-05
| | | | | | with minor fix by me Originally committed as revision 2014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved frame_count to wmadeccontextAlex Beregszaszi2003-07-04
| | | | 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-04
| | | | | | common.h) Originally committed as revision 2010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unwanted second definition of CHECKED_ALLOCZAlex Beregszaszi2003-07-04
| | | | 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-04
| | | | 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-03
| | | | Originally committed as revision 2006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix last_block_index<=0 bugMichael Niedermayer2003-07-03
| | | | Originally committed as revision 2004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / cosmeticsMichael Niedermayer2003-07-02
| | | | 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-02
| | | | | | 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-29
| | | | | | 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-29
| | | | | | 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-29
| | | | Originally committed as revision 1996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CHECKED_ALLOCZ(0)Michael Niedermayer2003-06-28
| | | | Originally committed as revision 1993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 workaroundMichael Niedermayer2003-06-28
| | | | Originally committed as revision 1992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Mike Melanson2003-06-27
| | | | | | | - fix B-frame motion compensation - cleanup motion vector math and other blocks of common code Originally committed as revision 1991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix third pixel motion compensationMike Melanson2003-06-27
| | | | Originally committed as revision 1990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2x100lMichael Niedermayer2003-06-27
| | | | Originally committed as revision 1989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blinking blocks around thin vertical lines and dots bugfixMichael Niedermayer2003-06-26
| | | | Originally committed as revision 1988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)Ivan Kalvachev2003-06-23
| | | | Originally committed as revision 1985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-22
| | | | Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ↵Michael Niedermayer2003-06-21
| | | | | | dot com>) Originally committed as revision 1983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing concealment MVs predictionMichael Niedermayer2003-06-21
| | | | Originally committed as revision 1982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some warning fixesAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't step on the contextMike Melanson2003-06-20
| | | | Originally committed as revision 1976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4, not 2Mike Melanson2003-06-20
| | | | Originally committed as revision 1975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added support for B-frames and multiple slicesMike Melanson2003-06-19
| | | | Originally committed as revision 1974 to svn://svn.ffmpeg.org/ffmpeg/trunk