]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-06-07 Justin Rugglesskip unsupported frame types and substream id's
2008-06-07 Justin Rugglesread frame type from header info into decode context
2008-06-07 Justin Rugglesget substreamid from ac3 parser
2008-06-07 Justin Rugglesget the number of blocks from the ac3 parser and use...
2008-06-07 Roberto TogniRemove my old email address
2008-06-07 Roberto TogniRemove my old email address.
2008-06-07 Michael NiedermayerPresets support.
2008-06-07 Baptiste Coudurierupdate ffm seek tests now that timestamps are fixed
2008-06-07 Baptiste Coudurierfix pts handling in ffm
2008-06-07 Baptiste CoudurierReset reading state after successful seek.
2008-06-06 Ramiro PollaRemove wrappers of pcm_read_seek().
2008-06-06 Ramiro PollaRemove wrappers of pcm_read_seek().
2008-06-06 Ramiro PollaAdd note about not including MinGW's include directory...
2008-06-06 Ramiro Pollaoutput_example.c now uses proper include paths.
2008-06-06 Baptiste Couduriercosmetics, rename first to header, more explicit name
2008-06-06 Baptiste Couduriercosmetics, rename first to header, more explicit name
2008-06-06 Diego BiurrunRemove Fabrice's copyright from the Makefiles. They...
2008-06-06 Ramiro PollaRemove useless img_read_close().
2008-06-06 Ramiro PollaRemove unneeded NULL at end of struct.
2008-06-06 Ramiro PollaMerge declaration and initialization.
2008-06-06 Diego BiurrunAdd -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
2008-06-06 Diego BiurrunRun documentation through ispell, plus some minor fixes.
2008-06-06 Diego Biurrunminor spelling/grammar fixes
2008-06-06 Michael NiedermayerFix reading an element after the array.
2008-06-05 Måns Rullgårdcheck for ARM NEON assembler support
2008-06-05 Måns Rullgårdaccept --cpu=cortex*
2008-06-05 Måns Rullgårdalloc_size attribute is new to gcc 4.3; don't use it...
2008-06-05 Vitor SessakRemove *lpc_refl from the context. Only the value
2008-06-05 Vitor SessakSplit function rms() in two (it does two unrelated...
2008-06-05 Stefano Sabatinicosmetics: s/Id/id/ in libavformat where Id refers...
2008-06-05 Loren Merrittrename me=tesa
2008-06-05 Baptiste Coudurieradd esa/dia compat me options and new tesa for libx264
2008-06-04 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-04 Aurelien Jacobscosmetics: indentation
2008-06-04 Aurelien Jacobsmatroskadec: don't remove dummy level when none was...
2008-06-04 Baptiste Coudurierx264 interlaced encoding option
2008-06-04 Baptiste Couduriercleanup, remove useless parentheses
2008-06-04 Justin Rugglesreturn error on frame sync error
2008-06-03 Justin Rugglesprevent crash when dba params are invalid
2008-06-03 Rafaël CarréFix embarassing __GNU__ vs. __GNUC__ typo in preprocess...
2008-06-03 Baptiste Coudurierupdate regression tests for ts due to r13641
2008-06-03 Benjamin LarssonSample tested and the code worked so the comment is...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-06-03 Aurelien JacobsEnsure the first audio stream is selected as the defaul...
2008-06-03 Aurelien Jacobsadjust comment to reality
2008-06-03 Aurelien Jacobsmatroskadec: sane default value for track->time_scale
2008-06-03 Diego Biurrunsmall spelling/wording fixes
2008-06-03 Michael Niedermayerff_fetch_timestamp() prototype
2008-06-03 Michael NiedermayerIn mpeg1/2 timestamps are associated with the access...
2008-06-03 Baptiste Coudurieradd pretty common .m2t as ts extension
2008-06-03 Baptiste Coudurierfix continuity counter to start at 0
2008-06-03 Michael NiedermayerMake update_initial_durations() also work if a dts...
2008-06-03 Michael NiedermayerDo not set pts in update_initial_durations() if stream...
2008-06-02 Måns Rullgårdimprove installation path selection
2008-06-02 Diego Biurruncosmetics: Split all path variables into their own...
2008-06-02 Aurelien Jacobsmatroskadec: fix potential mem leak
2008-06-02 Aurelien Jacobsmatroskadec: avoid potential mem leak
2008-06-02 Aurelien Jacobsreorganize matroska_add_stream() to fix potential mem...
2008-06-02 Aurelien Jacobsmatroskadec: move ARRAY_SIZE() macro at top of the...
2008-06-02 Aurelien Jacobsbump micro version after commit r13615
2008-06-02 Måns Rullgårdfix servertest in out of tree builds
2008-06-02 Baptiste Coudurierprint correct mpeg-2 broken_link value, and print close...
2008-06-02 Vitor SessakRemove warning that could never be triggered.
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerOnly store timestamps when there are timestamps.
2008-06-02 Michael NiedermayerOur MPEG-TS demuxer does not send complete PES packets...
2008-06-02 Michael NiedermayerMove new field to the end to avoid ABI breakage, I...
2008-06-02 Michael Niedermayercosmetic
2008-06-02 Michael NiedermayerAllow matching timestamps to be removed by fetch_timest...
2008-06-02 Michael NiedermayerAdd off argument so that fetch_timestamp can search...
2008-06-02 Michael NiedermayerFactorize fetch_timestamp() into its own function
2008-06-02 Michael Niedermayerunused variable
2008-06-02 Andreas ÖmanAudio channels and sample rate must be set in order...
2008-06-02 Baptiste Coudurierrename last_frame_offset to next_frame_offset, due...
2008-06-02 Baptiste Couduriercosmetics, remove table_ prefix
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerRename last_frame_offset to next_frame_offset.
2008-06-02 Baptiste Coudurieroptimize, merge offset bits in vlc code
2008-06-02 Michael NiedermayerSimplify parser core.
2008-06-02 Justin Rugglesmove some AC3HeaderInfo struct fields to the Coded...
2008-06-01 Baptiste Coudurierreturn if bitrate is not specified or too low
2008-06-01 Baptiste Coudurieradd context_to_name func for logging
2008-06-01 Vitor SessakReplace comments by error messages.
2008-06-01 Vitor SessakCosmetics
2008-06-01 Vitor SessakRename dec2() function
2008-06-01 Vitor SessakRename var
2008-06-01 Vitor SessakRename dec1() to a more descriptive name
2008-06-01 Vitor SessakThe function dec1() do two completly unrelated things...
2008-06-01 Baptiste Coudurierrestore needed cast to correct type with const
2008-06-01 Panagiotis... Check whether the memory allocation for extradata succe...
2008-06-01 Aurelien Jacobsmatroskadec: use the proper timestamp scaling for index...
2008-06-01 Anton Khirnovmatroskadec: read TrackTimecodeScale and set timebase...
2008-06-01 Anton Khirnovmatroskadec: silently discard some element ID that...
2008-06-01 Vitor SessakYet more variable renaming
2008-06-01 Vitor SessakMore variable renaming
2008-06-01 Vitor SessakRename functions
2008-06-01 Vitor SessakRename variables
2008-06-01 Stefano SabatiniMacro suggested by Michael which will be used to disabl...
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
next