]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/raw.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / raw.c
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-03 banandts probe
2008-05-02 lu_zeroImporting dirac demuxer/muxer from soc branch, patch...
2008-04-28 michaelraw gsm demuxer (doesnt work yet as parser is missing)
2008-04-28 bcoudurierset demuxers .value and use common audio_read_header...
2008-04-22 bwolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-21 andomaCompute AC3 frame CRC for stronger raw AC3 format probing.
2008-04-20 bananRaw dts muxer
2008-01-12 michaelSet pts/dts in raw (yuv,rgb,pcm) demuxers.
2007-12-26 michaelDont force fps unless the user actually specified one.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-11 aurelmove unrelated functions declarations out of allformats.h
2007-08-10 michael100000l (forgotten return)
2007-08-10 michaelremove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
2007-08-10 michaelflac probe
2007-08-05 jbr10l to me. Revert recent changes to ac3_probe() which...
2007-08-05 bcoudurierremove useless raw_write_header
2007-08-05 jbradditional tweaks to AC3 probe function. give a higher...
2007-08-04 jbrincrease the maximum AC3 probe buffer size and reduce...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-08 romansh * Getting rid of the use of GCC language extensions
2007-07-07 mrukill uninitialised variable warning in ac3_probe()
2007-06-27 benoitremove empty write trailer functions
2007-06-12 diegomisc spelling fixes
2007-05-23 benoitadd rgb suffix handling for demuxer
2007-05-09 diegoRoQ muxer, patch by Vitor, vitor1001 gmail com
2007-05-08 aurelmove aac and ac3 parsers in their own files
2007-05-07 michaelimprove mpeg4-es detection by rejecting streams with...
2007-04-25 benoitadd rgb suffix to rawvideo muxer
2007-04-15 aureladd an enum for need_parsing
2007-04-15 diegoMake the declaration of AVInputFormat ac3_demuxer condi...
2007-04-15 diegoMove AC3 header parsing code together with the rest...
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-29 michaelfix probe of 001.vdr-broken-6025
2007-03-18 jbrimprove ac3_probe by counting consecutive frames
2007-02-09 kostyaRaw VC-1 demuxer
2007-02-08 jbradd read_probe function to raw ac3 demuxer
2007-02-05 michaelbetter generic index building and seeking code
2006-11-08 michaelmpeg4probe patch by (Thijs Vermeir ; thijs vermeir...
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-18 bcouduriersimplify pcm read seek, use av_get_bits_per_sample
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-08 michaeldont be too picky about timestampsbeing wrong if the...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-16 diegoFix compilation with all combinations of --disable...
2006-05-12 bananRaw flac muxer, patch by Justin Ruggles (jruggle earthl...
2006-05-09 bananAdd support for raw flac decoding based on the .flac...
2006-03-11 michaelsimplify AVFormatParameters NULL checks
2006-03-01 mrucan't have PES headers in MPEG video elementary streams...
2006-02-10 mrugenerate adts frame headers if required
2006-02-08 mruread/write adts aac
2006-02-04 michael3rd try for mpeg-es probe ...
2006-02-04 michaelfix regression tests
2006-02-02 michaelimprove mpeg1/2-es detection
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-10-29 alexIngenient MJPEG support, more at http://www.artificis...
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-07-11 michael.m1v and .m2a (feature req #1178960)
2005-07-03 michael.264
2005-05-26 michaelAVPacket.pos
2005-05-06 michaeldefault to YUV420P if none specified for rawvideo input
2005-05-06 michaelalways honor the user specified frame rate if set
2005-04-30 michaelswitch to native time bases
2005-02-26 michaelshorten decoder by (Jeff Muizelaar <jrmuizel gmail...
2005-01-04 michaelPatch for creating m2v files by (Fabrizio Gennari ...
2004-10-28 michaelH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-10-18 michaelset correct timebase
2004-10-11 michael100l (forgoten seeking functions)
2004-10-01 michaeldo not call (av_)abort()
2004-07-14 michaellibdts support by (Benjamin Zores <ben at geexbox dot...
2004-06-19 melansoncvs diff before cvs commit
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-30 michaelh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-05-23 michaelcur_dts in native timebase
2004-05-23 michaelstore index for seeking in the native timebase of each...
2004-03-15 michaeldecode latency patch by (Leon van Stuivenberg <l dot...
2003-11-10 bellardseek support for PCM formats
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-09-08 bellardID3 parsing and generation in MP3 format
2003-09-08 bellardCODEC_ID_MP3LAME is obsolete
2003-05-22 michaelnitruncated h263 decoding support / H263-ES "demuxer"
2003-05-07 romansh * introducing new public interface in imgconvert.c
2003-05-05 michaelniprefers MP3 codec (rather than MP2) for output if
2003-05-05 michaelnimp3 codec autodetection patch by (Andriy Rysin <arysin...
2003-04-04 michaelniH264 decoder & demuxer
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2003-02-09 bellardraw ac3 auto detects parameters
2003-02-02 bellardavoid too many false detections
2003-01-23 bellardremoved warnings
2002-11-25 bellardrenamed libav to libavformat