aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* support fragments when non streamableBaptiste Coudurier2008-03-211-3/+10
* mp4 fragments supportBaptiste Coudurier2008-03-211-0/+155
* Document a few url_* functions.Michael Niedermayer2008-03-211-0/+25
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-211-6/+9
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-211-6/+1
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-211-4/+0
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-211-2/+0
* update descriptionBaptiste Coudurier2008-03-211-1/+1
* return ENOMEMBaptiste Coudurier2008-03-211-1/+1
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-211-4/+1
* indentationBaptiste Coudurier2008-03-211-4/+4
* 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