]> git.sesse.net Git - ffmpeg/history - libavformat
Plug some memory leaks
[ffmpeg] / libavformat /
2008-05-24 Aurelien Jacobscosmetics: indentation
2008-05-24 Aurelien Jacobsremove useless title check
2008-05-24 Baptiste Couduriersimplify, remove useless vars
2008-05-23 Baptiste Coudurieradd new h264 and aac flv ids
2008-05-23 Baptiste Coudurierin flv this field is dts finally
2008-05-23 Baptiste Coudurierflv use 32 bit pts
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerDocument pts/dts.
2008-05-23 Michael NiedermayerWarn user about invalid timestamps.
2008-05-23 Michael NiedermayerChapter demuxing support. (untested as I have no nuts...
2008-05-23 Michael NiedermayerMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 Michael Niedermayernb_chapters should be unsigned
2008-05-23 Michael Niedermayers/num_chapters/nb_chapters/ all other similar variables...
2008-05-23 Michael Niedermayervertical align
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael Niedermayerremove useless title check
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael NiedermayerAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 Michael Niedermayerclarify start/end timebase
2008-05-23 Michael Niedermayeralign comments
2008-05-23 Michael Niedermayerchapter id and timebase
2008-05-23 Aurelien Jacobsdon't set a dummy chapter title when title is unknown
2008-05-23 Aurelien Jacobscosmetics: indentation
2008-05-23 Aurelien Jacobsallows adding chapters with NULL title
2008-05-22 Aurelien Jacobsmatroskadec: allows inserting chapters with unspecified end
2008-05-22 Anton Khirnovdemux chapters out of matroska
2008-05-22 Anton Khirnovadd support for chapters definition in lavf
2008-05-22 Albert Astals Cidfree moov and cmov when error occurs, fix memleak,...
2008-05-21 Baptiste Coudurierremove useless var
2008-05-21 Baptiste Coudurier10l, fix compilation
2008-05-21 Baptiste Coudurieruse duration from pkt
2008-05-21 Baptiste Couduriersimplify
2008-05-21 Baptiste Couduriersimplify
2008-05-21 Baptiste Couduriercheck pkt stream index before returning packet, prevent...
2008-05-21 Carl Eugen HoyosDo not loop endlessly if converting into dv with timest...
2008-05-21 Lars Täubersupport dvd pcm 20/24 bits, patch by Lars Täuber, lars...
2008-05-20 Baptiste Coudurierremove useless/obsolete comments
2008-05-20 Baptiste Coudurierremove useless close function
2008-05-20 Baptiste Couduriersplit swf de/muxer
2008-05-20 Baptiste Coudurieronly print debug info when sample is actually added
2008-05-20 Baptiste Coudurierwarn about multiple fourcc
2008-05-20 Baptiste Coudurierdemux all stsd ids if codec is the same, fix premature_...
2008-05-15 Aurelien Jacobsmatroskadec: add support for bzlib compressed tracks
2008-05-15 Baptiste Couduriertry to demux even if codec is not recognized, should...
2008-05-15 Baptiste Coudurierdo not fail if correct is not recognized
2008-05-15 Baptiste Couduriercosmetics, remove space before opening parenthesis
2008-05-13 Aurelien Jacobsadd missing \n in av_log message
2008-05-13 Aurelien Jacobsmatroskadec: add support for zlib compressed tracks
2008-05-13 François RevolFix non-debug build.
2008-05-13 Carl Eugen HoyosFix icc warning #188: enumerated type mixed with anothe...
2008-05-13 Carl Eugen HoyosAdd MATROSKA_TRACK_TYPE_NONE.
2008-05-12 Carl Eugen HoyosReplace some occurrences of 0 with CODEC_ID_NONE.
2008-05-12 Diego PettenòUse strcasecmp() instead of re-inventing it.
2008-05-11 Luca AbeniFix type of dest_addr_len to respect return value of...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Jai MenonIFF stereo support
2008-05-09 Diego Biurrunstring.h is a system header file, so use <> for it.
2008-05-09 Aurelien Jacobsuse enum type instead of int
2008-05-09 Aurelien Jacobscosmetics: indentation
2008-05-09 Aurelien Jacobsmatroskadec: add support for lzo compressed tracks
2008-05-08 Aurelien Jacobsmatroskadec: fail gracefully when seeking don't work
2008-05-08 Aurelien Jacobsmatroskadec: add support for track content encoding
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-05-05 Michael NiedermayerCheck url_seek() in url_open().
2008-05-04 Diego BiurrunUse correct length modifier for pointer diff argument...
2008-05-04 Diego PettenòFix 'comparison always false' warning.
2008-05-03 Benjamin Larssondts probe
2008-05-02 Bartlomiej WolowiecNellymoser handling in FLV
2008-05-02 Luca BarbatoImport Dirac demuxer/muxer from SoC branch; written...
2008-05-01 Justin Rugglesfix encoding of flac private data
2008-04-29 Michael NiedermayerSupport invalid mpeg created by vdr
2008-04-28 Michael Niedermayerraw GSM demuxer (does not work yet as parser is missing)
2008-04-28 Baptiste Coudurierset demuxers .value and use common audio_read_header...
2008-04-26 Henrik Gulbrandsenset pkt duration, only when dts == pts though,
2008-04-26 Kostya ShishkovMissing tags in APE is normal situation, so don't print...
2008-04-25 Baptiste Coudurieryes it is true for mp4
2008-04-25 Baptiste Coudurierremove unneeded variable
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierset channels and sample rate from mpeg4audio config
2008-04-25 Baptiste Coudurierparse mpeg4audio config to correctly detect mp3on4...
2008-04-25 Baptiste Coudurierupdate doc
2008-04-25 Baptiste Couduriererror is -1
2008-04-25 Baptiste Couduriercosmetics
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierparser should not be needed anymore, merge cases and...
2008-04-25 Baptiste Coudurierlower frame size to split amr/qcelp/gsm frames
2008-04-25 Baptiste Coudurieralign and remove useless braces
2008-04-25 Baptiste Couduriercosmetics, remove whitespaces in tags
2008-04-25 Baptiste Coudurierset gsm default frame size and bytes per frame, needed...
2008-04-25 Baptiste Coudurierpts are unsigned according to specs, fix negative pts...
2008-04-25 Baptiste Coudurierset wrap bits to 32bit to actually use it
2008-04-24 Michael NiedermayerAvoid using reserved __names.
2008-04-24 Michael Niedermayerminor memleak
2008-04-24 Michael NiedermayerFixing memleaks.
2008-04-24 Baptiste Couduriercosmetics: remove useless whitespaces and put braces...
2008-04-24 Baptiste Coudurierdemux qcelp, so this can work with soc decoder and...
2008-04-24 Baptiste Coudurierqcelp fourcc
2008-04-24 Baptiste Couduriersupport for alac in .mov
2008-04-24 Baptiste Coudurierset alac frame size from extradata
2008-04-23 Michael NiedermayerEnsure that the timestamp reading code used for seeking...
next