- 16 Jul, 2003 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 2050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jul, 2003 7 commits
-
-
Dan Christiansen authored
Originally committed as revision 2049 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 2048 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2047 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 2046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 2045 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
François Revol authored
BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in. Originally committed as revision 2044 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning Originally committed as revision 2043 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jul, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2042 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jul, 2003 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2041 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
jpegls style golomb rice coder Originally committed as revision 2040 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jul, 2003 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2039 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2038 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2036 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
* -r now does the right thing. * frame rate and frame sizes now share same abbv. table and you can do -r ntsc as well as -s ntsc Originally committed as revision 2035 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jul, 2003 2 commits
-
-
Giancarlo Formicuccia authored
from the client. Simply ignore the unwanted/unasked streams. - Don't need to pool() for every input character! (the socket is nonblocking, so the loop is ok). - Partially resurrect compute_send_delay for avoiding udp flood. Without a similar patch, udp transmission is seriously unreliable. (note that we don't link to a specific input reference stream, it's not needed as the pts values should be coherent anyway. Also, non-monotonic pts progression is unimportant in the long term). - rtsp_cmd_pause must reset the time reference patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>) Originally committed as revision 2034 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tim Allen authored
Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jul, 2003 7 commits
-
-
Michael Niedermayer authored
Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) Originally committed as revision 2032 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fix duplicate frames bug? Originally committed as revision 2031 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2030 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2029 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Isaac Richards authored
needed to detect some files produced by pvr-250/350 capture cards. - Adds AC3 audio support to the mpegts demuxer, and makes it a little more tolerant of bad files. patch by (Isaac Richards <ijr at po dot cwru dot edu>) Originally committed as revision 2028 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
decoding mode Originally committed as revision 2027 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2026 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2003 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2025 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Garrick Meeker authored
Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
FFmpeg & evaluating performance on the PowerPC Architecture HOWTO by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 2023 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Romain Dolbeau authored
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
-
- 08 Jul, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2021 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jul, 2003 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2020 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2018 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
Optimized simple idct for arm by Frederic 'dilb' Boulay <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
-
- 06 Jul, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2016 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2003 2 commits
-
-
Michael Niedermayer authored
merge U and V statistics, 33% reduction in memory requirement, compression 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
-
Michael Niedermayer authored
with minor fix by me Originally committed as revision 2014 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jul, 2003 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2013 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2012 to svn://svn.ffmpeg.org/ffmpeg/trunk
-