summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Disable the NUT (de)muxer until it has been synced with the specification.Diego Biurrun2006-03-17
* extract durationMichael Niedermayer2006-03-16
* fix sample size for uncompressed soundBaptiste Coudurier2006-03-14
* Do not be too verboseLuca Abeni2006-03-13
* Tell the user why video capture is failingLuca Abeni2006-03-13
* indentionBaptiste Coudurier2006-03-12
* use of PRI macros in dprintfBaptiste Coudurier2006-03-12
* fix conversion types in dprintfBaptiste Coudurier2006-03-12
* fix a warning when DEBUG is definedBaptiste Coudurier2006-03-11
* create edts atom when muxing B frames, needed to compute ctsBaptiste Coudurier2006-03-11
* do nal reformating when muxing H264, create avcc atomBaptiste Coudurier2006-03-11
* some mov files have invalid pts so we need to consider these pts too in calcu...Michael Niedermayer2006-03-11
* More correct demuxing and timestamp setting fot Sierra VMDKostya Shishkov2006-03-11
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.Diego Biurrun2006-03-08
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* correct computing of DV fourcc in mov muxerBaptiste Coudurier2006-03-08
* set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <bapti...Baptiste Coudurier2006-03-06
* referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier...Baptiste Coudurier2006-03-06
* add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <ba...Baptiste Coudurier2006-03-06
* generic crc calculation codeMichael Niedermayer2006-03-06
* DVCPRO50 support.Daniel Maas2006-03-06
* Support mov stsd atom version 2.Baptiste Coudurier2006-03-04
* fixing total_framesMichael Niedermayer2006-03-02
* indentionMichael Niedermayer2006-03-02
* timebase fixMichael Niedermayer2006-03-02
* ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-03-02
* dwstart supportMichael Niedermayer2006-03-02
* fixing demuxing of minorityreport.AVIMichael Niedermayer2006-03-02
* compute output format before setting language patch by (Baptiste COUDURIER <b...Baptiste Coudurier2006-03-02
* fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...François Revol2006-03-01
* can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård2006-03-01
* fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ind...Michael Niedermayer2006-03-01
* support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer2006-03-01
* 10l forgot to set packet_sizeMichael Niedermayer2006-03-01
* fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer2006-03-01
* add movi_list offset into indexMichael Niedermayer2006-03-01
* add size to AVIndexMichael Niedermayer2006-03-01
* Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch byBenjamin Larsson2006-03-01
* ODML index parsing supportMichael Niedermayer2006-03-01
* replace if by assert as it should never by trueMichael Niedermayer2006-03-01
* Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni2006-02-28
* Error path fix: close the video device on failureFlavio Pimentel Duarte2006-02-28
* print a hint when trying V4L2 on V4L deviceAlex Beregszaszi2006-02-26
* kill some warningsMåns Rullgård2006-02-25
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-22
* support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi2006-02-22
* check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible...Alex Beregszaszi2006-02-21
* Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDU...Baptiste Coudurier2006-02-19
* The current_sample field is meant to be the sample number, not an offset intoJulian Scheid2006-02-19