]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-07-10 Gregory MontoirMotion Pixels MVI Demuxer.
2008-07-10 Gregory MontoirMotion Pixels Video Decoder.
2008-07-09 Luca BarbatoSplit AVOption/AVClass in a separate file. SoC Patch...
2008-07-09 Stefano SabatiniFix a warning in ffserver.c caused by the use of the...
2008-07-09 Michael NiedermayerRemove ancient code that hasnt worked in many years.
2008-07-09 Måns Rullgårdregenerate dependencies when building object files
2008-07-09 Michael NiedermayerNew full search ME
2008-07-09 Stefano SabatiniPrint the program_name rather than always "FFmpeg"...
2008-07-09 Alexander StrangeMake the function prototype visible to comply with...
2008-07-09 Peter Rossincrement minor version for commit r14110 (Electronic...
2008-07-09 Michael Niedermayerfloat_to_int16_sse2()
2008-07-09 Michael Niedermayerindent
2008-07-09 Michael NiedermayerAllow setting codecs through preset files
2008-07-09 Michael Niedermayerfix IPCM_decode_error.h264
2008-07-08 Michael NiedermayerFix the av_set_string() free / alloc issue.
2008-07-08 Michael Niedermayerindent
2008-07-08 Michael Niedermayer10000l for myself, my last change was incomplete.
2008-07-08 Erik HovlandOne-bit bitfields should probably be unsigned. Unfortun...
2008-07-08 Diego BiurrunAdd FFMPEG_CONFIGURATION to config.mak as well, it...
2008-07-08 Diego BiurrunRemove wrong casts from vector declarations, this would...
2008-07-08 Diego BiurrunIgnore case when sorting.
2008-07-08 Diego BiurrunList QuickTime container as MOV/QuickTime.
2008-07-08 Diego BiurrunRemove redundant Macromedia Flash entry in supported...
2008-07-08 Diego Biurrunformat name cosmetics, spelling cosmetics
2008-07-08 Diego BiurrunSort and prettyprint audio codecs table.
2008-07-08 Diego BiurrunSort and prettyprint video codecs table.
2008-07-08 Diego BiurrunSort and prettyprint the file formats table.
2008-07-08 Diego BiurrunRemove file extension from some formats, it's never...
2008-07-08 Diego Biurrunliba52 is not always used for AC-3 decoding.
2008-07-08 Diego BiurrunSort image formats table.
2008-07-08 Michael NiedermayerSet cur_dts to 0 only during creating new streams and...
2008-07-08 Diego BiurrunWMV8 is fully supported now.
2008-07-08 Diego Biurrunspelling cosmetics and format name fixes
2008-07-08 Diego Biurrunliba52 is no longer necessary for AC-3 decoding.
2008-07-08 Diego Biurrunspelling cosmetics
2008-07-08 Peter RossElectronic Arts CMV latent dox entry
2008-07-08 Peter RossElectronic Arts CMV latent changelog entry
2008-07-08 Peter RossElectronic Arts CMV demuxer
2008-07-08 Peter RossElectronic Arts CMV decoder
2008-07-08 Peter RossRemove AVPaletteControl from ALG MM demuxer/decoder
2008-07-08 Victor PollexMake LOAD4/STORE4 macros more generic.
2008-07-08 Luca AbeniRemove outdated comment
2008-07-08 Stefano SabatiniPrint libavformat version in outgoing SDPs.
2008-07-07 Aurelien Jacobscorrect path in *-uninstalled.pc
2008-07-07 Michael Niedermayer1 c-asm loop less and 1x unroll of float_to_int16_sse()
2008-07-07 Michael NiedermayerFix x86-64
2008-07-07 Michael Niedermayerdont use C-asm loops and unroll once float_to_int16_3dnow()
2008-07-07 Reimar Döffinger10l, fix nuv_header for the case when there is no video...
2008-07-07 Diego BiurrunAlphabetically order AVInputFormat/AVOutputFormat decla...
2008-07-07 Diego BiurrunAdd a note to remind people to add new raw formats...
2008-07-07 Diego BiurrunAdd missing dependency declaration for raw Dirac demuxer.
2008-07-07 Diego Biurrunspelling cosmetics in PCM codec long names
2008-07-07 Benjamin Larssonredundant assignment found by Clang
2008-07-06 Aurelien Jacobsadd some missing dependencies
2008-07-06 Vitor SessakSimplify: glob->phase is always == 3
2008-07-06 Vitor SessakCosmetics: reindent tables
2008-07-06 Vitor SessakRemove phasep context var, it is just phase*5
2008-07-06 Vitor SessakSlighly faster operation
2008-07-06 Vitor SessakTypo in a comment: s/two avoid/to avoid/
2008-07-06 Vitor SessakCosmetics: remove braces
2008-07-06 Vitor SessakAnother use of scalar_product_float()
2008-07-06 Vitor SessakDo not reimplement memmove()
2008-07-06 Gregory MontoirRemove context fields which can be used as simple local...
2008-07-06 Gregory MontoirRemove inaccurate computation of pts for audio packets...
2008-07-06 Gregory MontoirRemove av_cold attribute on decode_frame and add it...
2008-07-06 Stefano SabatiniDocument av_find_opt().
2008-07-06 Kostya ShishkovAltivec implementation of APE vector functions
2008-07-06 Kostya ShishkovAdd several vector functions used by Monkey's Audio...
2008-07-06 Luca BarbatoRemove ASSERT() macro. SoC Patch from Keiji Costantini
2008-07-06 Luca BarbatoReindent. SoC Patch from Keiji Costantini
2008-07-06 Luca BarbatoSplit simpleCopy into packedCopy and planarCopy. SoC...
2008-07-05 Vitor SessakCosmetics: remove braces
2008-07-05 Vitor SessakCreate a function for float dot product instead of...
2008-07-05 Diego BiurrunAdd correct header #include to fix 'make checkheaders'.
2008-07-05 Diego BiurrunAdd required stdint.h header #include.
2008-07-05 Diego Biurrunspelling cosmetics
2008-07-05 Kostya ShishkovCosmetics: align
2008-07-05 Kostya ShishkovMove MLP/TrueHD from video to audio codecs section.
2008-07-05 Peter RossOnly define AltiVec vector syntax macro when AltiVec...
2008-07-05 Diego BiurrunAdd a note to remind people that new PCM/ADPCM formats...
2008-07-05 Diego BiurrunRemove unused variable, fixes the warning:
2008-07-04 Michael NiedermayerAll mp3 parsers are buggy fix 2 of n (out of array...
2008-07-04 Michael NiedermayerAll id3 parsers are buggy, 0 termination fix 1 of n...
2008-07-04 Vitor SessakWrite for loops in a more standard way. In my opinion...
2008-07-04 Ramiro PollaMLP/TrueHD decoder.
2008-07-04 Vitor SessakMove vars declaration to inner loop when possible
2008-07-04 Vitor SessakSimplify
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
2008-07-04 Diego Biurrunwhitespace cosmetics
2008-07-04 Diego BiurrunPlace license header at the top of the file for consist...
2008-07-04 Diego Biurrunspelling cosmetics
2008-07-03 Vitor SessakRemove unneeded var
2008-07-03 Vitor SessakUse a matrix instead of a vector
2008-07-03 Vitor SessakReindent table
2008-07-03 Ronald S. BultjeReindent after r14059, see "[PATCH] allow empty params for
2008-07-03 Ronald S. BultjeAllow NULL for read_header in AVInputFormat. See discus...
2008-07-03 Michael NiedermayerWe do not only calculate it but we also return it.
2008-07-03 Michael NiedermayerMore correct comment.
2008-07-03 Michael Niedermayermake sum_of_squares() more generic
2008-07-02 Alexander StrangeCosmetics: split a long line.
next