]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-06-28 Michael NiedermayerMake code independent/less dependent on dsputil.
2008-06-28 Reimar DöffingerChange mtv_read_packet so it does not break after seeki...
2008-06-28 Reimar DöffingerFix pkt->pos to really point at start of packet for...
2008-06-28 Baptiste Couduriercosmetics
2008-06-28 Baptiste Couduriercosmetics, align vertically
2008-06-27 Baptiste Coudurierunset Track sets, relying in AVStream->priv_data and...
2008-06-27 Stefan Gehrerfix size of header data
2008-06-27 Ramiro PollaSeek the file forwards instead of backwards when sync...
2008-06-27 Baptiste Coudurierclarify error message about codec tag
2008-06-27 Baptiste Couduriergive context to av_log
2008-06-27 Alexander StrangeRemove pointless AVFrame* casting.
2008-06-27 Alexander StrangeRemove duplicate emms.
2008-06-27 Alexander StrangeRemove commented-out code.
2008-06-27 Alexander StrangeExport qscale so that postprocessing works.
2008-06-27 Alexander StrangeRemove unused PutBitContext.
2008-06-27 Luca AbeniDo not free the priv_data field of AVStream on close...
2008-06-26 Michael Niedermayerindent
2008-06-26 Michael NiedermayerInform the user about unhandled sectors.
2008-06-26 Michael Niedermayermemleak
2008-06-26 Michael NiedermayerDo not completely bail out for invalid params, just...
2008-06-26 Michael Niedermayermerge decl & init
2008-06-26 Michael NiedermayerGet rid of weird pre reading code.
2008-06-26 Michael NiedermayerRemove debugging trash.
2008-06-26 Michael NiedermayerAnother variable that did nothing at all
2008-06-26 Michael Niedermayerremove code that discards streams randomly
2008-06-26 Michael Niedermayervertical align
2008-06-26 Michael NiedermayerRemove a dozen unused variables.
2008-06-26 Michael Niedermayerunused var
2008-06-26 Michael NiedermayerFix exploitable code.
2008-06-26 Michael NiedermayerRegister intrrupt_cb() early enough so we dont get...
2008-06-26 Måns RullgårdRevert "add libmpeg2 permutation to dct-test"
2008-06-26 Aurelien JacobsVP3 parser can also handle VP6 without any changes.
2008-06-26 Stefan Gehrermove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-06-26 Michael NiedermayerRemove start_time guessing code.
2008-06-26 Michael NiedermayerAlso print flags with FF_FDEBUG_TS.
2008-06-26 Michael NiedermayerVP3 & Theora parser to extract keyframe flags.
2008-06-26 Måns Rullgårdadd libmpeg2 permutation to dct-test
2008-06-25 Michael NiedermayerSupport >=4096 dimensions, fixes issue499.
2008-06-25 Michael NiedermayerPrevent invalid timestamps from being stored.
2008-06-25 Stefano SabatiniUpdate ffserver docs to match r13978, ffserver in debug...
2008-06-25 Stefano SabatiniRemove unnecessary function opt_qdiff(), max_qdiff...
2008-06-25 Benjamin LarssonAdd support for mp3 contained in oma
2008-06-25 Benjamin LarssonRearrange parameter logic
2008-06-25 Baptiste Coudurierrevert r13867, - reference stdout, I was drunk
2008-06-25 Benjamin LarssonAdd more codec IDs and tags.
2008-06-25 Baptiste Couduriermake av_find_stream_info find frame_size for aac too
2008-06-25 Baptiste Coudurieruse http_log now that logfile is setup
2008-06-25 Baptiste Couduriermove logfile setup right after config parsing
2008-06-25 Baptiste Coudurierremove useless init
2008-06-25 Michael NiedermayerMake av_find_stream_info() find the frame_size for...
2008-06-25 Michael NiedermayerSet frame_size to the gcd of what the decoder can output.
2008-06-25 Michael NiedermayerFill missing pts in during muxing when we know that...
2008-06-25 Michael NiedermayerWe cannot calculate the duration of vorbis packets...
2008-06-25 Alexander StrangeDon't set mm_flags in fft-test, since it doesn't do...
2008-06-25 Alexander StrangeUse a local variable instead of mm_flags in dct-test.
2008-06-25 Ben TaylorCheck for support of -fomit-frame-pointer before adding...
2008-06-25 Diego BiurrunEach dependency file needs to be updated when one of...
2008-06-25 Stefan Gehrermake ModeAlphabet read-only and use a custom mode alphabet
2008-06-25 Michael NiedermayerUse correct timestamp value for stream copy.
2008-06-25 David LiuClose parse context.
2008-06-25 Ramiro PollaMake it a little easier to spot that the code is not...
2008-06-25 Luca AbeniRemove improper usage of AV_TIME_BASE_Q
2008-06-25 Stefan Gehrerremove duplicate tables
2008-06-24 Michael NiedermayerPrevent duration calculation code from generating rando...
2008-06-24 Alexander StrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-24 Stefano SabatiniReindent.
2008-06-24 Stefano SabatiniMake ffserver show launched commandlines not only in...
2008-06-24 Stefano SabatiniUse http_log() rather than printing on stdout to show...
2008-06-24 Vitor SessakSimplify interp()
2008-06-24 Vitor SessakMore cosmetics
2008-06-24 Vitor SessakCosmetics
2008-06-24 Stefano SabatiniMake ffserver show each launched commandline just befor...
2008-06-24 Stefan Gehrerrevert accidental const slipping in
2008-06-24 Diego BiurrunReplace redundant MAX macro declaration by proper use...
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-24 Vitor SessakUse lpc_coef[2] instead of lpc_coef and lpc_coef_old
2008-06-24 Vitor SessakRemove unused entries from lpc_refl_cb*
2008-06-24 Vitor SessakRemove unused entries from energy_tab
2008-06-24 Luca AbeniDo not set sample_rate = 90000 for mp2 and mp3 audio...
2008-06-24 Laurent DesnoguesMark constant structure member as const to avoid some...
2008-06-24 Stefano SabatiniIncorporate ffserver documentation Quick Start chapter...
2008-06-24 Diego BiurrunRemove redundant mm_flags declaration, fixes the warning:
2008-06-24 Baptiste Coudurierlog when feed is already being received
2008-06-24 Baptiste Coudurierreindent
2008-06-23 Vitor SessakRemove unused values from gain_{val,exp}_tab
2008-06-23 Vitor SessakNow these tables fit in 16 bits.
2008-06-23 Vitor SessakMerge the >> 4 calculation of cb1_base in the table
2008-06-23 Vitor SessakConsistency: make the output buffer the first argument...
2008-06-23 Vitor SessakUse sizeof() intead of hardcoding the values
2008-06-23 Vitor SessakSimplify
2008-06-23 Vitor SessakSimplify
2008-06-23 Vitor SessakIt makes more sense to return 1 here in case of overflow.
2008-06-23 Vitor SessakCosmetics: indent
2008-06-23 Vitor SessakRemove unneeded check
2008-06-23 Vitor Sessakrescale_rms() should use unsigned ints
2008-06-23 Vitor SessakMove factor multiplication out of irms()
2008-06-23 Vitor SessakThis should be signed
2008-06-23 Vitor SessakMore comments removal/fixes
2008-06-23 Vitor SessakRemove useless comment
2008-06-23 Vitor SessakMore comments improvement
next