summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Remove unused variable gsize, fixes the warning:Diego Biurrun2009-04-18
* Cosmetics : reindent after last commit and remove redundant comment.Jai Menon2009-04-18
* Add speex tag to nsv_codec_audio_tags.Jai Menon2009-04-18
* Change nsvf_index_data to nsvs_file_offset for increased clarity.Jai Menon2009-04-18
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-17
* Remove useless init from aiff_read_header() found by CSA.Michael Niedermayer2009-04-17
* Remove 2 ++ from check_pes() that are useless, found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable from flv_read_metabody() found by CSA.Michael Niedermayer2009-04-17
* Remove nonsensical assignment from asf_read_seek() found by CSA.Michael Niedermayer2009-04-17
* Move declarations in sync() closer to where they are used.Michael Niedermayer2009-04-17
* Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer2009-04-17
* Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje2009-04-17
* Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer2009-04-17
* Remove unused audio_pts field from ea demuxer structReimar Döffinger2009-04-16
* Remove unused code from Westwood VQA/AUD demuxer.Reimar Döffinger2009-04-16
* Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje2009-04-16
* Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer2009-04-15
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-15
* Ensure that there's pages to read for duration calculation in the ogg demuxerDavid Conrad2009-04-15
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
* Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje2009-04-14
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* seek inside buffer when offset is exactly at the end, fix seeking with memory...Baptiste Coudurier2009-04-13
* Set frame defaults in try_decode_frame.Baptiste Coudurier2009-04-13
* reindentBaptiste Coudurier2009-04-13
* 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
* 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 "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...Reimar Döffinger2009-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
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
* ReindentReimar Döffinger2009-04-11
* Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger2009-04-11
* Replace rand() usage by av_lfg_get().Diego Biurrun2009-04-10
* cosmetics: Align output columns.Diego Biurrun2009-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