1318 Commits (5784b620d2593be10b401eb5f8c317fd7ec2d83f)

Author SHA1 Message Date
Diego Biurrun b0e6636b2d Reenable NUT and NUT regression tests as requested by Michael. 19 years ago
Diego Biurrun 8859312001 Disable the NUT (de)muxer until it has been synced with the specification. 19 years ago
Michael Niedermayer dbdaebe28d extract duration 19 years ago
Baptiste Coudurier f4c7b001ab fix sample size for uncompressed sound 19 years ago
Luca Abeni 60023e3234 Do not be too verbose 19 years ago
Luca Abeni 11b9c0f4d3 Tell the user why video capture is failing 19 years ago
Baptiste Coudurier 576f144529 indention 19 years ago
Baptiste Coudurier 6f2741f4a8 use of PRI macros in dprintf 19 years ago
Baptiste Coudurier 5148a2aeeb fix conversion types in dprintf 19 years ago
Baptiste Coudurier 0ab16fe09d fix a warning when DEBUG is defined 19 years ago
Baptiste Coudurier c6e722e5e9 create edts atom when muxing B frames, needed to compute cts 19 years ago
Baptiste Coudurier c1b8e6d8a8 do nal reformating when muxing H264, create avcc atom 19 years ago
Michael Niedermayer 70a61ed4e4 some mov files have invalid pts so we need to consider these pts too in calculating the timabase 19 years ago
Kostya Shishkov d82da3a880 More correct demuxing and timestamp setting fot Sierra VMD 19 years ago
Michael Niedermayer c04c3282b4 simplify AVFormatParameters NULL checks 19 years ago
Diego Biurrun 6c953a6af3 Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Baptiste Coudurier 8e32161943 correct computing of DV fourcc in mov muxer 19 years ago
Baptiste Coudurier 6e2695947d set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier 79c343c024 referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier fc5188f3d1 add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Michael Niedermayer 43a80ccee5 generic crc calculation code 19 years ago
Daniel Maas 0b297700b7 DVCPRO50 support. 19 years ago
Baptiste Coudurier 6a045bf3bd Support mov stsd atom version 2. 19 years ago
Michael Niedermayer 61452d5637 fixing total_frames 19 years ago
Michael Niedermayer 98740f5a79 indention 19 years ago
Michael Niedermayer 38cf2a723c timebase fix 19 years ago
Baptiste Coudurier 26f86eaf03 ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Michael Niedermayer b72a2bc82f dwstart support 19 years ago
Michael Niedermayer e84dab5f57 fixing demuxing of minorityreport.AVI 19 years ago
Baptiste Coudurier 1522767d0d compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
François Revol 7581c5f50c fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/ 19 years ago
Måns Rullgård e01dc227f3 can't have PES headers in MPEG video elementary streams so fail probe 19 years ago
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