]> git.sesse.net Git - ffmpeg/history - libavformat
ordering cosmetics
[ffmpeg] / libavformat /
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.
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-12-16 Aurelien Jacobsput_*() are not only useful to muxers and protocol
2006-12-15 Panagiotis IssarisAllow provision of displaynumber, screennumber, x-offse...
2006-12-13 Baptiste Coudurierdont segv is ap->device is not set, display error message
2006-12-13 Baptiste Coudurierfix compilation, use the standard INT64_C macro
2006-12-13 Guillaume Poirierremove trailing whitespace left over
2006-12-13 Edouard GomezFeedback from Karl H. Beckers about mouse cursor
2006-12-13 Edouard GomezRFC 6: Overall cleanups again.
2006-12-13 Edouard GomezRFC 5: Mouse cursor painting reduc and more cleanups
2006-12-13 Edouard GomezRFC 3&4 stage: FFmpeg style aint't my style
2006-12-13 Edouard GomezRFC 2 stage: First feedback from review comments
2006-12-13 Edouard GomezRFC 1 stage: Improve maintainability of the cursoir...
2006-12-13 Edouard GomezAdapt the patch to more recent FFmpeg habits
2006-12-13 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-13 Guillaume Poirierrevert broken commit of x11 device demuxer patch
2006-12-12 Guillaume PoirierFeedback from Karl H. Beckers about mouse cursor
2006-12-12 Guillaume PoirierRFC 6: Overall cleanups again.
2006-12-12 Guillaume PoirierRFC 5: Mouse cursor painting reduc and more cleanups
2006-12-12 Guillaume PoirierRFC 3&4 stage: FFmpeg style aint't my style
2006-12-12 Guillaume PoirierRFC 2 stage: First feedback from review comments
2006-12-12 Guillaume PoirierRFC 1 stage: Improve maintainability of the cursoir...
2006-12-12 Guillaume PoirierAdapt the patch to more recent FFmpeg habits
2006-12-12 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-12 Michael Niedermayerindent
2006-12-12 Michael Niedermayerthe next r_frame_rate try ...
2006-12-12 Allan Hsuadd FLV decoder metadata parsing
2006-12-12 Michael Niedermayergcc 2.95 fix
2006-12-11 Michael Niedermayerrewrite r_frame_rate selectioon code again
2006-12-11 Baptiste Coudurierremove useless sampleDuration
2006-12-11 Baptiste Couduriercheck codec frame size directly and only for audio
2006-12-10 Michael Niedermayermove duration finding code into read_packet() so it...
2006-12-10 Michael Niedermayeruse amf_get_string()
2006-12-10 Michael Niedermayercosmetics
2006-12-10 Michael Niedermayeramf_get_string() by Allan Hsu allan aat counterpop...
2006-12-10 Michael Niedermayerget rid of AVFMTCTX_NOHEADER, create streams in read_he...
2006-12-10 Michael Niedermayerset flags correctly in write header instead of seeking...
2006-12-07 Måns Rullgårduse standard INT64_MAX instead of MAXINT64 (and MIN)
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Baptiste Couduriercosmetics, remove braces, remove spaces just inside...
2006-12-06 Andy Parkinsdo not truncate pts/dts if value is AV_NOPTS_VALUE...
2006-12-06 Allan HsuDefines various common FLV format values between the...
2006-12-04 Ryan MartellMinor modifications to handle mms streaming.
2006-12-04 Baptiste Coudurierprobe with some success image files not containing...
2006-12-03 Kostya ShishkovDo not touch pkt->pts
2006-12-03 Kostya ShishkovSome VQA v1 files don't have audio stream
2006-12-02 Mike MelansonSimplify the Sega FILM/CPK demuxer to not modify the...
2006-12-01 Allan HsuFix wrong flags for S16LE and S16BE audio in FLV files.
2006-11-30 Loïc Le LoarerFix compile with --disable-muxers, patch by Loïc Le...
2006-11-29 Kostya ShishkovBetter VQA demuxer
2006-11-28 Aurelien Jacobsmatroska: scale timecode according to time_scale
2006-11-28 Baptiste Couduriermove source_package declaration in the loop and reset...
2006-11-28 Baptiste Coudurierreadjust dts if negative
2006-11-27 Aurelien Jacobscleanup the #ifdef mess in muxer/demuxer registration
2006-11-23 Aurelien JacobsNo need for special trick anymore for flac in matroska.
2006-11-22 Reimar DöffingerSet CODEC_TYPE_DATA for timecode tracks.
2006-11-22 Reimar DöffingerSet st->need_parsing = 2 for MPEG-content.
2006-11-21 Aurelien Jacobsadd support for FLAC in matroska
2006-11-21 Aurelien Jacobsmove common voc muxer and demuxer data to voc.c
2006-11-21 Aurelien Jacobssplit voc.c into vocdec.c and vocenc.c
2006-11-20 Aurelien Jacobsadd support for tta in matroska
2006-11-20 Aurelien Jacobscosmetics: reindent after last commit
2006-11-20 Aurelien Jacobsmatroska: split real video frames so that each packet...
2006-11-20 Aurelien Jacobsmatroska: properly handle real video extradata
2006-11-20 Aurelien Jacobssimplify free()+set to NULL using av_freep()
2006-11-19 Kostya ShishkovIdentation
2006-11-19 Kostya ShishkovDivide first audio buffer chunk into atomary bufffers.
2006-11-18 Diego BiurrunFix misplaced comment.
2006-11-18 Diego BiurrunClean up XAN DPCM hack and set codec_tag to 0 for XAN...
2006-11-17 Oded Shimonchange mpeg4 fourcc from "mp4s" to "mp4v"
2006-11-17 Oded Shimonupdate to libnut, use framecode table generator
2006-11-17 Oded Shimonupdate to libnut API, changes to frame_table_input
next