log

age author description
2006-03-24 bcoudurier let faad init parameters properly, fix many SBR samples libavformat
2006-03-24 bcoudurier fix demuxing of CDR-Dinner_LAN_800k.mp4 libavformat
2006-03-24 bcoudurier need to dissociate pcm 16bit and 8bit cases libavformat
2006-03-24 bcoudurier use av_d2q to parse frame rate libavformat
2006-03-24 bcoudurier Quicktime creates S8 that way too libavformat
2006-03-24 bcoudurier vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp libavformat
2006-03-23 bcoudurier use 64bit types libavformat
2006-03-22 bcoudurier dvcpro is 411p in fact libavformat
2006-03-22 michael duration and subitle fix from the patch by Steve Lhomme libavformat
2006-03-22 michael cleanup codec_id mapping (untested) libavformat
2006-03-22 bcoudurier clean libavformat
2006-03-22 bcoudurier support 64bit date/duration libavformat
2006-03-22 michael fix aspect ratio libavformat
2006-03-21 michael fixing current_sample vs. next_sample mess libavformat
2006-03-21 kostya Smacker demuxer and decoder. libavformat
2006-03-21 michael provide more info on which streams lack codec parameters libavformat
2006-03-17 diego Reenable NUT and NUT regression tests as requested by Michael. libavformat
2006-03-17 diego Disable the NUT (de)muxer until it has been synced with the specification. libavformat
2006-03-16 michael extract duration libavformat
2006-03-14 bcoudurier fix sample size for uncompressed sound libavformat
2006-03-13 lucabe Do not be too verbose libavformat
2006-03-13 lucabe Tell the user why video capture is failing libavformat
2006-03-12 bcoudurier indention libavformat
2006-03-12 bcoudurier use of PRI macros in dprintf libavformat
2006-03-12 bcoudurier fix conversion types in dprintf libavformat
2006-03-11 bcoudurier fix a warning when DEBUG is defined libavformat
2006-03-11 bcoudurier create edts atom when muxing B frames, needed to compute cts libavformat
2006-03-11 bcoudurier do nal reformating when muxing H264, create avcc atom libavformat
2006-03-11 michael some mov files have invalid pts so we need to consider these pts too in calculating the timabase libavformat
2006-03-11 kostya More correct demuxing and timestamp setting fot Sierra VMD libavformat
2006-03-11 michael simplify AVFormatParameters NULL checks libavformat
2006-03-08 diego Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. libavformat
2006-03-08 diego (f)printf --> av_log conversion libavformat
2006-03-08 corey correct computing of DV fourcc in mov muxer libavformat
2006-03-06 michael set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael generic crc calculation code libavformat
2006-03-06 romansh DVCPRO50 support. libavformat
2006-03-04 corey Support mov stsd atom version 2. libavformat
2006-03-02 michael fixing total_frames libavformat
2006-03-02 michael indention libavformat
2006-03-02 michael timebase fix libavformat
2006-03-02 michael ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-02 michael dwstart support libavformat
2006-03-02 michael fixing demuxing of minorityreport.AVI libavformat
2006-03-02 michael compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-01 mmu_man fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/ libavformat
2006-03-01 mru can't have PES headers in MPEG video elementary streams so fail probe libavformat
2006-03-01 michael fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) libavformat
2006-03-01 michael support seeking in RenderAvi.avi (audio stream == single huge chunk) libavformat
2006-03-01 michael 10l forgot to set packet_size libavformat
2006-03-01 michael fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi libavformat
2006-03-01 michael add movi_list offset into index libavformat
2006-03-01 michael add size to AVIndex libavformat
2006-03-01 banan Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by libavformat
2006-03-01 michael ODML index parsing support libavformat
2006-03-01 michael replace if by assert as it should never by true libavformat
2006-02-28 lucabe Add support for drivers that can change the capture size on VIDIOC_S_FMT libavformat
2006-02-28 lucabe Error path fix: close the video device on failure libavformat