summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-19
| | | | Originally committed as revision 10143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change imprecise "Unknown codec" message to say "encoder" or "decoder"Reimar Döffinger2007-08-19
| | | | | | instead of "codec" Originally committed as revision 10142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small simplificationDiego Biurrun2007-08-18
| | | | Originally committed as revision 10141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not butcher start_time in av_estimate_timings_from_bit_rate().Neil Brown2007-08-18
| | | | | | from a patch by neilb suse de Originally committed as revision 10140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When looking for the last packet in eachNeil Brown2007-08-18
| | | | | | | | | | stream, so as to calculate the duration, don't stop as soon as all streams have seen at least one packet. Otherwise the duration will be shorter than it should be. We must keep reading to the end-of-file. patch by neilb suse de Originally committed as revision 10139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There is no guarantee that every stream willNeil Brown2007-08-18
| | | | | | | | | have a start_time found (though it is likely), so check that the start_time is defined before calculating a duration. (patch by neilb suse de) Originally committed as revision 10138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix cur_dts at the end of av_estimate_timings_from_pts()Michael Niedermayer2007-08-18
| | | | Originally committed as revision 10137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more verbose doxy for duration (from patch by neilb suse de)Neil Brown2007-08-18
| | | | Originally committed as revision 10136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown2007-08-18
| | | | Originally committed as revision 10135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow pipe: URL to take fd number as inputVincent Fourmond2007-08-17
| | | | | | Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr] Originally committed as revision 10134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent for next commitVincent Fourmond2007-08-17
| | | | | | Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr] Originally committed as revision 10133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable MinGW networking supportRamiro Polla2007-08-17
| | | | Originally committed as revision 10132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording cosmeticsDiego Biurrun2007-08-17
| | | | Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store asf streaming bitrates consistentlyBjörn Axelsson2007-08-17
| | | | | | patch by Björn Axelsson: [bjorn axelsson intinor se] Originally committed as revision 10130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set UDP receive buffer to 64kRamiro Polla2007-08-16
| | | | Originally committed as revision 10129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentationAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs2007-08-16
| | | | | | closes Issue95 Originally committed as revision 10127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need for special case default_duration for AACAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate default_duration according to framerate only when not already setAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* obfuscate urls and fix note about themBen Littler2007-08-16
| | | | Originally committed as revision 10124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix url typo pointed out by Guillaume LECERFBen Littler2007-08-16
| | | | Originally committed as revision 10123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer2007-08-16
| | | | | | | enough, not that the clearer NEVER comment in AVFormatContext.start_time stoped people from posting stupid patches Originally committed as revision 10122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_7REGS -> HAVE_7REGSRamiro Polla2007-08-15
| | | | Originally committed as revision 10121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document the email interfaceMichael Niedermayer2007-08-15
| | | | Originally committed as revision 10120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the Golomb decoder work for DiracMarco Gerards2007-08-15
| | | | Originally committed as revision 10119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Statements like a = b = c = d = e; store from right-to-left, so ifAlexander Strange2007-08-14
| | | | | | | | | | | you write them in the right order it comes out backwards. This removes them from fill_rectangle(). patch by Alexander Strange %astrange A ithinksw P com% Original thread: Date: Aug 14, 2007 5:36 AM Subject: [FFmpeg-devel] [PATCH] two small h264 optimizations Originally committed as revision 10118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try size 640x480 for FLC files which don't specify their size.Aurelien Jacobs2007-08-14
| | | | | | | This is a ugly hack to fix playback of specular.flc. closes issue71 Originally committed as revision 10117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename parse_arg_file function to opt_input_file for consistency.Stefano Sabatini2007-08-14
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation fixDiego Biurrun2007-08-14
| | | | Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-14
| | | | | | this should fix seeking over the first riff chunk in odml Originally committed as revision 10114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-14
| | | | Originally committed as revision 10113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-13
| | | | | | | bare command line parameters. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla2007-08-13
| | | | Originally committed as revision 10111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce AVERROR_PATCHWELCOMERamiro Polla2007-08-13
| | | | Originally committed as revision 10110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify LGPL and GPL licensing of FFmpeg.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to better explain how to split patches into individualDiego Biurrun2007-08-13
| | | | | | self-contained pieces. Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
| | | | | | | | | Necessary for systems that don't align by default to 16 bytes, required by some SSE instructions. Requires GCC >= 4.2. Based on patch by Gaël Chardon. Originally committed as revision 10106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* special handling for vp3 idct, use the c referenceMarc Hoffman2007-08-13
| | | | Originally committed as revision 10105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream_get_le*() this also fixes a big endian bugMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver -h exit 0.Stefano Sabatini2007-08-13
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make native and libnut NUT muxers mutually exclusive.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-13
| | | | | | | Patch by David Bryant printf("david@%s.com",wv_demuxer.long_name); Thread [PATCH] handle WavPack stream version 0x410 Originally committed as revision 10101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename flag for consistency with the next commitKostya Shishkov2007-08-13
| | | | Originally committed as revision 10100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_get_bits_per_sample_format()David Conrad2007-08-13
| | | | Originally committed as revision 10099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PRId64 in seek testDavid Conrad2007-08-13
| | | | Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix type 3 aka skipped blocks for old versionMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix motion vectors for old versionMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pix_fmt properly depending on versionMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use version instead of some random 32bit value to switch between 16 andMichael Niedermayer2007-08-13
| | | | | | 32bit versions (this is more reliable, the old code failed on some files) Originally committed as revision 10094 to svn://svn.ffmpeg.org/ffmpeg/trunk