platform/upstream/libav.git
2009-03-25 Diego Biurruntypo: beomes --> becomes
2009-03-25 Diego BiurrunMove licensing information into a separate file called...
2009-03-25 Diego BiurrunClarify that our LGPL/GPL licenses come with an explici...
2009-03-25 Diego BiurrunThe Mersenne Twister PRNG was removed, mention replacement.
2009-03-25 Diego Biurruncosmetics: Reformat paragraphs and other cosmetic changes.
2009-03-25 Baptiste Coudurierset wrong_dts for iMovie created files which has huge...
2009-03-25 Ramiro PollaClear some more variables that are used on subdir Makef...
2009-03-24 Justin Rugglescosmetics: add an @return to documentation for decode_f...
2009-03-24 Diego BiurrunAdd _XOPEN_SOURCE #define. This is necessary for (s...
2009-03-24 Cédric SchieliAdds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P...
2009-03-24 Cédric SchieliFix some places where "non-alpha to YUVA420P" do not...
2009-03-24 Cédric SchieliSimpler and more elegant fix to the x86_32/OSX+PIC...
2009-03-24 Ronald S. Bultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-24 Robert SwainUpdate apiexample.c to use the newer avcodec_decode_aud...
2009-03-24 Justin Rugglesflacdec: split frame header decoding and validation...
2009-03-23 Stefano SabatiniUse PIX_FMT_NE() for defining the PIX_FMT_RGB32 variant...
2009-03-23 Stefano SabatiniMake the PIX_FMT_NE() macro more generic.
2009-03-23 Gwenole BeauchesneAdd MPEG-2 bitstream decoding through VA API.
2009-03-23 avcoderMove declaration of 'pict' closer to where it is used...
2009-03-23 Benoit FouetMove av_class to AVResampleContext instead of ReSampleC...
2009-03-23 Alex ConverseAAC: Ignore cc_domain for independent (time domain...
2009-03-22 Stefano SabatiniAdd pcxenc.o to the $OBJS list, it was erroneously...
2009-03-22 Justin Rugglesflacdec: cosmetics: white space
2009-03-22 Justin Rugglesflacdec: cosmetics: separate the pure frame header...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Diego BiurrunRemove unnecessary CLEANFILES declaration. Test program...
2009-03-22 Diego BiurrunSplit AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM...
2009-03-22 Stefano SabatiniMake the pixel formats which were defined as macros:
2009-03-22 Justin Rugglesflacdec: allow sample rate to change mid-stream, but...
2009-03-22 Diego BiurrunAdd rule for building API example programs.
2009-03-22 Stefano SabatiniFactorize: use the X_NE() macro in avcodec_get_pix_fmt().
2009-03-22 Justin Rugglesflacdec: cosmetics: indentation
2009-03-22 Stefano SabatiniImplement X_NE() macro.
2009-03-22 Justin Rugglesflacdec: change frame bps validation to return an error...
2009-03-22 Justin Rugglesflacdec: cosmetics: add some braces to if/else statements
2009-03-22 Justin Rugglesflacdec: skip frame when allocated data size is too...
2009-03-22 Justin Ruggles10l: don't check against current layout until after...
2009-03-22 Justin Rugglesflacdec: give a more accurate error message when valida...
2009-03-22 Stefano SabatiniExport to pixdesc.h the av_pix_fmt_descriptors array.
2009-03-22 Justin Rugglesflacdec: move data size check to flac_decode_frame()
2009-03-22 Justin Rugglesflacdec: comments and white space.
2009-03-22 Justin Rugglescosmetics: vertical alignment
2009-03-22 Justin Rugglesflacdec: remove unneeded local variable
2009-03-22 Justin Rugglesflacdec: cosmetics: rename 3 variables
2009-03-22 Justin Rugglesflacdec: use a local variable for GetBitContext in...
2009-03-22 Aurelien Jacobshandle id3v2 'genre' tag formated as '%d'
2009-03-22 Ronald S. BultjeRemove alpha channel from default colorspace tables...
2009-03-22 Diego BiurrunUse $< automatic variable to simplify some commands.
2009-03-22 Ronald S. BultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-22 Kostya ShishkovAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 Baptiste Coudurierallocate tracks instead of using MAX_STREAMS
2009-03-22 Baptiste Coudurierinit ext sample rate to 0 if not present
2009-03-22 Baptiste Couduriersince code now use get_bits_long, allocate padding...
2009-03-22 Baptiste Coudurieravoid creating a new stream not referenced in pmt since...
2009-03-22 Gwenole BeauchesneAdd common VA API data structures and helpers.
2009-03-21 Michael NiedermayerEnable unscaled packed422 -> planar 420 converters...
2009-03-21 Michael Niedermayer10l (C code was buggy and untested)
2009-03-21 Michael NiedermayerAverage chroma of 2 lines in packed 422 -> planar 420.
2009-03-21 Gwenole BeauchesneAdd support for HW accelerated VC-1 decoding through...
2009-03-21 Baptiste Coudurierreset codec width/height for h264 forcing decoder to...
2009-03-21 Stefano SabatiniChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 Stefano SabatiniUse PIX_FMT_NE() macro.
2009-03-21 Stefano SabatiniImplement PIX_FMT_NE() macro.
2009-03-21 Stefano SabatiniExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 Stefano SabatiniGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 Ronald S. BultjeRemove slash-skipping code because the function called...
2009-03-21 Ronald S. BultjeReindent something where a if () --> { <-- is on a...
2009-03-21 Ronald S. BultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 Ronald S. BultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 Ronald S. BultjeRemove useless comment about something that is deprecat...
2009-03-21 Ronald S. BultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 Ronald S. BultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 Ronald S. BultjeAllow (and parse) incoming server messages (notices...
2009-03-21 Ronald S. BultjeAdd a @todo item to use ByteIOContext instead of URLCon...
2009-03-21 Ronald S. BultjeRemove index writing in RM muxer, since it is broken...
2009-03-21 Ronald S. BultjeDon't allow to sync on packets of zero-size length...
2009-03-21 Ronald S. BultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-21 Diego BiurrunRemove deprecated and now unused Mersenne Twister PRNG.
2009-03-21 Kostya ShishkovRegister myself as Smacker maintainer
2009-03-21 Diego BiurrunWhen warning about forbidden pseudo random number gener...
2009-03-21 Diego BiurrunFix reference to av_random_init where av_lfg_init was...
2009-03-21 Diego BiurrunFix reference to av_random where av_lfg_get was meant.
2009-03-21 Daniel VerkampMake Smacker audio decoder output audio in original...
2009-03-21 Diego BiurrunRemove deprecated functions and structures on next...
2009-03-21 Cédric SchieliFix build failure on x86_32 Mac OS X with PIC enabled
2009-03-21 Baptiste Couduriercheck if feed max file size is too small
2009-03-21 Baptiste Couduriercosmetics, reindent and remove empty line
2009-03-21 Baptiste Couduriernew Truncate option which will make feeder truncate...
2009-03-21 Reimar DöffingerFix avpicture_get_size for non-paletted formats with...
2009-03-21 Reimar DöffingerFix planarCopy to ignore the GRAY8 "pseudo"-palette...
2009-03-21 Baptiste Coudurierupdate ffserver regression ref
2009-03-21 Baptiste Coudurierdo not call av_find_stream_info if stream is ffm, shoul...
2009-03-21 Baptiste Couduriersend busy reply if max connections number is exceeded
2009-03-21 David ConradReindent
2009-03-21 David ConradFix Speex header parsing in ogg demuxer
2009-03-21 David ConradDocument ogg_codec's header function
2009-03-21 Baptiste Coudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 Baptiste Coudurierfix valid seeking range
2009-03-21 Baptiste Coudurieradjust write index if not set
next