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