summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove duplicate code, patch by Ryan Martell rdm4 A martellventures P comRyan Martell2006-11-16
| | | | | | | | Original thread: Date: 11/15/2006 05:15 PM Subject: [Ffmpeg-devel] [PATCH] rtsp.c minor cleanup Originally committed as revision 7095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update to libnut API, non-negative errorsOded Shimon2006-11-16
| | | | Originally committed as revision 7094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make option field constBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set CONFIG_OS2 using new methodMåns Rullgård2006-11-15
| | | | Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc always #defines __MINGW32__ on mingw targetsMåns Rullgård2006-11-15
| | | | Originally committed as revision 7091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I suppose I can add myself, at least for my vorbis encoder...Oded Shimon2006-11-15
| | | | Originally committed as revision 7090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-15
| | | | | | make pickyness of the decoder user selectable through error_resilience param like for video decoders Originally committed as revision 7089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add movenc.c maintainersBaptiste Coudurier2006-11-15
| | | | Originally committed as revision 7088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, don't free the streamsOded Shimon2006-11-15
| | | | Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also remove cws2fws on clean.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not build output_example and qt-faststart by default.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate *.lib from rm command.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ifneq MINGW condition around man page uninstallation. We don't doDiego Biurrun2006-11-15
| | | | | | | OS-dependent conditions in Makefiles anymore and I doubt this is correct. If it turns out to be a problem it can easily be fixed. Originally committed as revision 7083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BeOS extralibs handling into configure.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW compilation fix, inet_aton and #includes depend on networking support.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove tar target, it's hardly useful.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set status variables automatically in check_header and check_funcMåns Rullgård2006-11-15
| | | | Originally committed as revision 7079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-14
| | | | Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve broken shell detection, and give a better error messageMåns Rullgård2006-11-14
| | | | Originally committed as revision 7077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for frames with 2*size > max_dist and no crcMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resync from last syncpointMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove skip spamMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making decoding more error robustMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move commentMåns Rullgård2006-11-14
| | | | Originally committed as revision 7072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BeOS-specific code into os_support.c.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset internal buffer during seekingMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more checks and error messagesMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove workaround for missing inttypes.hMåns Rullgård2006-11-14
| | | | Originally committed as revision 7068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed rgba32_to routines to support both alpha and non-alpha formats (see ↵Alex Beregszaszi2006-11-14
| | | | | | r7066 too) Originally committed as revision 7067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed rgba32_to routines to support both alpha and non-alpha formatsAlex Beregszaszi2006-11-14
| | | | Originally committed as revision 7066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possible overflows. Found by Steven JohnsonAlex Beregszaszi2006-11-14
| | | | Originally committed as revision 7065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as maintainer for the imc* files.Benjamin Larsson2006-11-14
| | | | Originally committed as revision 7064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove log2() usage.Benjamin Larsson2006-11-14
| | | | Originally committed as revision 7063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, add cache_syncpointsOded Shimon2006-11-14
| | | | Originally committed as revision 7062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* call AVCodec.flush() for audio tooMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 422P@HL I-only universal labelBaptiste Coudurier2006-11-14
| | | | Originally committed as revision 7060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common macro PUT_UTF8 in asf.cZuxy Meng2006-11-14
| | | | | | | | Patch by Zuxy Meng, % zuxy P meng A gmail P com % date: Nov 5, 2006 9:56 AM subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement Originally committed as revision 7059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking with indexMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* index less seeking in O(log n) timeMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AMR support instructions into the documentation.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty section.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update list of supported codecs.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.5lMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-14
| | | | Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inet_aton in configureMåns Rullgård2006-11-14
| | | | Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-11-14
| | | | Originally committed as revision 7048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-14
| | | | Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2006-11-14
| | | | Originally committed as revision 7046 to svn://svn.ffmpeg.org/ffmpeg/trunk