summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* DVCPRO50 support.Daniel Maas2006-03-061-175/+225
* Support mov stsd atom version 2.Baptiste Coudurier2006-03-041-0/+9
* fixing total_framesMichael Niedermayer2006-03-021-7/+6
* indentionMichael Niedermayer2006-03-021-2/+2
* timebase fixMichael Niedermayer2006-03-021-1/+1
* ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-03-021-5/+7
* dwstart supportMichael Niedermayer2006-03-021-2/+2
* fixing demuxing of minorityreport.AVIMichael Niedermayer2006-03-021-2/+4
* compute output format before setting language patch by (Baptiste COUDURIER <b...Baptiste Coudurier2006-03-021-23/+22
* fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...François Revol2006-03-011-2/+3
* can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård2006-03-011-2/+6
* fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ind...Michael Niedermayer2006-03-011-1/+7
* support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer2006-03-011-0/+27
* 10l forgot to set packet_sizeMichael Niedermayer2006-03-011-2/+5
* fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer2006-03-011-6/+8
* add movi_list offset into indexMichael Niedermayer2006-03-011-2/+2
* add size to AVIndexMichael Niedermayer2006-03-017-14/+19
* Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch byBenjamin Larsson2006-03-011-0/+2
* ODML index parsing supportMichael Niedermayer2006-03-011-3/+68
* replace if by assert as it should never by trueMichael Niedermayer2006-03-011-2/+1
* Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni2006-02-281-6/+14
* Error path fix: close the video device on failureFlavio Pimentel Duarte2006-02-281-0/+3
* print a hint when trying V4L2 on V4L deviceAlex Beregszaszi2006-02-261-0/+7
* kill some warningsMåns Rullgård2006-02-251-1/+1
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-223-6/+51
* support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi2006-02-221-7/+22
* check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible...Alex Beregszaszi2006-02-211-4/+4
* Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDU...Baptiste Coudurier2006-02-191-178/+101
* The current_sample field is meant to be the sample number, not an offset intoJulian Scheid2006-02-191-1/+1
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-191-0/+2
* simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 sma...Baptiste Coudurier2006-02-181-13/+6
* add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ...Baptiste Coudurier2006-02-181-0/+1
* add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Bapti...Baptiste Coudurier2006-02-181-0/+28
* ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplacedLuca Abeni2006-02-172-5/+1
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-174-3/+245
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-161-0/+3
* mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurie...Michael Niedermayer2006-02-141-0/+8
* move common parts of makefiles into common.makMåns Rullgård2006-02-131-73/+7
* 10l, allocate bitbuffer with regard to the padding sizeAlex Beregszaszi2006-02-131-1/+1
* useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Michael Niedermayer2006-02-131-72/+1
* fix demuxing of Video006.3gpMichael Niedermayer2006-02-121-2/+4
* mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier sm...Baptiste Coudurier2006-02-121-11/+3
* 10l for myselfMichael Niedermayer2006-02-121-1/+1
* mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-02-121-295/+51
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-121-0/+1
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-124-1/+221
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-122-2/+2
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-124-1/+143
* stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)Michael Niedermayer2006-02-111-13/+20
* Use the incdir variable.Diego Biurrun2006-02-111-1/+1
OpenPOWER on IntegriCloud