56 Commits (b0c8e1b80a308d71fed64eeb9c46d411dfcecd68)

Author SHA1 Message Date
Michael Niedermayer 494bbf5805 dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Diego Biurrun 2c8e201429 Fix compilation with all combinations of --disable-(de)muxers. 19 years ago
Justin Ruggles ce1d2a95c3 Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be 19 years ago
Benjamin Larsson 89ca8c497f Add support for raw flac decoding based on the .flac suffix of input files. 19 years ago
Michael Niedermayer c04c3282b4 simplify AVFormatParameters NULL checks 19 years ago
Måns Rullgård e01dc227f3 can't have PES headers in MPEG video elementary streams so fail probe 19 years ago
Måns Rullgård a283db3962 generate adts frame headers if required 19 years ago
Måns Rullgård fda885c703 read/write adts aac 19 years ago
Michael Niedermayer 8f0df75438 3rd try for mpeg-es probe ... 19 years ago
Michael Niedermayer efac2613e7 fix regression tests 19 years ago
Michael Niedermayer 93d3e278cd improve mpeg1/2-es detection 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Alex Beregszaszi 84c63c013a Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer e0827ba440 .m1v and .m2a (feature req #1178960) 19 years ago
Michael Niedermayer ba5697d53b .264 20 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Michael Niedermayer bfc7f165bb default to YUV420P if none specified for rawvideo input 20 years ago
Michael Niedermayer 80ce3254ac always honor the user specified frame rate if set 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 85ad569574 shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) 20 years ago
Michael Niedermayer 6ec864da45 Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it) 20 years ago
Michael Niedermayer 1c3990dbba H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) 20 years ago
Michael Niedermayer 595bf4ef63 set correct timebase 20 years ago
Michael Niedermayer 7b3c1382bf 100l (forgoten seeking functions) 20 years ago
Michael Niedermayer 71c32f19b3 do not call (av_)abort() 20 years ago
Michael Niedermayer 23c9925329 libdts support by (Benjamin Zores <ben at geexbox dot org>) 20 years ago
Mike Melanson 9be653d0e9 cvs diff before cvs commit 21 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer c6148de232 h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 77405fc866 cur_dts in native timebase 21 years ago
Michael Niedermayer cdd5034f89 store index for seeking in the native timebase of each stream 21 years ago
Leon van Stuivenberg e15dec10d5 decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
Fabrice Bellard 4986a42929 seek support for PCM formats 21 years ago
Mike Melanson 764ef40015 disable encoders where appropriate (patch courtesy of BERO 21 years ago
Fabrice Bellard 490579042a 64 bit pts for writing - more const usage 21 years ago
Fabrice Bellard 6a58e1510d ID3 parsing and generation in MP3 format 21 years ago
Fabrice Bellard 80783dc2c2 CODEC_ID_MP3LAME is obsolete 21 years ago
Michael Niedermayer d07f90433a truncated h263 decoding support / H263-ES "demuxer" 22 years ago
Roman Shaposhnik 631670888d * introducing new public interface in imgconvert.c 22 years ago
Andriy Rysin eb9ef61a81 prefers MP3 codec (rather than MP2) for output if 22 years ago
Andriy Rysin eeb67f400c mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>) 22 years ago
Michael Niedermayer 0da71265d8 H264 decoder & demuxer 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago