aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-171-0/+1
* Remove useless init from aiff_read_header() found by CSA.Michael Niedermayer2009-04-171-1/+1
* Remove 2 ++ from check_pes() that are useless, found by CSA.Michael Niedermayer2009-04-171-2/+0
* Remove unused variable from flv_read_metabody() found by CSA.Michael Niedermayer2009-04-171-2/+1
* Remove nonsensical assignment from asf_read_seek() found by CSA.Michael Niedermayer2009-04-171-1/+0
* Move declarations in sync() closer to where they are used.Michael Niedermayer2009-04-171-1/+1
* Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer2009-04-171-2/+0
* Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje2009-04-171-1/+1
* Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer2009-04-171-10/+7
* Remove unused audio_pts field from ea demuxer structReimar Döffinger2009-04-161-2/+0
* Remove unused code from Westwood VQA/AUD demuxer.Reimar Döffinger2009-04-161-5/+0
* Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje2009-04-161-1/+1
* Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer2009-04-151-2/+2
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-152-3/+56
* Ensure that there's pages to read for duration calculation in the ogg demuxerDavid Conrad2009-04-151-1/+1
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-145-3/+274
* Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje2009-04-141-3/+7
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-133-8/+8
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-1317-17/+17
* seek inside buffer when offset is exactly at the end, fix seeking with memory...Baptiste Coudurier2009-04-131-1/+1
* Set frame defaults in try_decode_frame.Baptiste Coudurier2009-04-131-0/+1
* reindentBaptiste Coudurier2009-04-131-26/+26
* remove useless wrapperBaptiste Coudurier2009-04-121-8/+2
* Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger2009-04-121-13/+13
* remove useless wrapperBaptiste Coudurier2009-04-121-7/+1
* Slightly improve/correct description of wc3_pal_lookupReimar Döffinger2009-04-121-3/+3
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-125-3/+5
* Disable metadata reading. Yes, I would like to know what this code is good forMichael Niedermayer2009-04-121-1/+1
* replace DEBUG_SI with DEBUG and use dprintfBaptiste Coudurier2009-04-121-31/+28
* Set stream type to ac3 if registration descriptor is present.Baptiste Coudurier2009-04-121-0/+2
* simplify registration descriptor parsing with bytestream get functionsBaptiste Coudurier2009-04-121-18/+8
* Ok, ts demuxer is more complicated than I thoughtBjörn Axelsson2009-04-121-1/+3
* fix end of buffer check, fix hang_read_header.h264.tsBaptiste Coudurier2009-04-121-1/+1
* fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier2009-04-121-1/+5
* Simplify packet duplication code in ff_interleave_add_packet.Reimar Döffinger2009-04-111-4/+2
* Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...Reimar Döffinger2009-04-111-4/+4
* wc3movie: return partial packets if not all data can be read.Reimar Döffinger2009-04-111-4/+0
* Explain the purpose of the wc3_pal_lookup and the formula that was used toReimar Döffinger2009-04-111-1/+12
* Use get_le32/get_be32 in wc3movie demuxer instead of reading everything intoReimar Döffinger2009-04-111-36/+18
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-111-1/+1
* ReindentReimar Döffinger2009-04-111-22/+22
* Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger2009-04-111-8/+4
* Replace rand() usage by av_lfg_get().Diego Biurrun2009-04-101-3/+7
* cosmetics: Align output columns.Diego Biurrun2009-04-101-1/+1
* remove useless duplication of what av_new_stream() already doesAurelien Jacobs2009-04-101-1/+0
* Add 'PNG1' to PNG fourcc codes.Thilo Borgmann2009-04-101-0/+1
* Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-7/+7
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-091-6/+6
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-091-4/+0
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-091-2/+2