summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
...
* reverse earlier patchMike Melanson2003-08-121-4/+1
| | | | Originally committed as revision 2121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and ↵Magnus Damm2003-08-111-5/+0
| | | | | | others). Patch by Magnus Damm <damm@opensource.se> Originally committed as revision 2120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip ext header missing message for msmpeg4v2Michael Niedermayer2003-08-101-1/+2
| | | | Originally committed as revision 2118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* endian-conscious fix, courtesy of Sebastian JedruszkiewiczMike Melanson2003-08-081-1/+4
| | | | | | <elf -at- frogger.rules.pl> Originally committed as revision 2107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check input pix_fmtMichael Niedermayer2003-08-051-1/+5
| | | | Originally committed as revision 2104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / fixesMichael Niedermayer2003-08-053-4/+6
| | | | Originally committed as revision 2103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear bitstream buffers in AVCodec.flush()Michael Niedermayer2003-08-021-0/+7
| | | | Originally committed as revision 2101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2003-08-011-2/+8
| | | | Originally committed as revision 2100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the h263 decoder more error tolerantMichael Niedermayer2003-08-013-16/+23
| | | | Originally committed as revision 2099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add GNU header, remove X includes, add more check for xvmc render packetIvan Kalvachev2003-07-291-10/+33
| | | | Originally committed as revision 2097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus ↵Michael Niedermayer2003-07-291-13/+13
| | | | | | Damm <damm at opensource dot se>) Originally committed as revision 2096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>)Michael Niedermayer2003-07-291-3/+1
| | | | Originally committed as revision 2095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate distortion mb decision supportMichael Niedermayer2003-07-2910-134/+221
| | | | | | | fix decoding of old %16!=0 divx fix assertion failure in motion_est.c Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* debug stuffMichael Niedermayer2003-07-291-4/+8
| | | | Originally committed as revision 2093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using av_abort instead exitAlex Beregszaszi2003-07-281-1/+1
| | | | Originally committed as revision 2092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 410p -> 411pAlex Beregszaszi2003-07-271-4/+3
| | | | Originally committed as revision 2091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CLJR decoding supportAlex Beregszaszi2003-07-274-1/+181
| | | | Originally committed as revision 2090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make MPV_frame_start fail on get_buffer failerIvan Kalvachev2003-07-261-1/+2
| | | | Originally committed as revision 2089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile xvmc only when requestedIvan Kalvachev2003-07-261-1/+5
| | | | Originally committed as revision 2088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial XvMC supportIvan Kalvachev2003-07-261-2/+13
| | | | Originally committed as revision 2087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
OpenPOWER on IntegriCloud