]> git.sesse.net Git - ffmpeg/history - libavformat
Add some new pixel formats to libavutil
[ffmpeg] / libavformat /
2006-08-27 Nico Sabbiscan s->probesize packets instead of MAX_SCAN_PACKETS...
2006-08-27 Nico Sabbiadded option probesize; at the moment only used by...
2006-08-27 Nico Sabbiinitial support for AVOption in AVFormatContext
2006-08-25 Michael Niedermayersupport some totally broken ODML variant
2006-08-24 Baptiste Coudurierfix mac3audio.mov, pcm_s8 and pcm_u8 can only have...
2006-08-24 Baptiste Couduriercorrect uid, and enable JPEG 2000 detection
2006-08-24 Baptiste Coudurieradd codec id and tag for JPEG 2000
2006-08-24 Baptiste Coudurierwide atom is only defined in mov, use free for mp4/3gp
2006-08-24 Baptiste Couduriermove amr parameters adjusting like other codecs
2006-08-24 Baptiste Coudurierdont set width/height for h261/h263/mpeg4 since they...
2006-08-24 Baptiste Coudurierput dv demuxing code around ifdef
2006-08-24 Baptiste Coudurierput dv demuxing code around ifdef
2006-08-24 Baptiste Couduriersupport vdva fourcc (dv + dv audio in mov)
2006-08-24 Brian Bricefix ODML AVI Duration for files > 2GB
2006-08-23 Michael Niedermayerfix fallback if theres no index
2006-08-23 Michael Niedermayerread and use index (based on a patch by John Donaghy...
2006-08-23 Steve L'Hommevalue_num should also be 64bit (1 hunk from the asf...
2006-08-23 Michael Niedermayertotal_size should be 64bit (1 hunk of the asf seeking...
2006-08-21 Baptiste Coudurierset correct first gop closed value
2006-08-21 Baptiste Coudurierrename closed_gop to first_gop_closed
2006-08-21 Baptiste Coudurierinit buffer
2006-08-20 Benjamin LarssonAdded codec id for QCELP.
2006-08-20 Michael Niedermayerattribute_deprecated
2006-08-19 Michael Niedermayerfix probing of 02-Penguin.flac
2006-08-18 David ConradAVI tag reading and writing patch by David Conrad.
2006-08-18 Steve L'HommeAdd YV12 support, patch by Steve Lhomme % steve P lhomm...
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-12 Baptiste Coudurieruse packet dts as correct media field number and use...
2006-08-11 Baptiste Coudurierupdate documentation
2006-08-11 Baptiste Coudurierexport av_interleave_packet_per_dts
2006-08-11 Baptiste Coudurierset elst start time to first pts
2006-08-09 Baptiste Coudurierfourcc cleanup
2006-08-09 Baptiste Coudurierenable 'NONE' audio fourcc
2006-08-09 Baptiste Coudurierparse mpeg frame to get pict type and closed gop flag
2006-08-08 David ConradSupport AAC audio in AVI with tag 0xff
2006-08-08 Michael Niedermayerdont be too picky about timestampsbeing wrong if the...
2006-08-08 Michael Niedermayertimestamp debugging av_logs()
2006-08-08 Michael Niedermayerboth timestamps are dts, (checked trailer.gxf, spec...
2006-08-08 Diego BiurrunFix some "'static' is not at beginning of declaration...
2006-08-07 Baptiste Coudurieruse correct tag for h263 in mov
2006-08-07 Baptiste Coudurierdetailed infos about d263 atom
2006-08-07 Baptiste Coudurierindention
2006-08-07 Baptiste Coudurieronly set fields for mov, reserved for 3gp, mp4
2006-08-07 Baptiste CouduriersampleSize field to 16, reserved for mp4 and 3gp
2006-08-07 Baptiste Couduriermp4, 3gp field is reserved and value is 2
2006-08-07 Baptiste Coudurieruse ternary
2006-08-07 Baptiste Couduriervbr compression id is only used in mov
2006-08-06 Baptiste Coudurieralways write duration and file size, fix seeking, progr...
2006-08-03 Baptiste Couduriersample size is 1 if bits per sample is 8 and mono channel
2006-08-03 Baptiste Coudurierrevert r5909, dont use non constant static variable...
2006-08-03 Baptiste Coudurierparse SONY hidden MPEG-4 extradata, fix C0023S01.mxf
2006-08-03 Baptiste Coudurierskip run-in sequence before reading header
2006-08-03 Baptiste Coudurieragain, disable DEBUG
2006-08-03 Baptiste Coudurier10l, check container_ul existence
2006-08-03 Baptiste Coudurierremove duplicate code
2006-08-03 Baptiste Coudurierattempt to demux clip wrapped content
2006-08-03 Baptiste Coudurieradd codec detection based on essence container ul
2006-08-02 Baptiste Coudurierresolve strong refs in parse_structural_metadata since...
2006-08-02 Baptiste Coudurierremove unneeded audio fourcc as well
2006-08-02 Reimar DöffingerMinor resync optimization
2006-08-02 Luca AbeniDo not set the codec's pixel format in the format's...
2006-08-02 Baptiste Coudurierdo not set unneeded fourcc
2006-08-01 Baptiste Coudurierfix ending null entry in table
2006-08-01 Baptiste Couduriermore codecs uls
2006-08-01 Baptiste Couduriermove common code from mov.c and movenc.c to isom.c
2006-08-01 Baptiste Coudurieradd some useful debug info
2006-08-01 Reimar DöffingerSupport for seeking, both with and without index and...
2006-08-01 Baptiste Couduriernegative to_pad won't provoke infinite loop
2006-08-01 Baptiste Coudurieravoid reading beyond packet size
2006-08-01 Baptiste Coudurierskip run-in sequence during probe
2006-07-31 Baptiste Couduriersimplify using function table
2006-07-31 Baptiste Coudurierparse aes3 audio descriptor
2006-07-30 Baptiste Coudurieruse parenthesis around value
2006-07-30 Reimar DöffingerFix typo in comment
2006-07-29 Kohn Emil DanThe reader ignores the size of the ASF data object...
2006-07-29 Baptiste Coudurieradd information about codec uls
2006-07-29 Baptiste Coudurieranother MPEG-2 long gop codec ul
2006-07-29 Baptiste Coudurieranother MPEG-2 long gop codec ul
2006-07-29 Baptiste Coudurieradd uncompressed picture support
2006-07-29 Baptiste Coudurierparse rgba descriptor (jpeg2000, uncompressed)
2006-07-29 Baptiste Coudurieradd common codecs uls
2006-07-29 Baptiste Couduriersimplify PRINT_KEY
2006-07-29 Baptiste Coudurieradd some debug infos
2006-07-29 Baptiste Coudurierget rid of DECLARED_ALIGNED
2006-07-29 Stefan Gehreradd new tag 'CAVS' for Chinese AVS codec
2006-07-28 Baptiste Couduriercosmetics
2006-07-28 Baptiste Coudurieruse ternary
2006-07-28 Baptiste Coudurierremove useless variables
2006-07-28 Baptiste Coudurierrename variables
2006-07-28 Baptiste Coudurieradd error messages
2006-07-28 Baptiste Coudurierdemuxer reworked, more accurate parsing, prepare handli...
2006-07-28 Baptiste Coudurierdeclare and use UID type
2006-07-28 Reimar DöffingerSet duration to AV_NOPTS_VALUE instead of 0 when unknown.
2006-07-26 Diego BiurrunFix FSF postal address.
2006-07-25 Baptiste CoudurierMXF demuxer
2006-07-23 Reimar DöffingerTry to find out correct start time to make seeking...
2006-07-20 Michael Niedermayerfix regression failure after adler simplification
2006-07-19 Baptiste CoudurierGXF muxer
2006-07-19 Michael Niedermayersimplify
2006-07-19 I. PoFix memleak, patch by I. Po % yyymmmm # gmail O com %
next