summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje2009-03-22
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-22
* allocate tracks instead of using MAX_STREAMSBaptiste Coudurier2009-03-22
* init ext sample rate to 0 if not presentBaptiste Coudurier2009-03-22
* since code now use get_bits_long, allocate padding bufferBaptiste Coudurier2009-03-22
* avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier2009-03-22
* Add common VA API data structures and helpers.Gwenole Beauchesne2009-03-22
* Enable unscaled packed422 -> planar 420 converters by default as theMichael Niedermayer2009-03-21
* 10l (C code was buggy and untested)Michael Niedermayer2009-03-21
* Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer2009-03-21
* Add support for HW accelerated VC-1 decoding through the newGwenole Beauchesne2009-03-21
* reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier2009-03-21
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-21
* Use PIX_FMT_NE() macro.Stefano Sabatini2009-03-21
* Implement PIX_FMT_NE() macro.Stefano Sabatini2009-03-21
* Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini2009-03-21
* Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini2009-03-21
* Remove slash-skipping code because the function called right after thatRonald S. Bultje2009-03-21
* Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje2009-03-21
* Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje2009-03-21
* Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje2009-03-21
* Remove useless comment about something that is deprecated. See summary inRonald S. Bultje2009-03-21
* Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje2009-03-21
* Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje2009-03-21
* Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje2009-03-21
* Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje2009-03-21
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-21
* Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje2009-03-21
* Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje2009-03-21
* Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun2009-03-21
* Register myself as Smacker maintainerKostya Shishkov2009-03-21
* When warning about forbidden pseudo random number generation functions,Diego Biurrun2009-03-21
* Fix reference to av_random_init where av_lfg_init was meant.Diego Biurrun2009-03-21
* Fix reference to av_random where av_lfg_get was meant.Diego Biurrun2009-03-21
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-21
* Remove deprecated functions and structures on next version bump.Diego Biurrun2009-03-21
* Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli2009-03-21
* check if feed max file size is too smallBaptiste Coudurier2009-03-21
* cosmetics, reindent and remove empty lineBaptiste Coudurier2009-03-21
* new Truncate option which will make feeder truncate feed fileBaptiste Coudurier2009-03-21
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-21
* Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...Reimar Döffinger2009-03-21
* update ffserver regression refBaptiste Coudurier2009-03-21
* do not call av_find_stream_info if stream is ffm, should fix stallingBaptiste Coudurier2009-03-21
* send busy reply if max connections number is exceededBaptiste Coudurier2009-03-21
* ReindentDavid Conrad2009-03-21
* Fix Speex header parsing in ogg demuxerDavid Conrad2009-03-21
* Document ogg_codec's header functionDavid Conrad2009-03-21
* fix compilation when DEBUG_SEEK is definedBaptiste Coudurier2009-03-21
* fix valid seeking rangeBaptiste Coudurier2009-03-21