summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* adjust write index if not setBaptiste Coudurier2009-03-21
* update seek regression ref due to 18063Baptiste Coudurier2009-03-21
* Take over sole maintainership for all FLAC-related stuffJustin Ruggles2009-03-21
* Fix the ogg regression test, which was broken by r18092. This is anJustin Ruggles2009-03-21
* add myself as maintainer for new FLAC filesJustin Ruggles2009-03-21
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-21
* flacdec: account for frame and subframe header overhead when calculatingJustin Ruggles2009-03-21
* revert accidental unrelated change in last commitJustin Ruggles2009-03-21
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-21
* protect realloc overflowBaptiste Coudurier2009-03-21
* flacenc: remove unneeded variable, 'min_encoded_framesize' and useJustin Ruggles2009-03-21
* seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles2009-03-21