]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-03-29 diegoRename libavtest target to lavftest to better express...
2009-03-29 diegoRename test.conf --> ffserver.conf, the new name is...
2009-03-29 reimarMerge the 3 COPY_FROM_* macros with lots of duplicated...
2009-03-29 reimarChange CHECK_STREAM_PTR macro to correctly handle the...
2009-03-29 reimarSimplify check for leftover bytes after decoding for...
2009-03-29 reimarGet rid of pointless "B" array in interplayvideo decoder.
2009-03-29 reimarReplace many tiny loops in the interplayvideo decoder...
2009-03-29 diegoRename seek_test.sh --> seek-regression.sh for greater...
2009-03-29 reimarMake ipvideo_decode_block array constant, compile-time...
2009-03-29 diegoGlobally ignore all example binaries.
2009-03-29 diegoGeneralize example target rule in common.mak so that...
2009-03-29 diegoRename apiexample.c --> api-example.c to be consistent...
2009-03-29 diegoAltiVec optimizations in libswscale are no longer GPL.
2009-03-29 ramiromingw32: Restore creation of import libraries. They...
2009-03-28 rbultjeDon't strip the first three characters off of any metad...
2009-03-28 ramiromlpdec: Remove few random dprintf()s.
2009-03-27 ramiromlpdec: Check for blocksize in proper range.
2009-03-27 ramiromlpdec: quant_step_size can be any value from 0 to...
2009-03-27 ramiromlpdec: output_shift can be any value from -8 to 7.
2009-03-27 ramirooutput_shift is signed
2009-03-27 ramiroSplit read_channel_params() into its own function.
2009-03-27 ramiroSplit read_matrix_params() into its own function.
2009-03-27 ramiroAdd myself as mlp* maintainer.
2009-03-27 lucabeMake rtp_write_header() fail in case of unsupported...
2009-03-27 diegoMove output-example dependency declaration after subdir...
2009-03-27 kostyaMerge some cases for reading raw data with different...
2009-03-27 benoitFix seek test build, by undefining printf and fprintf.
2009-03-27 michaelCheck for INIT_VLC_USE_STATIC
2009-03-27 diegoMove output_example.c --> libavformat/output-example.c.
2009-03-26 victorMake static the list of registered filters.
2009-03-26 diegoRemove unnecessary CFLAGS variable from output_example...
2009-03-26 diegoRemoving example programs is already handled by the...
2009-03-26 benoitFix a warning on an uninitialized variable.
2009-03-26 diegoMake svn:ignore properties globally consistent. Ignore...
2009-03-26 diegoUse a wildcard match instead of a list to remove test...
2009-03-26 ramiroUse intptr_t when casting pointers to int.
2009-03-26 ramiroCreate swscale subdirs for out-of-tree builds.
2009-03-25 diegofft-test does not depend on fdctref.o.
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-25 diegoprettyprinting cosmetics
2009-03-25 diegocosmetics: Group all path variables together in config...
2009-03-25 diegotypo: beomes --> becomes
2009-03-25 diegoMove licensing information into a separate file called...
2009-03-25 diegoClarify that our LGPL/GPL licenses come with an explici...
2009-03-25 diegoThe Mersenne Twister PRNG was removed, mention replacement.
2009-03-25 diegocosmetics: Reformat paragraphs and other cosmetic changes.
2009-03-25 bcoudurierset wrong dts for iMovie created files which has huge...
2009-03-25 ramiroClear some more variables that are used on subdir Makef...
2009-03-24 jbrcosmetics: add an @return to documentation for decode_f...
2009-03-24 diegoAdd _XOPEN_SOURCE #define. This is necessary for (s...
2009-03-24 rbultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-24 superdumpUpdate apiexample.c to use the newer avcodec_decode_aud...
2009-03-24 jbrflacdec: split frame header decoding and validation...
2009-03-23 stefanoUse PIX_FMT_NE() for defining the PIX_FMT_RGB32 variant...
2009-03-23 stefanoMake the PIX_FMT_NE() macro more generic.
2009-03-23 gbAdd MPEG-2 bitstream decoding through VA API.
2009-03-23 benoitMove declaration of 'pict' closer to where it is used...
2009-03-23 benoitMove av_class to AVResampleContext instead of ReSampleC...
2009-03-23 alexcAAC: Ignore cc_domain for independent (time domain...
2009-03-22 stefanoAdd pcxenc.o to the $OBJS list, it was erroneously...
2009-03-22 jbrflacdec: cosmetics: white space
2009-03-22 jbrflacdec: cosmetics: separate the pure frame header...
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 diegoSplit AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM...
2009-03-22 stefanoMake the pixel formats which were defined as macros:
2009-03-22 jbrflacdec: allow sample rate to change mid-stream, but...
2009-03-22 diegoAdd rule for building API example programs.
2009-03-22 stefanoFactorize: use the X_NE() macro in avcodec_get_pix_fmt().
2009-03-22 jbrflacdec: cosmetics: indentation
2009-03-22 stefanoImplement X_NE() macro.
2009-03-22 jbrflacdec: change frame bps validation to return an error...
2009-03-22 jbrflacdec: cosmetics: add some braces to if/else statements
2009-03-22 jbrflacdec: skip frame when allocated data size is too...
2009-03-22 jbr10l: don't check against current layout until after...
2009-03-22 jbrflacdec: give a more accurate error message when valida...
2009-03-22 stefanoExport to pixdesc.h the av_pix_fmt_descriptors array.
2009-03-22 jbrflacdec: move data size check to flac_decode_frame()
2009-03-22 jbrflacdec: cosmetics: comments and white space
2009-03-22 jbrcosmetics: vertical alignment
2009-03-22 jbrflacdec: remove unneeded local variable
2009-03-22 jbrflacdec: cosmetics: rename 3 variables
2009-03-22 jbrflacdec: use a local variable for GetBitContext in...
2009-03-22 aurelhandle id3v2 'genre' tag formated as '%d'
2009-03-22 rbultjeRemove alpha channel from default colorspace tables...
2009-03-22 diegoUse $< automatic variable to simplify some commands.
2009-03-22 rbultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-22 kostyaAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 bcoudurierallocate tracks instead of using MAX_STREAMS
2009-03-22 bcoudurierinit ext sample rate to 0 if not present
2009-03-22 bcouduriersince code now use get_bits_long, allocate padding...
2009-03-22 bcoudurieravoid creating a new stream not referenced in pmt since...
2009-03-22 gbAdd common VA API data structures and helpers.
2009-03-21 gbAdd support for HW accelerated VC-1 decoding through...
2009-03-21 bcoudurierreset codec width/height for h264 forcing decoder to...
2009-03-21 stefanoChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 stefanoUse PIX_FMT_NE() macro.
2009-03-21 stefanoImplement PIX_FMT_NE() macro.
2009-03-21 stefanoExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 stefanoGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 rbultjeRemove slash-skipping code because the function called...
next