summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some help for the analyzeduration option.Víctor Paesa2007-04-06
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 8631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
| | | | | | Patch by Stefan Huehner % stefan A huehner P org % Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-03
| | | | | | | the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-04-03
| | | | Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary conditionals.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put audio (de)muxer entries in alphabetical order.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio (de)muxer dependency on OSS is handled by configure.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort list of input/output formats.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix copy and paste error in comment.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-01
| | | | Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMVAMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVRn fourccBaptiste Coudurier2007-03-31
| | | | Originally committed as revision 8572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-03-31
| | | | Originally committed as revision 8565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not return invalid pointer for non-audio or video streams.Sam Hocevar2007-03-30
| | | | | | Patch by Sam Hocevar sam+ffmpeg zoy org Originally committed as revision 8564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* argh, who commited this trashMichael Niedermayer2007-03-30
| | | | | | start must be 0 ... Originally committed as revision 8563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10^10l to the idiot who designed this format and didnt even realize what ↵Michael Niedermayer2007-03-30
| | | | | | number he used Originally committed as revision 8562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of IMAG0002.ASFMichael Niedermayer2007-03-30
| | | | Originally committed as revision 8558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* analyze end condition must match r_fps selection conditionMichael Niedermayer2007-03-30
| | | | | | fixes fps for Channel\ 4\ News_Channel\ 4_20_10_2006_19_00_01.dvr-ms Originally committed as revision 8557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe of 001.vdr-broken-6025Michael Niedermayer2007-03-29
| | | | Originally committed as revision 8550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move atom size check before parsing function searchBaptiste Coudurier2007-03-29
| | | | Originally committed as revision 8546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unset sample count to disable track when is brokenBaptiste Coudurier2007-03-29
| | | | Originally committed as revision 8545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* break if atom size is more than size left in container atom, fix shooter.movBaptiste Coudurier2007-03-29
| | | | Originally committed as revision 8544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow setting v4l2 input and video standard.Limin Wang2007-03-29
| | | | | | Patch by Limin Wang (lance.lmwang AT gmail DOT com) Originally committed as revision 8542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the vhook code to send real timestamps to the filters instead of theBobby Bingham2007-03-29
| | | | | | | | current time of day, which is useless, and which the filters could just as easily query for themselves. patch by Bobby Bingham, uhmmmm gmail com Originally committed as revision 8541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add hdv1 fourccBaptiste Coudurier2007-03-28
| | | | Originally committed as revision 8540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r8538 (set bit rate for asf format) until regression tests issue is ↵Baptiste Coudurier2007-03-28
| | | | | | stated Originally committed as revision 8539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng2007-03-28
| | | | Originally committed as revision 8538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAXMichael Niedermayer2007-03-27
| | | | | | | to detect a container fixes probing of mpeg_probe_fail.mpg Originally committed as revision 8535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add IJPG fourcc, to play m_ijpg.aviBaptiste Coudurier2007-03-26
| | | | Originally committed as revision 8530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning about vhooks statusMichael Niedermayer2007-03-26
| | | | Originally committed as revision 8529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate parser on MP3 id, fix ↵Baptiste Coudurier2007-03-25
| | | | | | [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 Originally committed as revision 8516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 idBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use MKTAGBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont fail immediately when a somehow broken track is detected, some tracks ↵Baptiste Coudurier2007-03-25
| | | | | | might be good, fix mi2_vorbis51.mp4 Originally committed as revision 8512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for V_THEORA into MatroskaAurelien Jacobs2007-03-25
| | | | | | | | Original thread: Date: Thu, 22 Mar 2007 20:23:08 -0400 Subject: [Ffmpeg-devel] [PATCH] Theora in MKV (GSoC '07 Qualification) Originally committed as revision 8507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sortBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some codec object type idsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add specifications reference commentsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for ↵François Revol2007-03-23
| | | | | | inet_aton if not found; remove barpainet.h as it's not longer needed. Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The NSV demuxer assumes that a video frame's timestamp increases by one on eachDavid Conrad2007-03-21
| | | | | | | | | | frame, but some low-bitrate NSV files omit video frames for some NSV frames, and expect the timestamp to increase by one every NSV frame. This is noticeable in 64vp3.nsv where the video runs several times faster than the audio. Fix this by unconditionally incrementing the video's timestamp with each NSV frame. patch by David Conrad, umovimus gmail com Originally committed as revision 8466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_estimate_timings_from_pts() flushes the packet queue but doesn'tWolfram Gloger2007-03-21
| | | | | | | | | | | | | | | reset the streams' cur_dts values. This can lead to a fatal "error, non monotone timestamps ..." message later, because the out-of-date cur_dts values are used to compute some packet's dts. Fix this by calling av_read_frame_flush() and eliminate code duplication in the process. The additional hunk gives more detailed error messages. patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 8465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frameBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set audio frame size based on sttsBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8462 to svn://svn.ffmpeg.org/ffmpeg/trunk