platform/upstream/libav.git
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.
2008-06-22 Peter RossAdd missing entry for ADPCM_EA_MAXIS_XA_DECODER.
2008-06-22 Baptiste Couduriercosmetics, pts->dts
2008-06-22 Baptiste Coudurierstore dts in ffm headers
2008-06-22 Baptiste Coudurierremove pts set hack, this is no more correct
2008-06-22 Baptiste Coudurierupdate seek reg ref due to r13856
2008-06-22 Reimar DöffingerFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
2008-06-22 Baptiste Couduriermove code setting output parameters after possible...
2008-06-22 Baptiste Couduriermove code after possible failure, so no need to free
2008-06-22 Baptiste Couduriercheck av_open_input_stream error
2008-06-22 Baptiste Coudurierremove return 1, we don't change state, we are still...
2008-06-22 Baptiste Coudurierfree pb
2008-06-22 Baptiste Coudurieruse av_open_input_stream
2008-06-22 Baptiste Coudurierdo not allocate st->codec, it will be overwritten later...
2008-06-22 Baptiste Couduriercosmetics, reindent
2008-06-22 Baptiste Coudurierenable feeder threads
2008-06-22 Baptiste Coudurierlog to stderr
next