summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* alacenc : cosmetics : remove misleading commentJai Menon2009-04-13
* seek inside buffer when offset is exactly at the end, fix seeking with memory...Baptiste Coudurier2009-04-13
* move audio buffers declarations and free them in av_exitBaptiste Coudurier2009-04-13
* move freeing code before exiting because of signalBaptiste Coudurier2009-04-13
* free options contexts in av_exit, valgrind should be happy nowBaptiste Coudurier2009-04-13
* Set frame defaults in try_decode_frame.Baptiste Coudurier2009-04-13
* fix indentationBaptiste Coudurier2009-04-13
* fix indentation and remove whitespace after returnBaptiste Coudurier2009-04-13
* reindentBaptiste Coudurier2009-04-13
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-13
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
* whitespace cosmetics: Reindent a few lines and break a few excessively long l...Diego Biurrun2009-04-12
* Fix wrong size computation for buffer. Patch is part ofReynaldo H. Verdejo Pinochet2009-04-12
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-12
* Fix 2 access units in a packet mp4s.Michael Niedermayer2009-04-12
* Get rid of the non sensical idea of using the current picture for missingMichael Niedermayer2009-04-12
* Factorize field_end() out.Michael Niedermayer2009-04-12
* Assert that the first list1 entry is a reference frame.Michael Niedermayer2009-04-12
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-12
* av_destruct_packet_nofree deprecation explained in APIchangesReimar Döffinger2009-04-12
* Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger2009-04-12
* Document pbBufPtr().Stefano Sabatini2009-04-12
* remove useless wrapperBaptiste Coudurier2009-04-12
* Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger2009-04-12
* remove useless wrapperBaptiste Coudurier2009-04-12
* Slightly improve/correct description of wc3_pal_lookupReimar Döffinger2009-04-12
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Disable metadata reading. Yes, I would like to know what this code is good forMichael Niedermayer2009-04-12
* Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles2009-04-12
* replace DEBUG_SI with DEBUG and use dprintfBaptiste Coudurier2009-04-12
* Set stream type to ac3 if registration descriptor is present.Baptiste Coudurier2009-04-12
* simplify registration descriptor parsing with bytestream get functionsBaptiste Coudurier2009-04-12
* Ok, ts demuxer is more complicated than I thoughtBjörn Axelsson2009-04-12
* fix end of buffer check, fix hang_read_header.h264.tsBaptiste Coudurier2009-04-12
* fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier2009-04-12
* Simplify packet duplication code in ff_interleave_add_packet.Reimar Döffinger2009-04-11
* Fix initialization of avpkt in output_packet().Thilo Borgmann2009-04-11
* Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...Reimar Döffinger2009-04-11
* Fix documentation for avcodec_encode_audio(), in the case of PCM audioJohn Fletcher2009-04-11
* Document the 'size' parameter of set_put_bits_buffer_size().Stefano Sabatini2009-04-11
* Document ff_put_string().Stefano Sabatini2009-04-11
* wc3movie: return partial packets if not all data can be read.Reimar Döffinger2009-04-11
* Explain the purpose of the wc3_pal_lookup and the formula that was used toReimar Döffinger2009-04-11
* Use get_le32/get_be32 in wc3movie demuxer instead of reading everything intoReimar Döffinger2009-04-11
* Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.Stefano Sabatini2009-04-11
* Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini2009-04-11