]> git.sesse.net Git - ffmpeg/history - libavformat
Rename VC9 to VC1 as there is no such thing as VC9
[ffmpeg] / libavformat /
2006-06-25 Luca Barbatocleanup patch from Diego Pettenò <flameeyes@gentoo...
2006-06-25 Måns Rullgårds/u_char/uint8_t/ accidentally copied from tcvp
2006-06-25 Måns Rullgård10l: don't allocate a new buffer quite so often
2006-06-25 Måns Rullgårdcleaned up buffer management
2006-06-25 Baptiste Couduriercheck only existing streams
2006-06-24 Luca Barbatominor cleanup
2006-06-24 Baptiste Couduriersimplify
2006-06-20 Stefan HuehnerRemove unused variable, patch by Stefan Huehner stefan_...
2006-06-20 Måns Rullgårdincrease search limit in av_find_stream_info
2006-06-19 Måns Rullgårdallow packets with non-zero PES_scrambling_control
2006-06-19 Baptiste Coudurierfix aac in mov for ipod
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-06-16 Måns Rullgårduse standard codec tag if the specified tag is out...
2006-06-16 Diego BiurrunFix compilation with all combinations of --disable...
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-06-15 Baptiste Couduriermake dump_format output more homogenous
2006-06-15 Baptiste Coudurierexport all tracks to libavformat layer
2006-06-15 R. Brian AndersonFix segfault
2006-06-15 Luca AbeniFix typo
2006-06-14 Michael Niedermayerdont load the index if we cant seek back
2006-06-13 Baptiste Couduriercheck fseek return value
2006-06-13 Baptiste Coudurierfix unused computed value
2006-06-13 Baptiste Coudurierfix mp3 muxing
2006-06-13 Michael Niedermayerfix probe of high bitrate mpeg2video
2006-06-12 Baptiste Couduriersimplify, completely ignore streams not recognized...
2006-06-11 Reimar Döffingerread_packet return value must be < 0 when no packet...
2006-06-10 Diego BiurrunAdd support for GNU/kFreeBSD systems.
2006-06-05 Måns Rullgårdprobe for mpeg audio
2006-06-04 Roberto Tognirm_read_audio_stream_info return type is not void
2006-06-04 Roberto TogniSupport for AAC (fourcc raac and racp) in rm files
2006-06-04 Måns Rullgårdfix seek related bugs
2006-06-01 Måns Rullgårdremove redundant make variable SUBDIR
2006-06-01 Benjamin LarssonFlash Screen Video decoder (fourcc:FSV1)
2006-05-30 Luca AbeniInclude the correct video4linux2 header
2006-05-27 Michael Niedermayersuggest solution for 2 fixmies
2006-05-26 Diego BiurrunRemove all .cvsignore files, they are no longer necessary.
2006-05-19 Michael Niedermayerfixing title on PSP (0x60 != 'a') someone needs a 10x10...
2006-05-18 Michael Niedermayerdont store mov style meta tags in mp4 (fixes ffmpeg...
2006-05-18 Michael Niedermayerdont write LAVF_ID if bitexact and any meta tag is set
2006-05-18 Michael Niedermayersimplify meta tag writing code
2006-05-18 Baptiste Coudurierfix seeking, typo provoking hard segfault
2006-05-18 Baptiste Coudurierfix keyframe check, stss might be there but count set...
2006-05-17 Diego BiurrunAdd MPEG FourCC for MPEG-2 video.
2006-05-17 Kostya ShishkovProper PTS generation for Smacker audio
2006-05-17 Kostya ShishkovNow MPlayer should understand Smacker audio and video...
2006-05-15 Baptiste Coudurierfix avc nal parsing
2006-05-15 Baptiste Coudurierfix pcm_s24be demuxing, simplify
2006-05-14 Baptiste Coudurieradd quicktime uncompressed 8bit 4:2:2 support
2006-05-13 Baptiste Coudurierfix mulaw muxing
2006-05-13 Baptiste Coudurierdo not write wave if not needed
2006-05-13 Baptiste Coudurierfix AMR muxing in mov
2006-05-13 Baptiste Coudurieradd pcm 24/32 le/be support
2006-05-13 Michael Niedermayersimplify
2006-05-13 Baptiste Coudurierclean and simplify
2006-05-13 Michael Niedermayersanity checks some might have been exploitable
2006-05-12 Justin RugglesRaw flac muxer, patch by Justin Ruggles (jruggle earthl...
2006-05-12 Måns Rullgårdset stream time_base properly
2006-05-11 Måns Rullgårdogm demuxing
2006-05-11 Baptiste Coudurierfix spliting chunks, simplify
2006-05-10 Baptiste Couduriersimplify, amr.c sets frame_size to 160, and sample...
2006-05-10 Baptiste Coudurierfix damr atom, needed for quicktime player
2006-05-09 Baptiste Coudurier10l, undef DEBUG
2006-05-09 Baptiste Coudurierassing correct codec_id for mjpegb
2006-05-09 Benjamin LarssonAdd support for raw flac decoding based on the .flac...
2006-05-06 Diego BiurrunFurther simplify AMR build.
2006-05-04 Flavio Pimentel... Fix v4l grabbing with some webcams, and simplify the...
2006-05-01 Baptiste Coudurierskip null fourcc, fix ep2_mystery_m640_dummy.mov
2006-04-23 Oded ShimonDisable lavf NUT until it is synced to spec
2006-04-20 Alex Beregszaszireport to user if mmf with midi found (and not supported)
2006-04-20 Reimar DöffingerAvoid crash if there is a rtjpeg quant header but no...
2006-04-19 Baptiste Coudurierset width and height even for mpeg4, pix_fmt to NONE...
2006-04-19 Baptiste Coudurieradd AVID DV fourcc
2006-04-19 Baptiste Coudurierindention
2006-04-19 Baptiste Coudurieralways skip garbage at end of atom
2006-04-19 Baptiste Couduriermove declaration to mov.h
2006-04-15 Diego BiurrunHave EXTRALIBS appear after other link options, fixes...
2006-04-14 Baptiste Coudurierclean and simplify mov_write_packet
2006-04-14 Baptiste Coudurierget avcC profile and level indication from sps (from...
2006-04-13 Baptiste Coudurierwrite mdat in write_header avoid check in write_packet
2006-04-11 Baptiste Coudurierdont write stss atom if keyframes only
2006-04-10 Baptiste Coudurierfix edts for tracks without b frames
2006-04-07 Kostya ShishkovKMVC (used in Worms games) decoder. Works fine with...
2006-04-06 Kostya ShishkovFix demuxing of AVIs with pad streams.
2006-04-04 Michael Niedermayerlittle h.264 related hunk from diff between cvs and...
2006-04-04 Michael Niedermayerthe PSP rejects video with too high bitrates so lets...
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
next