summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 ↵Michael Niedermayer2006-11-16
| | | | | | downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...) Originally committed as revision 20961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove stray newline.Diego Biurrun2006-11-16
| | | | Originally committed as revision 20959 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 10l forgot (skip non keyframes after seeking between syncpoint and the first ↵Michael Niedermayer2006-11-16
| | | | | | keyframe) Originally committed as revision 7103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken decoder locking codeMichael Niedermayer2006-11-16
| | | | | | seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should Originally committed as revision 7102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check max_pts_distanceMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip non keyframes after seeking between syncpoint and the first keyframeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
| | | | Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused codeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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