5014 Commits (be43ae66517272dc2d9e7420df6931e622d9e4bc)

Author SHA1 Message Date
Baptiste Coudurier 5b50b8f57f bgra in .mov muxing 16 years ago
Baptiste Coudurier dfb0471fce correct pixfmt for argb 16 years ago
Baptiste Coudurier ed88074a32 rgba in .mov muxing 16 years ago
Benjamin Larsson 0871e65cf6 Remove unused code found by CSA 16 years ago
Baptiste Coudurier b69017af87 ensure first pts is set, according to specs 16 years ago
Baptiste Coudurier 1e8857882b remove useless max_payload_size variable 16 years ago
Baptiste Coudurier 8f14cdee73 do not write dts if pts is not set 16 years ago
Baptiste Coudurier 31df40a130 fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com 16 years ago
Daniel Verkamp fc430e8fab Warning fix: Make ogg_stream.codec const 16 years ago
Daniel Verkamp 7c7d3e09f6 Add 8088flex TMV file demuxer. 16 years ago
Laurent Aimar 992f7db060 Add floating point audio decoding to WavPack decoder. 16 years ago
Baptiste Coudurier c20a305bca dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034 16 years ago
Baptiste Coudurier c239a65b70 more dvcprohd .mov fourcc, see #1034 16 years ago
Benjamin Larsson 6b71ed1678 Remove dead assignments found by CSA 16 years ago
Stefano Sabatini 4b11e833b8 Convert names to the FFmpeg style. 16 years ago
Cyril Comparon 276f8e2b9b Add avlanguage helpers in libavformat. 16 years ago
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