]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-08-01 Diego BiurrunAdd missing header #includes.
2008-08-01 Peter RossModify av_audio_convert() to use AVAudioConvert context...
2008-08-01 Peter RossRevert r14484 hunk that deleted the 'include avcodec...
2008-08-01 Nicolas GeorgeUse compression level to set mp3lame quality option.
2008-07-31 Baptiste Coudurierfix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue...
2008-07-31 Art Clarkedowngrade mov negative ctts log message to warning...
2008-07-31 Baptiste CoudurierOnly reset buffer state if seeking is successful; updat...
2008-07-31 Baptiste Couduriercheck url_fseek return value
2008-07-31 Baptiste Couduriercheck url_fseek return value, update seek reg tests
2008-07-31 Baptiste Couduriercheck url_fseek return value, update seek reg tests
2008-07-31 Mathieu MalaterreFix a potential out of array writing.
2008-07-31 Peter RossAdd opt handler for pending "-sample_fmt" option
2008-07-31 Peter RossWrite sample format description within avcodec_string()
2008-07-31 Peter RossAdd sample format support functions: avcodec_get_sample...
2008-07-31 Art ClarkeUse static vlc structure to decode layer 3 huffman...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-31 Måns Rullgårdfix ARMv6 FASTDIV for divisor <=2
2008-07-31 Baptiste Coudurierskip flv video info / command frame packets, fix issue...
2008-07-30 Michael Niedermayer1000l typo my new PRNG converged to -1.
2008-07-30 Michael NiedermayerAdd a multiplicative LFG for those thinking the additiv...
2008-07-30 Baptiste Coudurierchange assert test due to the new reducing of time_base...
2008-07-30 Michael NiedermayerSimplify intra PCM MB handling.
2008-07-30 Diego BiurrunUSE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
2008-07-30 Peter RossEA Demuxer: make rev2 flag optional
2008-07-30 Baptiste Coudurieradd a bunch of new xdcam hd422 fourccs
2008-07-30 Baptiste Couduriermore hdv fourccs
2008-07-30 Baptiste Coudurierupdate hdv fourcc descriptions
2008-07-29 Peter Rossgive additional use case for version bumping; remove...
2008-07-29 Vitor SessakDo not declare a counter as unsigned when it is not...
2008-07-29 Vitor SessakCosmetics: rename loop counter vars to i,j
2008-07-29 Vitor SessakCosmetics: rename loop counter vars to i,j
2008-07-29 Loren Merrittr14205 broke vorbis float_to_int on ppc
2008-07-29 Stefano SabatiniFix a typo in sdp_write_header(): change "IPV4", which...
2008-07-29 Diego BiurrunAdd note about gcc bugs that gcc devs refuse to fix.
2008-07-29 Paul KendallUse #define instead of a constant. Patch by Paul Kendall.
2008-07-28 Stefano SabatiniMake ffmpeg dump output format in case of codec type...
2008-07-28 Michael NiedermayerDocument av_lfg_get().
2008-07-28 Michael NiedermayerWarning about MTs speed.
2008-07-28 Jason Garrett... Small h264 decoding speed optimization: while->do/while
2008-07-28 Michael NiedermayerSimple lagged fibonacci PRNG.
2008-07-28 Vitor SessakCosmetics: new line
2008-07-28 Vitor SessakRemove the now useless phase variable from context
2008-07-28 Peter Rossincrement minor version for commit r14412 (add sample_f...
2008-07-28 Vitor SessakCosmetics: make comment match var name
2008-07-28 Vitor SessakCosmetics: align comments
2008-07-28 Vitor SessakRename two context vars: s/sb/sp_block/, s/lhist/gain_b...
2008-07-28 Vitor SessakDeclare temporary buffers to be only of the necessary...
2008-07-28 Vitor SessakRemove redundant comments
2008-07-28 Vitor SessakCosmetics: do not align with now removed next instruction
2008-07-28 Vitor SessakCosmetics: remove braces and useless newline
2008-07-28 Vitor SessakChange the way the input is passed to do_hybrid_filter...
2008-07-28 Vitor SessakRemove RA288Context.output buffer. This buffer is just...
2008-07-27 Michael NiedermayerFix misdetection of H.264 in mpegts as mpeg1video in...
2008-07-27 Vitor SessakAdd a few comments pointing to the G.728 specification
2008-07-27 Vitor SessakRemove the history buffer from the context. It can...
2008-07-27 Diego BiurrunRemove unused variable.
2008-07-27 Diego BiurrunAdd random to list of test programs.
2008-07-27 Diego BiurrunChange return type of main function to int to avoid...
2008-07-27 Diego BiurrunMove #includes, which are only used in the test program...
2008-07-27 Stefano SabatiniImprove long names for FFM muxer and demuxer:
2008-07-27 Vitor SessakRename two context buffers: pr{1,2} -> {sp,gain}_lpc...
2008-07-27 Stefano SabatiniComplete documentation for av_set_string().
2008-07-27 Vitor SessakRemove st1 and st2 temporary buffers in backward_filter...
2008-07-27 Michael NiedermayerChange benchmarking code so it returns comparable values.
2008-07-27 Michael NiedermayerMake the selftesting code use and compileable.
2008-07-27 Vitor SessakChange slightly the meaning of RA288Context.phase....
2008-07-27 trippFix and clarify invalid examples for framerate override...
2008-07-27 Aurelien Jacobsmatroska: add support for A_QUICKTIME/QDM2 codec
2008-07-27 Aurelien Jacobsmatroska: add support for V_QUICKTIME track type
2008-07-27 Jeff DownsInitialize outputed_poc to INT_MIN at decoder initializ...
2008-07-27 Paul Kendallleft_block intialisation optimisation.
2008-07-27 Diego Biurruntypo fix
2008-07-27 Robert SwainAAC tables and data that have been OKed by Michael
2008-07-26 Michael NiedermayerDetect IDR less H.264 correctly.
2008-07-26 Jeff DownsAnd.... Fix another spec reference to be more specific...
2008-07-26 Jeff DownsFix reference to spec to be more specific and correct.
2008-07-26 Vitor SessakRemove st1 and st2 variables from context, since they...
2008-07-26 Vitor SessakRename st{1,2}{a,b} context variables to more meaningfu...
2008-07-26 Paul KendallSimple refactoring to resolve a FIXME. Patch by Paul...
2008-07-26 Vitor SessakCosmetics: remove useless parenthesis
2008-07-26 Vitor SessakMove colmult() function to the beginning of file to...
2008-07-26 Vitor SessakRemove an useless comment describing colmult()
2008-07-26 Vitor SessakRemove an useless comment describing prodsum()
2008-07-26 Vitor SessakGive the context variables of ra288 a better name:...
2008-07-26 Vitor SessakGive the context structure of ra288 a better name:...
2008-07-26 Peter Rossadd sample_fmts infrastructure: AVCodec->sample_fmts...
2008-07-26 Peter RossInclude 32-bit PCM description
2008-07-26 Peter RossSupport 32-bit floating point audio samples in Sun...
2008-07-26 Peter Rossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-26 Michael Niedermayerindent
2008-07-26 Michael Niedermayerchroma_format_idc=0 aka grayscale support.
2008-07-26 Alexander StrangeAdd a new -debug option for tracing calls to the defaul...
2008-07-25 Michael NiedermayerRevert r14404
2008-07-25 Michael NiedermayerRemove another 2 incorrect checks.
2008-07-25 Michael NiedermayerPrint an error if a reference picture is missing.
2008-07-25 Michael NiedermayerRemove mysterious ref->data[0] check.
2008-07-25 Michael Niedermayer10l typo, fix compilation
2008-07-25 Michael NiedermayerRemove another stupidity, long_ref==0 check 4 lines...
2008-07-25 Michael Niedermayerindent
2008-07-25 Michael NiedermayerRewrite fill_default_ref_list(), the old code was obfus...
next