]> git.sesse.net Git - ffmpeg/history - libavformat
Introduce swscale interface in libavcodec
[ffmpeg] / libavformat /
2006-04-01 Roman Shaposhnik * fixing DV-in-AVI type1 packet production bug
2006-04-01 Måns RullgårdThis patch simply adds demuxing support for AC-3 stream...
2006-04-01 Måns Rullgårdfix memory leak on mpegts close
2006-03-30 D Richard Felker IIIfix constraint violation: libavformat is not allowed...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-27 Baptiste Coudurierskip 0byte packets
2006-03-27 Baptiste Coudurierignore wrong negative cts values created by quicktime
2006-03-27 Baptiste Coudurierflush packets
2006-03-26 Baptiste Coudurierlet vorbis decoder init too, fix mi2_vorbis51.mp4
2006-03-26 Baptiste Coudurieradd mp3on4 detection, fix red.mp4
2006-03-26 Baptiste Coudurierfix double free, priv_data is freed in av_open_input_stream
2006-03-26 Baptiste Coudurieruse 64bit atom version if needed
2006-03-25 Michael Niedermayerdont set random timestamps if they are not known
2006-03-25 Michael Niedermayerfixing timebase
2006-03-25 Steve L'HommeRename time variable to the more descriptive block_time.
2006-03-24 Baptiste Coudurierlet faad init parameters properly, fix many SBR samples
2006-03-24 Baptiste Coudurierfix demuxing of CDR-Dinner_LAN_800k.mp4
2006-03-24 Baptiste Coudurierneed to dissociate pcm 16bit and 8bit cases
2006-03-24 Baptiste Coudurieruse av_d2q to parse frame rate
2006-03-24 Baptiste CoudurierQuicktime creates S8 that way too
2006-03-24 Baptiste Couduriervorbis seems to be 221, decodes borgcube_vorbis20.mp4...
2006-03-23 Baptiste Coudurieruse 64bit types
2006-03-22 Baptiste Coudurierdvcpro is 411p in fact
2006-03-22 Steve L'Hommeduration and subitle fix from the patch by Steve Lhomme
2006-03-22 Michael Niedermayercleanup codec_id mapping (untested)
2006-03-22 Baptiste Coudurierclean
2006-03-22 Baptiste Couduriersupport 64bit date/duration
2006-03-22 Michael Niedermayerfix aspect ratio
2006-03-21 Michael Niedermayerfixing current_sample vs. next_sample mess
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.
2006-03-21 Michael Niedermayerprovide more info on which streams lack codec parameters
2006-03-17 Diego BiurrunReenable NUT and NUT regression tests as requested...
2006-03-17 Diego BiurrunDisable the NUT (de)muxer until it has been synced...
2006-03-16 Michael Niedermayerextract duration
2006-03-14 Baptiste Coudurierfix sample size for uncompressed sound
2006-03-13 Luca AbeniDo not be too verbose
2006-03-13 Luca AbeniTell the user why video capture is failing
2006-03-12 Baptiste Coudurierindention
2006-03-12 Baptiste Coudurieruse of PRI macros in dprintf
2006-03-12 Baptiste Coudurierfix conversion types in dprintf
2006-03-11 Baptiste Coudurierfix a warning when DEBUG is defined
2006-03-11 Baptiste Couduriercreate edts atom when muxing B frames, needed to comput...
2006-03-11 Baptiste Coudurierdo nal reformating when muxing H264, create avcc atom
2006-03-11 Michael Niedermayersome mov files have invalid pts so we need to consider...
2006-03-11 Kostya ShishkovMore correct demuxing and timestamp setting fot Sierra VMD
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-03-08 Diego BiurrunUse AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where...
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
2006-03-08 Baptiste Couduriercorrect computing of DV fourcc in mov muxer
2006-03-06 Baptiste Coudurierset track timescale to mov timescale if 0 patch by...
2006-03-06 Baptiste Coudurierreferencing more FCP fourccs patch by (Baptiste COUDURI...
2006-03-06 Baptiste Coudurieradd support for Motion JPEG 2000 file format patch...
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-03-06 Daniel MaasDVCPRO50 support.
2006-03-04 Baptiste CoudurierSupport mov stsd atom version 2.
2006-03-02 Michael Niedermayerfixing total_frames
2006-03-02 Michael Niedermayerindention
2006-03-02 Michael Niedermayertimebase fix
2006-03-02 Baptiste Coudurierftyp patch by (Baptiste COUDURIER <baptiste.coudurier...
2006-03-02 Michael Niedermayerdwstart support
2006-03-02 Michael Niedermayerfixing demuxing of minorityreport.AVI
2006-03-02 Baptiste Couduriercompute output format before setting language patch...
2006-03-01 François Revolfix debug code: do not try to take st->codec if st...
2006-03-01 Måns Rullgårdcan't have PES headers in MPEG video elementary streams...
2006-03-01 Michael Niedermayerfixing av sync in videotest.avi (index doesnt match...
2006-03-01 Michael Niedermayersupport seeking in RenderAvi.avi (audio stream == singl...
2006-03-01 Michael Niedermayer10l forgot to set packet_size
2006-03-01 Michael Niedermayerfix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
2006-03-01 Michael Niedermayeradd movi_list offset into index
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-03-01 Benjamin LarssonSet 'MJLS' FOURCC for JPEG-LS in AVI and documentation...
2006-03-01 Michael NiedermayerODML index parsing support
2006-03-01 Michael Niedermayerreplace if by assert as it should never by true
2006-02-28 Luca AbeniAdd support for drivers that can change the capture...
2006-02-28 Flavio Pimentel... Error path fix: close the video device on failure
2006-02-26 Alex Beregszasziprint a hint when trying V4L2 on V4L device
2006-02-25 Måns Rullgårdkill some warnings
2006-02-22 Baptiste CoudurierCTTS support patch by (Baptiste COUDURIER <baptiste...
2006-02-22 Alex Beregszaszisupport correct ptses on other than version 3.2.0 aswell
2006-02-21 Alex Beregszaszicheck for CODEC_ID_NONE instead 0, tobe compatible...
2006-02-19 Baptiste CoudurierCleans reading stsd audio, and makes it more generic...
2006-02-19 Julian ScheidThe current_sample field is meant to be the sample...
2006-02-19 Michael NiedermayerRMP4 ("xvid fork") decoding support
2006-02-18 Baptiste Couduriersimplify mov_read_hdlr patch by (Baptiste COUDURIER...
2006-02-18 Baptiste Coudurieradd 'in32' fourcc support patch by (Baptiste COUDURIER...
2006-02-18 Baptiste Coudurieradd mov_read_ftyp to check iso media file type and...
2006-02-17 Luca Abeniff_asts_init needs to be inside #ifdef CONFIG_MUXERS...
2006-02-17 Mike Melansoncomplete AVS playback system (from Creature Shock compu...
2006-02-16 Aurelien Jacobsadd Creative 8 bits ADPCM schemes support
2006-02-14 Michael Niedermayermov fourccs for handling FCP files by (Baptiste COUDURI...
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak
2006-02-13 Alex Beregszaszi10l, allocate bitbuffer with regard to the padding...
2006-02-13 Michael Niedermayeruseless code removal by (Baptiste COUDURIER <baptiste...
2006-02-12 Michael Niedermayerfix demuxing of Video006.3gp
2006-02-12 Baptiste Couduriermov split chunks removal patch by (Baptiste COUDURIER...
2006-02-12 Michael Niedermayer10l for myself
2006-02-12 Baptiste Couduriermov debug clean patch by (Baptiste COUDURIER <baptiste...
2006-02-12 Mike Melansondosbox native ZMBV decoder, courtesy of Kostya
2006-02-12 Mike Melansoncomplete American Laser Games MM playback system, court...
2006-02-12 Alex Beregszaszi10l, fails to compile when debug enabled
next