8878 Commits (ca6940f871c2b8fdd056407f7928659d42c6d1b0)
 

Author SHA1 Message Date
Ronald S. Bultje 167c553176 Close connection on EOF 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Ronald S. Bultje a3fd2bd87d make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). 18 years ago
Baptiste Coudurier 92d6b7fda2 imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder 18 years ago
Baptiste Coudurier 895c2c005e add bytestream_get/put_be24 functions 18 years ago
Baptiste Coudurier 626b7c0f1a add R/WB24 functions 18 years ago
Baptiste Coudurier 5a6b9443ed dummy support for mpeg2 non linear quant 18 years ago
Baptiste Coudurier 36264d3586 add pcm s8 tag 18 years ago
Baptiste Coudurier 10fc840c52 fix pcm u/s8 muxing 18 years ago
Baptiste Coudurier 2260499caf deobfuscate, clearly split mov case 18 years ago
Michael Niedermayer 56c70e1d3a check for no frame and prevent segfault 18 years ago
Michael Niedermayer 6cb8b1c364 try to move fixed mov.c over the one with cosmetic-functional mix 18 years ago
Michael Niedermayer 0355ca6100 recommit of the change below after reverting earlier cosmetic-functional mix 18 years ago
Michael Niedermayer a3a7f6c9d1 cosmetic part of the commit below 18 years ago
Michael Niedermayer aaf805f67d functional part of the commit below 18 years ago
Panagiotis Issaris a050f80234 Correct wrong avformat documentation. 18 years ago
Baptiste Coudurier 1e5f5e3b7a use common tables for mov muxer and demuxer 18 years ago
Baptiste Coudurier 25f5f17fbd cosmetics, cleanup tables, add pcm 24/32 le tags 18 years ago
Baptiste Coudurier b0c59da234 partial avid meridien uncompressed support 18 years ago
Panagiotis Issaris 3217cb424c Move the libavformat public API comments to avformat.h. The comments are 18 years ago
Benjamin Larsson e9509536a9 Set FLV_SAMPLESSIZE_16BIT for ADPCM. 18 years ago
Patrice Bensoussan 43a498f205 Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. 18 years ago
Diego Biurrun 4926485d92 Clarify that this decoder uses liba52. 18 years ago
Patrice Bensoussan 0aca87c6fc Do not hardcode cc on Darwin, fixing --cc option in the process. 18 years ago
Michael Niedermayer 66a4b2c179 support feeding individual NAL units to the decoder instead of just complete frames 18 years ago
Måns Rullgård 700b971156 write DTS, based on patch by Luca Abeni, lucabe72 email it 18 years ago
Michael Niedermayer dd9bdeb9f3 a small step toward 4 plane support 18 years ago
Michael Niedermayer 0c84001325 copy src to prevent the user supplied argumet from being changed 18 years ago
Ryan Martell b09b580b4d Fix A/V sync error in ffplay with wmv3/wmav2 medias 18 years ago
Kristian Amlie 0cbff0275b replace the auto array "duration_error" with a malloced array. 18 years ago
Baptiste Coudurier 57d4d6e733 avid imx support 18 years ago
Baptiste Coudurier 9a63497b0f support for mjpeg bottom field first in mov 18 years ago
Baptiste Coudurier 014a510282 use generic atom to extradata reading function 18 years ago
Baptiste Coudurier 2f6547fb44 fix typo 18 years ago
Baptiste Coudurier dd8a46d9df support for adpcm swf, pcm 18 years ago
Diego Biurrun 01d193aaec Relicense to LGPL and add standard license header. 18 years ago
Diego Biurrun 82ffe1919a Improve Doxygen documentation, inspired by Michael's description. 18 years ago
Baptiste Coudurier 387afa9d01 fix adpcm swf decoding 18 years ago
Luca Barbato 4906b0267a Typo 18 years ago
Luca Barbato 97cda6b944 Many steps to avutilized this mess: DECLARE_ALIGNED 18 years ago
Diego Biurrun 5c159f4061 wording/spelling 18 years ago
Baptiste Coudurier c4732eca7f update 18 years ago
Aurelien Jacobs 3c58dc0b3c don't rely on a specific appearance order for ebml elements at the same level 18 years ago
Aurelien Jacobs 0cc5ea2e95 add support for simple blocks (ie. matroska v2) 18 years ago
Aurelien Jacobs de7779b5fd cosmetics: fix indentation of the new matroska_parse_block() function 18 years ago
Aurelien Jacobs 1afdcdf1fc split a matroska_parse_block() function from matroska_parse_blockgroup() 18 years ago
Aurelien Jacobs ebfcf31ddf fix an off-by-one error in probing function 18 years ago
Reimar Döffinger 9340a99588 Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr 18 years ago
Baptiste Coudurier 3922c59fc4 don't parse whole swf file in header, can now play ffserver swf streams 18 years ago
Baptiste Coudurier 024c7378c3 factorize 18 years ago