summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-091-0/+1
| | | | Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo + grammarRamiro Polla2008-03-081-1/+1
| | | | Originally committed as revision 12385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-082-1/+8
| | | | | | set by rtbufsize option. Originally committed as revision 12383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla2008-03-081-0/+1
| | | | | | rarely-used header files. Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include windows.h instead of trying to redeclare SleepRamiro Polla2008-03-081-2/+1
| | | | | | | os_support.h used to be included in all lavf files, and including windows.h here caused a significant slowdown. Originally committed as revision 12377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put network-related code under #ifdefRamiro Polla2008-03-081-0/+2
| | | | Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group network-related code togetherRamiro Polla2008-03-081-4/+4
| | | | Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-4/+3
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __stdcall -> WINAPIRamiro Polla2008-03-071-1/+1
| | | | | | | Windows x64 has no __stdcall. It is not yet supported, but someday it might... Originally committed as revision 12363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-077-1/+100
| | | | | | of matroska and nut. Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-5/+2
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not reset duration_error for all streams, only reset current stream, fix ↵Baptiste Coudurier2008-03-061-1/+1
| | | | | | wrong_fps.gxf Originally committed as revision 12353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support AVDISCARD_ALLBaptiste Coudurier2008-03-061-0/+3
| | | | Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-061-1/+2
| | | | | | fixes issue358 Originally committed as revision 12347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-03-061-2/+2
| | | | Originally committed as revision 12346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-051-0/+1
| | | | | | Björn Axelsson, bjorn.axelsson intinor se Originally committed as revision 12338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-051-0/+3
| | | | Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Subtitle support. (untested)Michael Niedermayer2008-03-054-2/+12
| | | | Originally committed as revision 12330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block align for mace3/6Baptiste Coudurier2008-03-051-0/+4
| | | | Originally committed as revision 12328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier2008-03-051-1/+2
| | | | Originally committed as revision 12327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-041-0/+4
| | | | | | Fixes decoding of vdr-radio.vdr. (issue198) Originally committed as revision 12310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include required headers for int64_t and AV_RB16()Aurelien Jacobs2008-03-031-0/+3
| | | | Originally committed as revision 12306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avi.h does not use anything from avcodec.h.Aurelien Jacobs2008-03-031-2/+0
| | | | Originally committed as revision 12305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-031-5/+2
| | | | Originally committed as revision 12297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use block_align as the avi spec says.Michael Niedermayer2008-03-031-1/+3
| | | | | | fix issue274 Originally committed as revision 12296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print slightly more useful info.Michael Niedermayer2008-03-031-2/+2
| | | | Originally committed as revision 12295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-021-1/+1
| | | | Originally committed as revision 12294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2008-03-021-6/+3
| | | | Originally committed as revision 12293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-022-3/+6
| | | | Originally committed as revision 12292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store aspect ratio in avis.Michael Niedermayer2008-03-021-0/+32
| | | | Originally committed as revision 12290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix wc3movie demuxer to conform to the PTS APIMike Melanson2008-03-011-4/+4
| | | | Originally committed as revision 12283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the id CIN demuxer by using the pts API correctlyMike Melanson2008-03-011-4/+4
| | | | Originally committed as revision 12281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplification proposed by RichAurelien Jacobs2008-03-011-1/+2
| | | | Originally committed as revision 12280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add cdvcMichael Niedermayer2008-02-291-0/+1
| | | | | | (from a patch by Dmitry Vassiliev // slydiman mail ru) Originally committed as revision 12279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier2008-02-281-1/+3
| | | | Originally committed as revision 12272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-271-0/+3
| | | | Originally committed as revision 12266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier2008-02-271-0/+1
| | | | Originally committed as revision 12265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free in case of multiple type == 2Baptiste Coudurier2008-02-271-0/+1
| | | | Originally committed as revision 12263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if malloc failsBaptiste Coudurier2008-02-271-0/+2
| | | | Originally committed as revision 12262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix possible overflow with memmoveBaptiste Coudurier2008-02-271-1/+1
| | | | Originally committed as revision 12261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes really sure that no undefined behavior can happenAurelien Jacobs2008-02-271-1/+1
| | | | Originally committed as revision 12258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid infinite loop.Aurelien Jacobs2008-02-261-1/+1
| | | | | | uint64_t >> 64 is an undefined operation Originally committed as revision 12253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
| | | | Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support keyframes indexes starting at 0, broken files created by omneon, fix ↵Baptiste Coudurier2008-02-261-1/+2
| | | | | | ref.mov seeking Originally committed as revision 12242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.movBaptiste Coudurier2008-02-261-6/+97
| | | | Originally committed as revision 12241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless bracesBaptiste Coudurier2008-02-261-2/+1
| | | | Originally committed as revision 12232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-261-19/+19
| | | | Originally committed as revision 12231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-261-1/+1
| | | | Originally committed as revision 12230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-261-21/+24
| | | | Originally committed as revision 12229 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud