4898 Commits (f83c57735e44aaec8245dc1f7412f60ff5faaa0e)

Author SHA1 Message Date
Ivo van Poorten 896873b564 avoid possibly uninitialized return value 16 years ago
Jai Menon 4fabb60ddb NSV : Add TOC2 parsing and seeking support. 16 years ago
Andreas Öman 0e1ccdeb11 It should be #if, not #ifdef 16 years ago
Michael Niedermayer f9f2ab8229 Require 4 instead of 3 frames for detecting mp3, 16 years ago
Ramiro Polla 9145021d68 Add raw MLP muxer. 16 years ago
Luca Abeni 46ff7a5f4a Fix crash when receiving from SDP 16 years ago
Michael Niedermayer 5aef84623a Add zygo fourcc. 16 years ago
Diego Biurrun dc1ed61432 Mark gsize variable as av_unused, fixes the warning: 16 years ago
Diego Biurrun e0a6d2c365 Revert previous removal of gsize variable. It breaks seeking. 16 years ago
Diego Biurrun 7b7b19b620 Remove unused variable gsize, fixes the warning: 16 years ago
Jai Menon a00f440f37 Cosmetics : reindent after last commit and remove redundant comment. 16 years ago
Jai Menon d6ce84b8f9 Add speex tag to nsv_codec_audio_tags. 16 years ago
Jai Menon 67d04927f7 Change nsvf_index_data to nsvs_file_offset for increased clarity. 16 years ago
Jai Menon b24bbbb4da Introduce codec id for MPEG-4 ALS and associate it with corresponding 16 years ago
Michael Niedermayer 551b41d4bf Remove useless init from aiff_read_header() found by CSA. 16 years ago
Michael Niedermayer e8c9383914 Remove 2 ++ from check_pes() that are useless, found by CSA. 16 years ago
Michael Niedermayer 4eec260642 Remove unused variable from flv_read_metabody() found by CSA. 16 years ago
Michael Niedermayer 5ce73e2352 Remove nonsensical assignment from asf_read_seek() found by CSA. 16 years ago
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