summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-091-0/+1
* Typo + grammarRamiro Polla2008-03-081-1/+1
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-082-1/+8
* Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla2008-03-081-0/+1
* Include windows.h instead of trying to redeclare SleepRamiro Polla2008-03-081-2/+1
* Put network-related code under #ifdefRamiro Polla2008-03-081-0/+2
* Group network-related code togetherRamiro Polla2008-03-081-4/+4
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-4/+3
* __stdcall -> WINAPIRamiro Polla2008-03-071-1/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-077-1/+100
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-5/+2
* do not reset duration_error for all streams, only reset current stream, fix w...Baptiste Coudurier2008-03-061-1/+1
* support AVDISCARD_ALLBaptiste Coudurier2008-03-061-0/+3
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-061-1/+2
* simplifyMichael Niedermayer2008-03-061-2/+2
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-051-0/+1
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-051-0/+3
* Subtitle support. (untested)Michael Niedermayer2008-03-054-2/+12
* set block align for mace3/6Baptiste Coudurier2008-03-051-0/+4
* correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier2008-03-051-1/+2
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-041-0/+4
* include required headers for int64_t and AV_RB16()Aurelien Jacobs2008-03-031-0/+3
* avi.h does not use anything from avcodec.h.Aurelien Jacobs2008-03-031-2/+0
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-031-5/+2
* Use block_align as the avi spec says.Michael Niedermayer2008-03-031-1/+3
* Print slightly more useful info.Michael Niedermayer2008-03-031-2/+2
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-021-1/+1
* factorizeMichael Niedermayer2008-03-021-6/+3
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-022-3/+6
* Store aspect ratio in avis.Michael Niedermayer2008-03-021-0/+32
* fix wc3movie demuxer to conform to the PTS APIMike Melanson2008-03-011-4/+4
* fix the id CIN demuxer by using the pts API correctlyMike Melanson2008-03-011-4/+4
* simplification proposed by RichAurelien Jacobs2008-03-011-1/+2
* add cdvcMichael Niedermayer2008-02-291-0/+1
* set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier2008-02-281-1/+3
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-271-0/+3
* add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier2008-02-271-0/+1
* free in case of multiple type == 2Baptiste Coudurier2008-02-271-0/+1
* return error if malloc failsBaptiste Coudurier2008-02-271-0/+2
* fix possible overflow with memmoveBaptiste Coudurier2008-02-271-1/+1
* makes really sure that no undefined behavior can happenAurelien Jacobs2008-02-271-1/+1
* Avoid infinite loop.Aurelien Jacobs2008-02-261-1/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* support keyframes indexes starting at 0, broken files created by omneon, fix ...Baptiste Coudurier2008-02-261-1/+2
* support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.movBaptiste Coudurier2008-02-261-6/+97
* remove useless bracesBaptiste Coudurier2008-02-261-2/+1
* indentationBaptiste Coudurier2008-02-261-19/+19
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-261-1/+1
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-261-21/+24
OpenPOWER on IntegriCloud