]> git.sesse.net Git - ffmpeg/history - libavformat
Remove useless #ifdef.
[ffmpeg] / libavformat /
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...
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Michael Niedermayerexport a few more codec_tag-codec_id tables
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-20 Michael Niedermayerfix indention (dunno why it was messed up ...)
2007-01-19 Reimar DöffingerAttempt to better document AVFMT_NOFILE.
2007-01-19 Reimar DöffingerDemuxers with AVFMT_NOFILE will open a (possibly differ...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-18 Aurelien Jacobscosmetics: indentation
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1.1: removed usele...
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2007-01-18 Alex Beregszasziomg, major typo (fails if card supports rgb24)
2007-01-17 Michael Niedermayersimplify
2007-01-17 Michael Niedermayersimplify pts/dts reading
2007-01-17 Michael Niedermayercosmetic
2007-01-17 Michael Niedermayerreduce len checks, simplifies code
2007-01-17 Michael Niedermayerseperate redo (we dont handle this possibly valid packe...
2007-01-16 Diego BiurrunMake nb_streams unsigned to avoid an ugly cast.
2007-01-16 Baptiste Coudurieradd msrle fourcc, quicktime_bmp.mov
2007-01-16 Baptiste Coudurieradd png fourcc
2007-01-15 Michael Niedermayerfix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv
2007-01-15 Michael Niedermayerfixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi
2007-01-15 Måns Rullgårdcheck for sane values in ogg_get_length(), fix lol...
2007-01-15 Måns Rullgårdsave/restore number of streams
2007-01-15 Roman Shaposhnik * Fixing a bug with incorrect bits set in AAUX sourc...
2007-01-15 Baptiste Couduriercosmetics, function -> metadata
2007-01-14 Baptiste Coudurierremove useless essence container data sets for now
2007-01-14 Baptiste Coudurierremove useless preface parsing for now, will reintroduc...
2007-01-14 Baptiste Couduriermerge multiple descriptor parsing with generic one
2007-01-14 Baptiste Coudurierremove warning, key is const
2007-01-14 Baptiste Coudurierindention
2007-01-14 Baptiste Coudurierfollow michael suggestion and simplify code at object...
2007-01-14 Ronald S. Bultjemakes the filename member of the URLContext a pointer...
2007-01-14 Ronald S. Bultjeadd support for HTTP seeking
2007-01-14 Reimar DöffingerMake seeking work in files that contain encrypted tracks.
2007-01-14 Reimar Döffinger10l, > vs. >= typo, caused crashes on last mpc frame
2007-01-14 Reimar DöffingerSimplify klv_decode_ber_length
2007-01-14 Baptiste Coudurierseek back at the end of file after updating header
2007-01-14 Baptiste Couduriersimplify
2007-01-14 Baptiste Coudurierpriv_data is allocated internally
2007-01-14 Baptiste Coudurierenable mjpeg in swf
2007-01-14 Baptiste Couduriersimplify
2007-01-14 Baptiste Coudurierswf can contain only one audio track, simplify
2007-01-14 Baptiste Coudurieruse ch_id as AVStream id and simplify
2007-01-14 Baptiste Coudurieralways export audiostreams
2007-01-14 Baptiste Coudurieralways export videostreams
2007-01-14 Baptiste CoudurierAnyType is needed, descriptor_ref can reference Descrip...
2007-01-13 Reimar DöffingerUse macros to eliminate code duplication in MXF metadat...
2007-01-13 Reimar DöffingerExtend mxf_resolve_strong_ref by a type parameter,...
2007-01-13 Reimar DöffingerFix error message, it's package ref that can not be...
2007-01-13 Diego Biurruntypo: pallete --> palette
2007-01-11 Roman Shaposhnik* Fixing seeking with DV-AVI (by Jeff Downs <heydowns...
2007-01-10 Baptiste Coudurieradd official VC1 fourcc
2007-01-08 Baptiste Coudurierremoved unused av_frac_set
2007-01-08 Baptiste Coudurierremove #if obsoleted after last major version bump
2007-01-08 Baptiste Coudurier10l, only allocate priv_data if not already done
2007-01-08 Baptiste Coudurierhumm, actually do what's in the doxy
2007-01-08 Baptiste Coudurierpriv_data is allocated/freed internally
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2007-01-06 Diego BiurrunRename variables: faad --> libfaad, faac --> libfaac...
2007-01-05 Baptiste Couduriersimplify
2007-01-05 Baptiste Coudurierdont skip too many bytes if tag is TAG_STREAMHEAD2...
2007-01-02 Michael Niedermayermissdetected a broken mp3
2007-01-02 Michael Niedermayerindention
2007-01-02 Michael Niedermayernth try of getting the frame rate detecton working
2007-01-01 Benjamin LarssonVP6 and flashsv stream copy and muxing support.
2007-01-01 Michael NiedermayerAVSEEK_SIZE doxy
2007-01-01 Michael Niedermayerfix indention of previous commit
2007-01-01 Michael Niedermayerseekless filesize retrieving support in 7 lines of...
2007-01-01 Michael Niedermayerrevert regression test breaking change
2007-01-01 Kostya ShishkovDecode previous 32 frames to avoid seeking artifacts...
2007-01-01 Kostya ShishkovMake MPC demuxer deal with ID3 tags at the beginning
2006-12-29 Michael Niedermayerignore duration of the first 2 frames in the max-time...
2006-12-29 Michael Niedermayerdo not base frame rate guess on just one duration
2006-12-28 Allan HsuPatch for the FLV muxer to supply more complete metadata
2006-12-28 Kostya ShishkovEnable forward seek in Musepack demuxer
2006-12-28 Mike Frysingerfall back mmap() call using MAP_PRIVATE for working...
2006-12-28 Patrice BensoussanDecode genre on asf/wma files.
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-24 Diego BiurrunProperly check for all required bktr headers.
2006-12-23 Oded Shimonsync to libnut, nom->num
2006-12-23 Diego BiurrunRegister x11grab only when it has been enabled.
2006-12-22 Ramiro Pollasupport files >2GB on MinGW
2006-12-22 Diego BiurrunMake the X11 frame grabber disabled by default.
2006-12-21 Diego BiurrunRemove useless #include.
2006-12-21 Ramiro PollaRemove useless MinGW #ifdefs.
2006-12-20 Joakim PlateFix a crash when probing img2 format with a NULL filename.
next