]> git.sesse.net Git - ffmpeg/history - libavformat
10l to Diego for breaking A52 decoder
[ffmpeg] / libavformat /
2007-02-11 Reimar Döffingermxf aes decryption support, patch by Reimar, simplified...
2007-02-11 Reimar Döffingeradd key field to AVFormatContext for de/encryption...
2007-02-10 Måns Rullgård#include detected soundcard.h instead of testing for...
2007-02-10 Michael Niedermayeruse dvr-ms timestamps
2007-02-09 Michael Niedermayerfix broken memset(padding, 0) code
2007-02-09 Nico Sabbidemux VC1 in mpegts
2007-02-09 Kostya ShishkovRaw VC-1 demuxer
2007-02-09 Diego BiurrunRemove obsolete imgformat1 leftovers.
2007-02-09 Diego BiurrunRemove commented-out NUT muxer entry, can be added...
2007-02-09 Diego Biurruncosmetics: Reorder NUT entries.
2007-02-09 Diego BiurrunProperly separate native and libnut NUT (de)muxers.
2007-02-08 Justin Rugglesadd read_probe function to raw ac3 demuxer
2007-02-08 Reimar DöffingerUse av_set_pts_info and set some arbitrary timebase...
2007-02-07 Michael Niedermayerremove senseless and wrong direct access to ByteIOConte...
2007-02-07 Reimar Döffingerset pts_wrap_bits to 32 since timestamps in packets...
2007-02-07 Michael Niedermayeriam pretty sure send time is dts and not pts ...
2007-02-07 Reimar Döffinger10l, forgot to skip payload description in UMF packet...
2007-02-07 Michael Niedermayermuxing packets with unknown timestamps is not allowed
2007-02-07 Michael Niedermayersupporting files with A,V,I,0x19 header
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-02-06 Michael NiedermayerRevised patch for HD DVD .EVO demuxing by (Ian Caulfiel...
2007-02-05 Michael Niedermayerindent
2007-02-05 Michael Niedermayerdynamic index building so forward and backward seeking...
2007-02-05 Michael Niedermayerbetter generic index building and seeking code
2007-02-05 Wolfram GlogerFix audio corruption when cutting.
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-02-02 Panagiotis IssarisMake x11grab output its warning that it couldn't find...
2007-02-02 Zuxy MengSet correct aspect ratio (it's sample aspect, not displ...
2007-02-02 Michael Niedermayerpackets must be correctly interleaved
2007-01-31 Michael Niedermayerextract aspect ratio
2007-01-31 Michael Niedermayer10l to whoever wrote this (wrong fps, fixes nirvana...
2007-01-31 Michel BardiauxAdd some context to av_log calls.
2007-01-30 Ronald S. BultjeFix misbehaviour in url_fseek() when seeking fails.
2007-01-30 Ronald S. Bultjeprotect the size=seek(SEEK_END,-1)+1 results with an...
2007-01-29 Luca BarbatoMissing prototype added
2007-01-29 Michael Niedermayerfix seeking in wma
2007-01-28 Kostya ShishkovSeeking support in WavPack
2007-01-28 François Revolan alloc func failing should give ENOMEM anyway.
2007-01-28 Ronald S. Bultjeproper error handling in file size retrieval, patch...
2007-01-27 Michael Niedermayerstealing a few field names from mplayers asf demuxer
2007-01-26 Baptiste Coudurierremove void * used in arithmetic warnings
2007-01-25 Baptiste Coudurieradd waveformatextensible support
2007-01-25 Guillaume Poirieruse more portable PRIu64
2007-01-25 Diego BiurrunMove conditional CFLAGS and OBJS setting to common...
2007-01-25 Diego Biurruncosmetics: sort
2007-01-24 Baptiste Coudurierremove some printf warnings
2007-01-24 Baptiste Couduriermake vars unsigned
2007-01-24 Baptiste Coudurierstop if current sample is higher than sample count
2007-01-24 Baptiste Coudurierreplace strcpy by memcpy
2007-01-24 Baptiste Coudurierremove useless field
2007-01-24 Baptiste Coudurierremove obsolete comment
2007-01-24 Baptiste Couduriermake some fields unsigned
2007-01-24 Baptiste Coudurieradd sanity checks
2007-01-23 Daniel Kristjanssonmpegts-documentation-only.patch -- adds documentation...
2007-01-23 Måns Rullgårdremove unused files
2007-01-23 Daniel Kristjansson"converts printf's to avlog's" patch by Daniel Kristjan...
2007-01-23 Daniel Kristjansson"removes definition for old crc func" patch by Daniel...
2007-01-23 Michael Niedermayermake the asf demuxer resistant against insertion/deleti...
2007-01-23 Michael Niedermayerremove padding to 16bit code, i dont think this change...
2007-01-23 Michael Niedermayermake av_find_stream_info() duration user selectable
2007-01-23 Michael Niedermayerflv follows in movs footsteps and has random trash...
2007-01-23 Michael Niedermayerimprove probe and give it the max score
2007-01-23 Michel BardiauxFix wrong comment, patch by Michel Bardiaux mbardiaux...
2007-01-22 Michael Niedermayerconsistant error return for asf_get_packet()
2007-01-22 Michael Niedermayerbetter padsize check
2007-01-22 Michael Niedermayermore correct error message
2007-01-22 Michael Niedermayerreplace wrong return 0 by -1
2007-01-22 Michael Niedermayercheck to detect nonsense fragment size
2007-01-22 Michael Niedermayerinden(ta)tion
2007-01-22 Michael Niedermayerreplace nonsense code by something which makes at least...
2007-01-22 Michael Niedermayercheck fragment offset and size
2007-01-22 Michael Niedermayermove frame header reading into its own function
2007-01-22 Michael Niedermayermore correct packet alignment check and correction
2007-01-22 Michael Niedermayer10l
2007-01-22 Michael Niedermayerdoxygenize comments
2007-01-22 Michael Niedermayercosmetics (aligne stuff nicely)
2007-01-22 Michael Niedermayerget rid of some sensless malloc/free
2007-01-22 Michael Niedermayersimplify
2007-01-22 Michael Niedermayerremove a few unused and duplicated variables
2007-01-22 Michael Niedermayeradding a few checks to the audio packet descrambling...
2007-01-22 Michael Niedermayercosmetic
2007-01-22 Diego BiurrunFix some more license headers.
2007-01-22 Michael Niedermayerthese variables seem to be unused on the demuxer side...
2007-01-21 Michael Niedermayerget rid of a few idiotic asserts()
2007-01-21 Michael Niedermayeruseless &0x80
2007-01-21 Aurelien Jacobsremove now useless codec_tag setting code in voc muxer
2007-01-21 Diego BiurrunRemove useless #ifdef.
2007-01-21 Måns Rullgårdreorder alphabetically
2007-01-21 Måns Rullgårdremove no longer needed ifeq tests
2007-01-21 Måns Rullgårdremove no longer needed #ifdefs
2007-01-21 Ramiro PollaBeOS cleanup
2007-01-21 Michael Niedermayerremove sensless casts
2007-01-21 Michael Niedermayersimplify GUIDs
2007-01-21 Michael Niedermayerfix msmpeg4v3 tag in asf
2007-01-21 Michael Niedermayersimplify
2007-01-21 Michael Niedermayerthe context is supposed to be freed in the generic...
2007-01-21 Michael Niedermayerremove now useless codec_tag setting code in muxers
2007-01-21 Michael Niedermayersimplify
2007-01-21 Michael Niedermayerset codec_tag from codec_id if its not set and can...
2007-01-21 Michael Niedermayerthis is wrong but it was that way before the AVCodecTag...
next