aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ...Baptiste Coudurier2008-03-201-1/+12
* cosmetics, move case upBaptiste Coudurier2008-03-201-4/+3
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-201-29/+21
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-201-3/+1
* free track data asapBaptiste Coudurier2008-03-201-10/+9
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-201-109/+107
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-201-59/+60
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-201-3/+5
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-191-4/+3
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-191-7/+7
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-192-3/+26
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-184-1/+143
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-171-68/+89
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-161-2/+1
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-161-15/+12
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-161-1/+1
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-164-5/+44
* typo fixesDiego Biurrun2008-03-153-3/+3
* useless nullBaptiste Coudurier2008-03-141-1/+0
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-141-7/+2
* typo fixesDiego Biurrun2008-03-121-1/+1
* add out of bound stream index checksAurelien Jacobs2008-03-101-2/+2
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-101-4/+6
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-102-0/+22
* misc spelling fixesDiego Biurrun2008-03-102-6/+6
* cosmetics: remove some empty linesAurelien Jacobs2008-03-101-12/+0
* remove useless and misleading commentsAurelien Jacobs2008-03-101-5/+0
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-091-5/+5
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-091-136/+136
* 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