summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* according to the standard the object_type for H264 is 33, not 241Nico Sabbi2005-05-30
| | | | Originally committed as revision 4323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-05-30
| | | | | | uni-muenchen de) Originally committed as revision 4322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med ↵Michael Niedermayer2005-05-30
| | | | | | uni-muenchen de) Originally committed as revision 4321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few AV_LOG_DEBUG to AV_LOG_INFOMichael Niedermayer2005-05-29
| | | | Originally committed as revision 4315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP/RTSP and MPEG4-AAC audioRomain Degez2005-05-26
| | | | | | | | | | - preliminary support for mpeg4-aac rtp payload (no interleaving support) - use udp transport as default (makes more sense with rtp, doesn't it ?) - some code factorization, so adding support for new rtp payload will be easier (I hope ;-) patch by (Romain DEGEZ: romain degez, smartjog com) Originally committed as revision 4306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)Jacob Meuser2005-05-22
| | | | Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_find_stream_info() end check fixesMichael Niedermayer2005-05-22
| | | | | | | 10l (wrong time base) use timestamps if duration isnt available Originally committed as revision 4301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update current_sample number for non split modeMichael Niedermayer2005-05-21
| | | | | | fix chunk split decission Originally committed as revision 4296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-05-21
| | | | Originally committed as revision 4295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support non interleaved mov filesMichael Niedermayer2005-05-21
| | | | Originally committed as revision 4294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (overwriting w/h with 0)Michael Niedermayer2005-05-21
| | | | Originally committed as revision 4289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)Joakim Plate2005-05-20
| | | | Originally committed as revision 4285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't try to find file length if streamingMåns Rullgård2005-05-19
| | | | Originally committed as revision 4283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch ↵Aurelien Jacobs2005-05-19
| | | | | | from <j at v2v.cc>) Originally committed as revision 4276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs2005-05-19
| | | | | | apps instead of URLProtocol) Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roineMike Melanson2005-05-17
| | | | | | at users sf net> Originally committed as revision 4264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add VP30 fourccMåns Rullgård2005-05-16
| | | | Originally committed as revision 4247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round duration up in movMichael Niedermayer2005-05-14
| | | | Originally committed as revision 4242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change extradata format for vorbisMåns Rullgård2005-05-13
| | | | Originally committed as revision 4235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mimetypeMichael Niedermayer2005-05-13
| | | | Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check theora versionMåns Rullgård2005-05-12
| | | | Originally committed as revision 4229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (overflows)Michael Niedermayer2005-05-12
| | | | Originally committed as revision 4226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac in ogg supportMåns Rullgård2005-05-11
| | | | | | based on patch by Matthieu Castet <castet dot matthieu at free dot fr> Originally committed as revision 4220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support theora in ogg, plus required ogg core changesMåns Rullgård2005-05-11
| | | | Originally committed as revision 4217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)Jacob Meuser2005-05-09
| | | | Originally committed as revision 4208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>Diego Biurrun2005-05-09
| | | | Originally committed as revision 4207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates2005-05-08
| | | | Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.Philip Gladstone2005-05-07
| | | | | | This helps streaming no end. Originally committed as revision 4195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better r_frame_rate guessing codeMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default to YUV420P if none specified for rawvideo inputMichael Niedermayer2005-05-06
| | | | | | a few more common extensions for rawvideo detection Originally committed as revision 4192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* division by zero fixMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer container time_base for frame duration guessMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct number of bits for PTS.Wolfram Gloger2005-05-06
| | | | | | Patch by Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de> Originally committed as revision 4188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always honor the user specified frame rate if setMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add in many fields that have been added to the Codec structure. This meansPhilip Gladstone2005-05-06
| | | | | | | that ffm will now carry most of the important fields over between ffserver and ffmpeg Originally committed as revision 4184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix useless framerate messupMichael Niedermayer2005-04-26
| | | | Originally committed as revision 4167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix nonsense timestamp messMichael Niedermayer2005-04-26
| | | | Originally committed as revision 4166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix nonsens timestamp calculationMichael Niedermayer2005-04-26
| | | | Originally committed as revision 4165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds read probe to y4m, and changes the extension to .y4m patch by (Roine ↵Roine Gustafsson2005-04-26
| | | | | | Gustafsson <roine users sourceforge net) Originally committed as revision 4164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users ↵Roine Gustafsson2005-04-26
| | | | | | sourceforge net) Originally committed as revision 4163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing broken_rv20_1mb_.rmMichael Niedermayer2005-04-24
| | | | Originally committed as revision 4155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb)Roberto Togni2005-04-24
| | | | Originally committed as revision 4152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-20
| | | | Originally committed as revision 4141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing of DV5700.asfMichael Niedermayer2005-04-19
| | | | Originally committed as revision 4138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non 4:2:0 foobar.{Y,U,V} supportMichael Niedermayer2005-04-13
| | | | Originally committed as revision 4125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking bugMåns Rullgård2005-04-12
| | | | Originally committed as revision 4123 to svn://svn.ffmpeg.org/ffmpeg/trunk