summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ...Baptiste Coudurier2008-03-20
* cosmetics, move case upBaptiste Coudurier2008-03-20
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-20
* free track data asapBaptiste Coudurier2008-03-20
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-20
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-20
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-20
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-19
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-19
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-19
* 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