summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Add documentation for skip_put_bytes().Stefano Sabatini2009-04-11
* Doxygenate ff_copy_bits().Stefano Sabatini2009-04-11
* Factorize declaration for the two variants of put_bits().Stefano Sabatini2009-04-11
* Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2009-04-11
* get rid of INIT_VLC_USE_STATIC in h261.Michael Niedermayer2009-04-11
* Get rid of INIT_VLC_USE_STATIC in rv10/rv20.Michael Niedermayer2009-04-11
* Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer2009-04-11
* Get rid of INIT_VLC_USE_STATIC in asv1.Michael Niedermayer2009-04-11
* Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer2009-04-11
* Clarify documentation for put_bits_count().Stefano Sabatini2009-04-11
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* ReindentReimar Döffinger2009-04-11
* Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger2009-04-11
* Document align_put_bits().Stefano Sabatini2009-04-10
* Doxygenate flush_put_bits() documentation.Stefano Sabatini2009-04-10
* Doxygenate put_bits_count() documentation.Stefano Sabatini2009-04-10
* Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available andCarl Eugen Hoyos2009-04-10
* Doxygenate init_put_bits().Stefano Sabatini2009-04-10
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Add support to CorePNG P-frames.Thilo Borgmann2009-04-10
* Replace rand() usage by av_lfg_get().Diego Biurrun2009-04-10
* cosmetics: Align output columns.Diego Biurrun2009-04-10
* Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the threadReimar Döffinger2009-04-10
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* remove useless duplication of what av_new_stream() already doesAurelien Jacobs2009-04-10
* Add 'PNG1' to PNG fourcc codes.Thilo Borgmann2009-04-10
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* Remove unused variables along with the related warnings.Diego Biurrun2009-04-10
* Add forgotten void return type to ff_h264_free_contextReimar Döffinger2009-04-10
* Fix sigill on non-MMX2 CPUs.Diego Biurrun2009-04-10