- 08 Jan, 2004 2 commits
-
-
Steven M. Schultz authored
Originally committed as revision 2680 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2679 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Nov, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2003 2 commits
-
-
Fabrice Bellard authored
Originally committed as revision 2238 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Aug, 2003 1 commit
-
-
Fabrice Bellard authored
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support Originally committed as revision 2173 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2157 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) Originally committed as revision 1690 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Feb, 2003 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Feb, 2003 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jan, 2003 1 commit
-
-
Michael Niedermayer authored
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2003 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 1474 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Dec, 2002 1 commit
-
-
Zdenek Kabelac authored
av_mallocz_static - called for every static data table av_free_static - called when ffmpeg is no longer needed and should free all static resources * simple usage shown in mpegaudiodec.c Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Nov, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Aug, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2002 1 commit
-
-
Michael Niedermayer authored
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) minor optimizations to get_vlc Originally committed as revision 725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2002 1 commit
-
-
Falk Hüffner authored
Originally committed as revision 654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jun, 2002 1 commit
-
-
Fabrice Bellard authored
fixed layer1/2 overflow if very loud sound - fixed broken free format decoding to pass all mpeg audio standard decoding tests (please avoid patching the parser without having all test streams available - contact me if necessary) Originally committed as revision 634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 May, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 604 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 557 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 553 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Apr, 2002 1 commit
-
-
Juanjo authored
- Bug fix in wav muxer for MP2 audio. - ffmpeg/libavcodec version in MPEG-4 user data. Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2002 1 commit
-
-
Juanjo authored
(and fix) stream copying. By now force_pts it's just honoured by the MPEG muxer. ASF could honour this also, but it should be fixed to use Tickers first. - MPEG audio decoder exports it's frame size in bytes. - Hope this fix the floating point exception found in ffserver. Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at> Originally committed as revision 252 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Oct, 2001 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 203 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Oct, 2001 3 commits
-
-
Zdenek Kabelac authored
Originally committed as revision 183 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 182 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 180 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Sep, 2001 1 commit
-
-
Fabrice Bellard authored
added completely new mpeg audio decoder (integer only, free format support, lsf/mpeg25 support, high/low precision support, simpler code) Originally committed as revision 117 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2001 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
-