summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ↵Baptiste Coudurier2008-03-20
| | | | | | does not contain it Originally committed as revision 12520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, move case upBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
| | | | | | Fixes playback of CIMOVI01.avi. Originally committed as revision 12517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free track data asapBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-20
| | | | | | | | Avoids some "Unsupported audio codec (6)" message in FLVs, e.g. Example of such problematic bitstream is 'bad_codec6.flv' in ftp's /incoming directory. Originally committed as revision 12510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-19
| | | | Originally committed as revision 12506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-19
| | | | | | | | | | iteration in make_setup_request(), and cycling between the different protocols is now done in the calling function, therefore the need for a mask goes away. This also makes the function somewhat simpler to read. Discussed and approved in "[PATCH] RTSP alternate protocol 3/4". Originally committed as revision 12505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-19
| | | | | | | | | one doesn't work, we can try the next one (i.e. trial-error protocol auto- probing). Discussed and approved in "[PATCH] RTSP alternate protocol 2-3/3". Originally committed as revision 12504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-17
| | | | | | | | | multiple SETUPs to be send to cycle protocols rather than bailing if one fails. Discussed and approved in "[PATCH] RTSP alternate protocol 1/3". Originally committed as revision 12476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-15
| | | | Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless nullBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-12
| | | | Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add out of bound stream index checksAurelien Jacobs2008-03-10
| | | | | | fix issue379 Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-10
| | | | | | Patch by Björn Axelsson (bjorn axelsson intinor se) Originally committed as revision 12411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2008-03-10
| | | | Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove some empty linesAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless and misleading commentsAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-09
| | | | Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo + grammarRamiro Polla2008-03-08
| | | | Originally committed as revision 12385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-08
| | | | | | set by rtbufsize option. Originally committed as revision 12383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla2008-03-08
| | | | | | rarely-used header files. Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include windows.h instead of trying to redeclare SleepRamiro Polla2008-03-08
| | | | | | | os_support.h used to be included in all lavf files, and including windows.h here caused a significant slowdown. Originally committed as revision 12377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put network-related code under #ifdefRamiro Polla2008-03-08
| | | | Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group network-related code togetherRamiro Polla2008-03-08
| | | | Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __stdcall -> WINAPIRamiro Polla2008-03-07
| | | | | | | Windows x64 has no __stdcall. It is not yet supported, but someday it might... Originally committed as revision 12363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
| | | | | | of matroska and nut. Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not reset duration_error for all streams, only reset current stream, fix ↵Baptiste Coudurier2008-03-06
| | | | | | wrong_fps.gxf Originally committed as revision 12353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support AVDISCARD_ALLBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-06
| | | | | | fixes issue358 Originally committed as revision 12347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-03-06
| | | | Originally committed as revision 12346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-05
| | | | | | Björn Axelsson, bjorn.axelsson intinor se Originally committed as revision 12338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-05
| | | | Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Subtitle support. (untested)Michael Niedermayer2008-03-05
| | | | Originally committed as revision 12330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block align for mace3/6Baptiste Coudurier2008-03-05
| | | | Originally committed as revision 12328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier2008-03-05
| | | | Originally committed as revision 12327 to svn://svn.ffmpeg.org/ffmpeg/trunk