]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2008-06-23 Vitor SessakDocument defines better
2008-06-23 Vitor SessakRemove useless define
2008-06-23 Vitor SessakRename rotate_buffer() to copy_and_dup() and doxy it
2008-06-23 Vitor SessakSimplify t_sqrt()
2008-06-23 Vitor SessakAdd doxy comment
2008-06-23 Vitor SessakRename var
2008-06-23 Vitor SessakMove code unrelated to lpc filtering out of lpc_filter()
2008-06-23 Vitor SessakSimplify rotate_buffer()
2008-06-23 Baptiste Couduriercopy extradata if present
2008-06-23 Stefano SabatiniFix typo in libavcodec/opt.h.
2008-06-23 Stefano SabatiniMake ffserver daemon chdir()s just after log init....
2008-06-23 Baptiste Coudurierfix segv, fmt_ctx is not set for rtsp
2008-06-23 Diego BiurrunRemove unused variable, fixes the warning:
2008-06-23 Baptiste Couduriercosmetics, braces placement
2008-06-23 Art ClarkeAllocate static tables on stack, not heap.
2008-06-23 Baptiste Coudurier10l, do not use ctx before being set, fix segv
2008-06-23 Baptiste Coudurierfix compilation, this should be better
2008-06-23 Baptiste Coudurier10l, move init after possible goto
2008-06-23 Baptiste Couduriersimplify, use ist
2008-06-23 Baptiste Coudurierfix source stream, source_index is refering to fmt_in...
2008-06-23 Baptiste Couduriersimplify
2008-06-23 Baptiste Coudurierno need to print date anymore since done in http_log
2008-06-22 Baptiste Coudurierchinese avs demuxing support, demux AVSFileFormat.mp4
2008-06-22 Vitor SessakCosmetics
2008-06-22 Vitor SessakAvoid a memcpy. Code is also simpler now in my opinion.
2008-06-22 Stefano SabatiniDocument ffserver debug mode.
2008-06-22 Stefano SabatiniDocument ffserver daemon mode.
2008-06-22 Stefano SabatiniDocument ffserver no-launch mode.
2008-06-22 Stefano SabatiniCosmetics: move ffmpeg.c dframes option definition...
2008-06-22 Evgeniy Stepanovmatroskadec: decode track private data if needed
2008-06-22 Evgeniy Stepanovmatroskadec: move buffer decoding code to a separate...
2008-06-22 Aurelien Jacobsmatroskadec: fix a memory leak
2008-06-22 Robert SwainRemove now unused variable
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-06-22 Peter Rossvp6: ensure that huffman decoding table is sorted with...
2008-06-22 Diego Biurruncosmetics: alignment
2008-06-22 Diego BiurrunAdd missing entry for PCM_DVD_ENCODER.
2008-06-22 Peter RossAdd missing mpegvideo.o to list of vc1.o dependencies.
2008-06-22 Peter RossAdd missing entry for ADPCM_IMA_QT_ENCODER.
next