OSDN Git Service

Use deinterleavers for demangling audio packets in RealMedia.
[coroid/ffmpeg_saccubus.git] / libavformat / nut.c
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-04-28 Peter Rossnut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-06 Stefano SabatiniAdd support to B4BY and R4BY NUT codec tags added in...
2010-06-06 Michael Niedermayerbgr/rgb444 for nut
2010-05-26 Stefano SabatiniAdd support for the newly added Nut codec tags (added...
2010-05-23 Stefano SabatiniDefine ff_nut_video_tags and make Nut muxer and demuxer...
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
2010-03-28 Vitor SessakFix NUT (de)muxer warnings:
2010-03-24 Vitor SessakFix warning:
2010-03-03 Vitor SessakPlug memory leak in NUT muxer and demuxer
2010-02-24 Anton KhirnovIntroduce metadata conversion table for NUT muxer and...
2008-12-11 Michael Niedermayerremove _t for POSIX compatibility.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 Michael NiedermayerSubtitle support. (untested)
2008-02-04 Oded Shimonff_nut_reset_ts() expected to get 'ts*time_base_count...
2008-01-04 Michael NiedermayerMove *malloc() out of tree.c, that way the code can...
2007-11-04 Diego BiurrunAdd some parentheses to clarify operator precedence...
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-08-11 Carl Eugen HoyosEnsure av_tree_insert() is defined before using it.
2007-08-09 Michael Niedermayermove syncpoint cache related stuff to common file
2007-08-09 Michael Niedermayermove lsb2full to common file
2007-08-09 Michael Niedermayermove crc wrapper to slightly better spot
2007-08-09 Michael Niedermayermove syncpoint timestamp resetting code to a common...
2007-08-09 Michael Niedermayerremove old unused nut (de)muxer
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-05 Diego BiurrunURL update, move comment to a better place.
2007-06-12 Diego Biurrunmisc spelling fixes
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-18 Diego BiurrunFix license header error notice by Steve LHomme.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-02 Måns Rullgårdremove redundant declarations
2006-07-20 Michael Niedermayerfix regression failure after adler simplification
2006-07-13 Måns Rullgårdmove adler32 to libavutil
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-20 Stefan HuehnerRemove unused variable, patch by Stefan Huehner stefan_...
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-04-23 Oded ShimonDisable lavf NUT until it is synced to spec
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-01-19 Gildas BazinProperly #ifdef muxer-specific parts.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-09-11 Michael Niedermayerchecksum doesnt cover the forward_ptr anymore
2005-09-11 Michael Niedermayerforward_ptr doesnt contain its own length anymore
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-06-27 Michael Niedermayernut prefers extradata style global headers
2005-06-07 Alex Beregszaszisome nut.hu hype
2005-06-03 Michael Niedermayerfix stream class
2005-05-26 Michael NiedermayerAVPacket.pos
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-03-17 Michael Niedermayerinitalize has_b_frames
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-03-13 Luca Barbato"put_s should store signed values. Spotted on #mplayerd...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-24 Nilesh Bansal01-makefile_fix_updated.patch
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-10-10 Michael Niedermayeruse native timebase for seeking
2004-06-14 Michael Niedermayerfile id string
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-20 Michael Niedermayerbytestream tracing support
2004-05-02 Michael Niedermayermatch latest spec
2004-04-12 Michael Niedermayerstore correct pts
2004-04-12 Michael Niedermayerbit-exact
2004-04-12 Michael Niedermayermoving nearly identical binary search code from nut...
2004-04-10 Michael Niedermayerset codec_tag
2004-04-09 Michael Niedermayerremoving keyframe prediction and checksum threshold
2004-04-09 Steven M. Schultzgcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd...
2004-04-08 Michael Niedermayerfourcc & language code v->vb type
2004-04-06 Michael Niedermayer10l (bytes_left() -> url_feof())
2004-04-05 Michael Niedermayersearch for undamaged headers
2004-04-05 Michael Niedermayerchecksuming for nut & nice checksum API for libavformat
2004-04-05 Michael Niedermayer10l (Titel->Title)
2004-04-04 Michael Niedermayerinfo packet read/write & simplify
2004-04-04 Michael Niedermayermake vorbis default again
2004-04-04 Michael Niedermayerlarge extradata fix
2004-04-03 Michael Niedermayernut (de)muxer update
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-12-08 Alex Beregszaszimsb pts support
2003-10-15 Alex Beregszaszi10l
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-02 Alex Beregszaszifixed codec specific data headers
2003-10-02 Alex Beregszaszifixed time base and sample rate handling
2003-10-02 Alex Beregszaszifix fabrice's broken get_bi and some minor changes...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-10 Michael Niedermayerget_bi(), be/le fix
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-09-08 Fabrice Bellardfixed endianness dependancies (untested)
2003-09-07 Alex Beregszaszimove packetheader after startcodes
next