1185 Commits (fc8833a1ad8b22c34918125fb880aa6071aea860)

Author SHA1 Message Date
Michael Niedermayer 8945ebb9c1 fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) 19 years ago
Michael Niedermayer 115e8ae577 support seeking in RenderAvi.avi (audio stream == single huge chunk) 19 years ago
Michael Niedermayer 8223bca50d 10l forgot to set packet_size 19 years ago
Michael Niedermayer 1894edeb74 fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi 19 years ago
Michael Niedermayer 5c89153e90 add movi_list offset into index 19 years ago
Michael Niedermayer 30a43f2d09 add size to AVIndex 19 years ago
Benjamin Larsson 26d6d03270 Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by 19 years ago
Michael Niedermayer 94d1d6c02d ODML index parsing support 19 years ago
Michael Niedermayer 9eb40bcf41 replace if by assert as it should never by true 19 years ago
Luca Abeni 24300af416 Add support for drivers that can change the capture size on VIDIOC_S_FMT 19 years ago
Flavio Pimentel Duarte 2b63c22255 Error path fix: close the video device on failure 19 years ago
Alex Beregszaszi c16601bb8e print a hint when trying V4L2 on V4L device 19 years ago
Måns Rullgård 1bd8624697 kill some warnings 19 years ago
Baptiste Coudurier b4712e3c8b CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) 19 years ago
Alex Beregszaszi 571fa53105 support correct ptses on other than version 3.2.0 aswell 19 years ago
Alex Beregszaszi fb7a2bf695 check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change 19 years ago
Baptiste Coudurier de23f234df Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) 19 years ago
Julian Scheid a7f41f91e7 The current_sample field is meant to be the sample number, not an offset into 19 years ago
Michael Niedermayer c2ca19d7f9 RMP4 ("xvid fork") decoding support 19 years ago
Baptiste Coudurier 73920f079a simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) 19 years ago
Baptiste Coudurier bd12d3e9dc add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) 19 years ago
Baptiste Coudurier 4ea28253b6 add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) 19 years ago
Luca Abeni 8cecedfbe8 ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced 19 years ago
Mike Melanson 2637670144 complete AVS playback system (from Creature Shock computer game), 19 years ago
Aurelien Jacobs 2433f24f60 add Creative 8 bits ADPCM schemes support 19 years ago
Michael Niedermayer dcadd216f1 mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartjog com) 19 years ago
Måns Rullgård 8b2121e3de move common parts of makefiles into common.mak 19 years ago
Alex Beregszaszi aa11db2f23 10l, allocate bitbuffer with regard to the padding size 19 years ago
Michael Niedermayer 3253c51f3d useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Michael Niedermayer 75b5b63179 fix demuxing of Video006.3gp 19 years ago
Baptiste Coudurier 232d8a1fba mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com> 19 years ago
Michael Niedermayer dbb4f00a2c 10l for myself 19 years ago
Baptiste Coudurier 4e5ef14f0a mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Mike Melanson 9c8d8e84e0 dosbox native ZMBV decoder, courtesy of Kostya 19 years ago
Mike Melanson 4e114829b1 complete American Laser Games MM playback system, courtesy of Peter Ross 19 years ago
Alex Beregszaszi 6df84c3ad4 10l, fails to compile when debug enabled 19 years ago
Alex Beregszaszi aafaeabb47 tta demuxer, also usable for moving tta audio data into an other container 19 years ago
Michael Niedermayer 3840147e12 stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com) 19 years ago
Diego Biurrun a050253f8c Use the incdir variable. 19 years ago
Diego Biurrun dc2a1ce5c0 Simplify header installation. 19 years ago
Diego Biurrun b12f8273fa Separate library install into static and shared installation. 19 years ago
Baptiste Coudurier e60b4ced1f mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Diego Biurrun f29f3b5d9f Separate header file installation from the general install target. 19 years ago
Michael Niedermayer 5e43b17e7c Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org) 19 years ago
Michael Niedermayer 0b2bb3543f mpeg-ps probe 2nd try 19 years ago
Måns Rullgård a283db3962 generate adts frame headers if required 19 years ago
Aurelien Jacobs b96532e970 voc: set bits_per_sample correctly (fix mplayer playback) 19 years ago
Aurelien Jacobs ea395e8c6c add a Creative VOC (de)muxer 19 years ago
Michael Niedermayer 9870a7bdb8 replace probe() by one similar to MPEG-ES 19 years ago
Colin Ward 72fbc5092a Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific. 19 years ago