summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Avoid searching by instance name when it is not necessaryVitor Sessak2008-05-24
* Better error messagesVitor Sessak2008-05-24
* Handle av_realloc() failureVitor Sessak2008-05-24
* Last commit was missing header fileVitor Sessak2008-05-24
* I should not have merged the graph parser with the graphVitor Sessak2008-05-24
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-05-24
* Use an intermediate variable for overflow testingVitor Sessak2008-05-24
* Handle the case where we do not have enough inputVitor Sessak2008-05-24
* Anoter try to make +- behave sanely.Michael Niedermayer2008-05-24
* cosmetics: indentationAurelien Jacobs2008-05-24
* remove useless title checkAurelien Jacobs2008-05-24
* Simplify eq()Vitor Sessak2008-05-24
* Simplify final()Vitor Sessak2008-05-24
* Simplify rms()Vitor Sessak2008-05-24
* More simplifications of ra144_decode_frame()Vitor Sessak2008-05-24
* Make wavtable a table instead of an arrayVitor Sessak2008-05-24
* Fix compilation for buggy icc.Carl Eugen Hoyos2008-05-24
* better error messageBaptiste Coudurier2008-05-24
* latest libavc svn requires at least this value for bit_rate_tolerance, not us...Baptiste Coudurier2008-05-24
* simplify, remove useless varsBaptiste Coudurier2008-05-24
* add new h264 and aac flv idsBaptiste Coudurier2008-05-23
* in flv this field is dts finallyBaptiste Coudurier2008-05-23
* flv use 32 bit ptsBaptiste Coudurier2008-05-23
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-23
* Document pts/dts.Michael Niedermayer2008-05-23
* Warn user about invalid timestamps.Michael Niedermayer2008-05-23
* Chapter demuxing support. (untested as I have no nuts with chapters)Michael Niedermayer2008-05-23
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-23
* nb_chapters should be unsignedMichael Niedermayer2008-05-23
* s/num_chapters/nb_chapters/ all other similar variables are called nb_*.Michael Niedermayer2008-05-23
* vertical alignMichael Niedermayer2008-05-23
* indentMichael Niedermayer2008-05-23
* remove useless title checkMichael Niedermayer2008-05-23
* indentMichael Niedermayer2008-05-23
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-23
* clarify start/end timebaseMichael Niedermayer2008-05-23
* align commentsMichael Niedermayer2008-05-23
* chapter id and timebaseMichael Niedermayer2008-05-23
* indentMichael Niedermayer2008-05-23
* make av_strdup(NULL) return NULLMichael Niedermayer2008-05-23
* don't set a dummy chapter title when title is unknownAurelien Jacobs2008-05-23
* cosmetics: indentationAurelien Jacobs2008-05-23
* allows adding chapters with NULL titleAurelien Jacobs2008-05-23
* Add -formats option to ffplay.Stefano Sabatini2008-05-23
* Add -formats option to ffserver.Stefano Sabatini2008-05-23
* adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov2008-05-23
* Fix + - bug with non flags.Michael Niedermayer2008-05-23
* matroskadec: allows inserting chapters with unspecified endAurelien Jacobs2008-05-22
* demux chapters out of matroskaAnton Khirnov2008-05-22
* add support for chapters definition in lavfAnton Khirnov2008-05-22