summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-18
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-17
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-16
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-16
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-16
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
* typo fixesDiego Biurrun2008-03-15
* useless nullBaptiste Coudurier2008-03-14
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-14
* typo fixesDiego Biurrun2008-03-12
* add out of bound stream index checksAurelien Jacobs2008-03-10
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-10
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-10
* misc spelling fixesDiego Biurrun2008-03-10
* cosmetics: remove some empty linesAurelien Jacobs2008-03-10
* remove useless and misleading commentsAurelien Jacobs2008-03-10
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-09
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-09
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-09
* Typo + grammarRamiro Polla2008-03-08
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-08
* Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla2008-03-08
* Include windows.h instead of trying to redeclare SleepRamiro Polla2008-03-08
* Put network-related code under #ifdefRamiro Polla2008-03-08
* Group network-related code togetherRamiro Polla2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* __stdcall -> WINAPIRamiro Polla2008-03-07
* simplify library version handlingMåns Rullgård2008-03-07
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* do not reset duration_error for all streams, only reset current stream, fix w...Baptiste Coudurier2008-03-06
* support AVDISCARD_ALLBaptiste Coudurier2008-03-06
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-06
* simplifyMichael Niedermayer2008-03-06
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-05
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-05
* Subtitle support. (untested)Michael Niedermayer2008-03-05
* set block align for mace3/6Baptiste Coudurier2008-03-05
* correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier2008-03-05
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-04
* include required headers for int64_t and AV_RB16()Aurelien Jacobs2008-03-03
* avi.h does not use anything from avcodec.h.Aurelien Jacobs2008-03-03
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-03
* Use block_align as the avi spec says.Michael Niedermayer2008-03-03
* Print slightly more useful info.Michael Niedermayer2008-03-03
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-02
* factorizeMichael Niedermayer2008-03-02
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-02
* Store aspect ratio in avis.Michael Niedermayer2008-03-02
* fix wc3movie demuxer to conform to the PTS APIMike Melanson2008-03-01