4880 Commits (d0d62cc955a1bb1354fc22c8f0d33fca2a498d97)

Author SHA1 Message Date
Michael Niedermayer b33d75fd80 Move declarations in sync() closer to where they are used. 16 years ago
Michael Niedermayer 236580b478 Remove unused variable from asf_read_header() found by CSA. 16 years ago
Ronald S. Bultje 1d0036b01f Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, 16 years ago
Michael Niedermayer d728e3cd28 Moving variable declarations in asf_build_simple_index() to clarify&prettify code. 16 years ago
Reimar Döffinger c3481d18b4 Remove unused audio_pts field from ea demuxer struct 16 years ago
Reimar Döffinger 3f19810d9e Remove unused code from Westwood VQA/AUD demuxer. 16 years ago
Ronald S. Bultje 799a0722fc Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist 16 years ago
Michael Niedermayer 7e030c4739 Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly 16 years ago
Ronald S. Bultje 30e79845b4 Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, 16 years ago
David Conrad ddd94932fb Ensure that there's pages to read for duration calculation in the ogg demuxer 16 years ago
Ronald S. Bultje e6327fba98 Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
Ronald S. Bultje 373afbaf76 Increase the SDP buffer size (again!) and also increase the temporary 16 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Baptiste Coudurier b3eab9fb64 seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext 16 years ago
Baptiste Coudurier 1bd280f730 Set frame defaults in try_decode_frame. 16 years ago
Baptiste Coudurier e472ea34c4 reindent 16 years ago
Baptiste Coudurier c950c25ac0 remove useless wrapper 16 years ago
Reimar Döffinger c96495e75c Move ea demuxer messages that are irrelevant to ordinary users from 16 years ago
Baptiste Coudurier 7b9677f6b0 remove useless wrapper 16 years ago
Reimar Döffinger f28c4e756f Slightly improve/correct description of wc3_pal_lookup 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Michael Niedermayer 77daaf6748 Disable metadata reading. Yes, I would like to know what this code is good for 16 years ago
Baptiste Coudurier ebcf352a25 replace DEBUG_SI with DEBUG and use dprintf 16 years ago
Baptiste Coudurier 495b37664d Set stream type to ac3 if registration descriptor is present. 16 years ago
Baptiste Coudurier 4f1db48e88 simplify registration descriptor parsing with bytestream get functions 16 years ago
Björn Axelsson a4d2af9b96 Ok, ts demuxer is more complicated than I thought 16 years ago
Baptiste Coudurier 2b97246ec2 fix end of buffer check, fix hang_read_header.h264.ts 16 years ago
Baptiste Coudurier a3d23e15fb fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples 16 years ago
Reimar Döffinger d2e63e8b05 Simplify packet duplication code in ff_interleave_add_packet. 16 years ago
Reimar Döffinger 7ce0420983 Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion. 16 years ago
Reimar Döffinger cfb9b3550b wc3movie: return partial packets if not all data can be read. 16 years ago
Reimar Döffinger cdbe3798d2 Explain the purpose of the wc3_pal_lookup and the formula that was used to 16 years ago
Reimar Döffinger f6a708f092 Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into 16 years ago
Reimar Döffinger 80d403fc19 Get rid of av_destruct_packet_nofree and use NULL instead. 16 years ago
Reimar Döffinger 46e97dc3c2 Reindent 16 years ago
Reimar Döffinger f772b7fa7d Make electronicarts demuxer return partial frames, this is the default 16 years ago
Diego Biurrun cc7b62afd2 Replace rand() usage by av_lfg_get(). 16 years ago
Diego Biurrun a2085cccfa cosmetics: Align output columns. 16 years ago
Aurelien Jacobs ed54ae08b8 remove useless duplication of what av_new_stream() already does 16 years ago
Thilo Borgmann 0dccbba02c Add 'PNG1' to PNG fourcc codes. 16 years ago
Thilo Borgmann 655d47c2cb Make try_decode_frame() use the new avcodec_decode_* API. 16 years ago
Luca Abeni 9331967007 AAC packetiser cleanup: use consts instead of #defines 16 years ago
Luca Abeni ddffcb2d3a AAC packetiser cleanup: remove check for a condition that cannot happen 16 years ago
Martin Storsjö d2ce53b786 Fix two checks in the AAC packetiser, which were too conservative 16 years ago
Reimar Döffinger ef12ec23fa Fix memleak in nuv demuxer: free packet already allocated packet when 16 years ago
Reimar Döffinger 9470511185 Correctly set packet size for partial video packets in nuv demuxer. 16 years ago
Reimar Döffinger feb993e579 Add av_shrink_packet function for use in av_get_packet that reduces pkt->size 16 years ago
Zhentan Feng c81604f862 Reduce code duplication. 16 years ago
Martin Storsjö 08e696c0b2 Add support for AMR audio in the RTP muxer 16 years ago