3168 Commits (61aedb0f566d71a193abcb175ec9785ffb8b5736)

Author SHA1 Message Date
Baptiste Coudurier 61aedb0f56 mp4 fragments support 17 years ago
Michael Niedermayer 67e2102042 Document a few url_* functions. 17 years ago
Baptiste Coudurier 117a9190cd cosmetics, split or move too long lines 17 years ago
Baptiste Coudurier db3ee6cc96 simplify, and only stop parsing when non streamable 17 years ago
Baptiste Coudurier 19d02551d7 remove ms audio tags from table, they will be chosen or detected with riff table 17 years ago
Baptiste Coudurier bb787a93dd atoms are not mp4 only, and yes probe is sufficient 17 years ago
Baptiste Coudurier 9c55b7725b update description 17 years ago
Baptiste Coudurier 3efe8848fc return ENOMEM 17 years ago
Baptiste Coudurier 2922cbdb14 cannot free AVStream like this, and return ENOMEM 17 years ago
Baptiste Coudurier e3c4740fd4 indentation 17 years ago
Baptiste Coudurier 721da10aeb fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it 17 years ago
Baptiste Coudurier 7b0f4c9aaa cosmetics, move case up 17 years ago
Michael Niedermayer b7c407449b One non functional AVPalette chunk less, one heap overflow less. 17 years ago
Baptiste Coudurier eb61405a07 remove useless debug print since now mov_build_index will do 17 years ago
Baptiste Coudurier f9900374ec free track data asap 17 years ago
Baptiste Coudurier 1e77810d3b move mov_build_index before mov_read_trak to avoid useless declaration 17 years ago
Baptiste Coudurier bd991df2a7 move specific end treatment when trak is detected, will be needed for fragments 17 years ago
Pascal Massimino c04c52d3a8 Additional checks for strange num_val in FLV metadata 17 years ago
Ronald S. Bultje 7e6ca34f27 Reindent after rtsp-alternate-protocol* patches. 17 years ago
Ronald S. Bultje 8792f52a9b Change protocol_mask into protocol, since we always just try a single one per 17 years ago
Ronald S. Bultje 8a8754d80f Allow cycling between different protocols (TCP, UDP or multicast) so that if 17 years ago
Ramiro Polla 0f3444e17c MSN TCP Webcam stream demuxer. 17 years ago
Ronald S. Bultje 53620bba51 Split the SETUP request into a separate function, as a prelude into allowing 17 years ago
Baptiste Coudurier 8c2a207019 just skip klv packet, when no corresponding stream is found 17 years ago
Baptiste Coudurier 23f0861715 simplify, flags is 24bits according to specs 17 years ago
Baptiste Coudurier 558ce5c490 fucked up alphabetical order again, sorry 17 years ago
Baptiste Coudurier aa9f4208b6 ipod/iphone compatible mp4 muxer 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Baptiste Coudurier 4e9b8211b0 useless null 17 years ago
Baptiste Coudurier 82213f68ba remove useless img_write_trailer func 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Aurelien Jacobs 074ac3c2d0 add out of bound stream index checks 17 years ago
Aurelien Jacobs 6ed4eec550 add a temporary variable to simplify the code 17 years ago
Björn Axelsson 5acef35f57 Add AVClass to URLContext at next major version bump 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Aurelien Jacobs b847847a0c cosmetics: remove some empty lines 17 years ago
Aurelien Jacobs 01ccf45b92 remove useless and misleading comments 17 years ago
Aurelien Jacobs 36b0782e71 consistent use of MKTAG() in the codec_bmp_tags table 17 years ago
Aurelien Jacobs ab0b2e559a cosmetics: alignment of the codec_bmp_tags table 17 years ago
Mike Melanson d98878f423 recognize the CLJR FourCC (Cirrus Logic AccuPak) 17 years ago
Ramiro Polla ffa71b2bbb Typo + grammar 17 years ago
Ramiro Polla ab8ab30c3d Introduce max_picture_buffer variable in AVFormatContext, 17 years ago
Ramiro Polla 54b6249681 Define WIN32_LEAN_AND_MEAN before including windows.h to exclude 17 years ago
Ramiro Polla a06ba2a18d Include windows.h instead of trying to redeclare Sleep 17 years ago
Ramiro Polla 409e1d71ea Put network-related code under #ifdef 17 years ago
Ramiro Polla 591cf1170b Group network-related code together 17 years ago
Diego Biurrun 9b25f4a65f cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
Ramiro Polla 5dea940937 __stdcall -> WINAPI 17 years ago
Måns Rullgård 0e32c8c65a simplify library version handling 17 years ago
Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 17 years ago