]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-05-22 bananFix decoding of 01-Untitled(1).oma, patch by Maxim...
2008-05-22 bcoudurierfree moov and cmov when error occurs, fix memleak,...
2008-05-22 takisMove show_formats() to cmdutils.c.
2008-05-22 takisImplement ffplay -L.
2008-05-22 takisImplement ffserver -version.
2008-05-21 michaelGet rid of more senseless wraper functions and use...
2008-05-21 michaelDo not pass program_name as argument to show_version...
2008-05-21 michaelOPT_EXIT
2008-05-21 bcoudurierremove useless var
2008-05-21 bcoudurier10l, fix compilation
2008-05-21 bcoudurieruse duration from pkt
2008-05-21 bcouduriersimplify
2008-05-21 bcouduriersimplify
2008-05-21 bcoudurierno need to sleep to hide crashes
2008-05-21 bcouduriercheck pkt stream index before returning packet, prevent...
2008-05-21 bcoudurieropen logfile in append mode, don't overwrite it
2008-05-21 bcoudurierdont forget to free packet, fix memleak
2008-05-21 vitorMake gbuf2 a table instead of an array
2008-05-21 vitorRemove unneeded var from context
2008-05-21 benoitMake ffserver use parse_options().
2008-05-21 benoitImprove parse_primary() error message.
2008-05-21 benoitPrint timestamp with increased precision.
2008-05-21 vitorCosmetics: indentation
2008-05-21 vitorSimplify irms()
2008-05-21 vitorSimplify add_wav()
2008-05-21 vitorOnly one out of two values of gbuf1 is actually used...
2008-05-21 vitorMake etable1 and etable2 tables instead of arrays.
2008-05-21 vitorSimplify ra144_decode_frame() by unrolling a senseless
2008-05-21 vitorUse ff_sqrt() function instead of using a table
2008-05-21 compnupdate adding codec docs
2008-05-21 takisLet ffplay support "-version".
2008-05-21 cehoyosDo not loop endlessly if converting into dv with timest...
2008-05-21 bcouduriersupport dvd pcm 20/24 bits, patch by Lars Täuber, lars...
2008-05-20 bcoudurierremove useless/obsolete comments
2008-05-20 bcoudurierremove useless close function
2008-05-20 bcouduriersplit swf de/muxer
2008-05-20 bcoudurieronly print debug info when sample is actually added
2008-05-20 bcoudurierwarn about multiple fourcc
2008-05-20 bcoudurierdemux all stsd ids if codec is the same, fix premature_...
2008-05-19 melansoncorrect build documentation for qt-faststart utility
2008-05-17 vitorCosmetics: move function to remove forward declarations
2008-05-17 vitorMinor simplification of rotate_block()
2008-05-17 vitorCosmetics: indentation
2008-05-17 vitorCosmetics: rename variable
2008-05-17 vitorSimplify ra144_decode_frame()
2008-05-17 michaelSimplify vsad16_mmx2().
2008-05-17 vitorRemove a useless temporary buffer
2008-05-17 michaelSimplify vsad16_mmx().
2008-05-17 vitorConvert ra144.h tables from hex to decimal
2008-05-17 michaelSimplify vsad_intra16_mmx2()
2008-05-17 michaelSimplify vsad_intra16_mmx()
2008-05-17 diegoLPCM 24 bits support, patch by Lars Täuber, lars.taeube...
2008-05-17 diegoThe MPEG4AAC codec is provided by an external library...
2008-05-17 diegomissing codec long names by Stefano Sabatini, stefano...
2008-05-16 michaelAvoid using log2() freebsd does not support it.
2008-05-16 diegoStore license value in a variable for later use.
2008-05-16 diegocosmetics: Make 'ffserver -h' output consistent with...
2008-05-16 diegoFix big-endian vs. little-endian typo.
2008-05-16 diegoconsistent codec name by Stefano Sabatini, stefano...
2008-05-16 diegoAdd PCM codec long names; by Stefano Sabatini, stefano...
2008-05-15 mruset $logfile before use
2008-05-15 aurelmatroskadec: add support for bzlib compressed tracks
2008-05-15 aurelcosmetics: alignment
2008-05-15 aurelalows using bzlib by adding a check in configure
2008-05-15 diegocosmetics: Use C-style comment delimiters with #endif...
2008-05-15 diegocosmetics: Fix typos in ADPCM codec long names.
2008-05-15 diegocosmetics: s/Id/id/ in libavcodec where Id refers to...
2008-05-15 bcouduriertry to demux even if codec is not recognized, should...
2008-05-15 bcoudurierdo not fail if correct is not recognized
2008-05-15 bcouduriercosmetics, remove space before opening parenthesis
2008-05-15 vitorRemove useless buffers
2008-05-15 vitorSimplify rotate_block()
2008-05-15 vitorDo not pass the context to functions that do not use it
2008-05-15 vitorDeclare vars as const when possible
2008-05-15 vitorDo not copy tables to a context var, use them directly
2008-05-15 vitorRemove unneeded fields from the decoder context
2008-05-15 vitorRead the bitstream where the data is actually needed...
2008-05-15 vitorUse correct type in FFSWAP (thanks to Benoit Fouet...
2008-05-15 vitorCosmetics: remove useless parenthesis
2008-05-15 vitorThe first table of decodetable[] is unrelated to the...
2008-05-15 diegocosmetics: Add whitespace around redirection operators.
2008-05-15 diegoADPCM codec long names by Stefano Sabatini, stefano...
2008-05-15 diegoDPCM codec long names, patch by Stefano Sabatini, stefa...
2008-05-15 benoitMake av_set_string() fail when number could not be...
2008-05-14 diegoAdd codec long name, patch by Stefano Sabatini, stefano...
2008-05-14 benoitUpdate offset in the option string later, to have a...
2008-05-13 aureladd missing \n in av_log message
2008-05-13 aurelmatroskadec: add support for zlib compressed tracks
2008-05-13 mruacelp_filters.h needs stdint.h
2008-05-13 mmu_manFix non-debug build.
2008-05-13 mruset temporary filenames before using them
2008-05-13 ramiroAdd more support for Win64:
2008-05-13 ramiroMove arch check before OS check.
2008-05-13 cehoyosAdd VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
2008-05-13 cehoyosFix icc warning #188: enumerated type mixed with anothe...
2008-05-13 cehoyosAdd MATROSKA_TRACK_TYPE_NONE.
2008-05-13 diegoMake 'ffmpeg -formats' print codec long names.
2008-05-13 diegoUse pkg-config for libschroedinger libs, not only for...
2008-05-13 benoitFix a typo.
2008-05-12 cehoyosCorrect type for pcx_rle_decode().
next