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