]> git.sesse.net Git - ffmpeg/history - libavformat/avformat.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavformat / avformat.h
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-14 Benoit FouetIncrement minor after r10709.
2007-09-25 Nico SabbiAdded definition and utility functions to handle AVPro...
2007-09-19 Stefano SabatiniMake parse_date return INT64_MIN in case of unparsable...
2007-09-13 Kostya ShishkovMonkey Audio decoder
2007-09-10 Ramiro PollaBump micro version number for r10429
2007-08-18 Neil Brownmore verbose doxy for duration (from patch by neilb...
2007-08-18 Neil Brownmention that start_time maybe AV_NOPTS_VALUE (from...
2007-08-16 Michael Niedermayerelaborate a little on AVStream.start_time, it seems...
2007-08-11 Michael Niedermayercola for diego
2007-08-11 Diego BiurrunBump minor number, NUT muxer was added.
2007-08-10 Michael Niedermayermention AVPROBE_PADDING_SIZE at the read_probe() doxy
2007-08-05 Luca AbeniChange avf_sdp_create() to get a pre-allocated buffer...
2007-08-04 Michael Niedermayercorrect initial timestamps which have AV_NOPTS_VALUE
2007-07-26 Luca AbeniIntroduce an SDP generator
2007-07-25 Aurelien Jacobsadd proper support for subtitles muxing/stream copying
2007-07-09 Måns Rullgårdavoid deprecation warnings for AVFrac from avformat.h
2007-07-06 Luca AbeniAdd support for non-blocking input formats
2007-06-25 Maksym Veremeyenko * clarifying the AVInputFormat::read_seek return...
2007-06-23 Måns Rullgårdremove old unused string functions
2007-06-12 Ramiro PollaRemove unused declarations
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-12 Stefano SabatiniMove the video size and rate abbreviations system from...
2007-06-04 Diego Biurrunspelling
2007-06-04 Ramiro PollaTypos
2007-06-04 Ramiro PollaDoxygenize av_init_packet
2007-06-04 Ramiro PollaExport av_init_packet
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2007-04-28 Baptiste Coudurierfix AVStream documentation: clarify start_time, start_t...
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-04-07 Diego Biurruntypos/grammar
2007-03-14 Kostya ShishkovDXA demuxer and decoder
2007-03-12 Panagiotis IssarisIntroduce two new logging functions av_hex_dump_log...
2007-03-12 Baptiste Coudurierremove codec_info_duration/nb_frames from AVStream
2007-03-05 Panagiotis IssarisClarify doxygen description.
2007-03-05 Panagiotis IssarisCleanup doxygen comment.
2007-03-05 Panagiotis IssarisFix a typo in a doxygen tag.
2007-03-05 Panagiotis IssarisDoxygenize the existing comments in avformat.h. The...
2007-03-03 Panagiotis IssarisCorrect wrong avformat documentation.
2007-03-03 Panagiotis IssarisMove the libavformat public API comments to avformat...
2007-02-14 Ramiro Pollaimplement new grabbing interface, as described here:
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-11 Reimar Döffingeradd key field to AVFormatContext for de/encryption...
2007-02-05 Michael Niedermayerbetter generic index building and seeking code
2007-01-23 Michael Niedermayermake av_find_stream_info() duration user selectable
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-19 Reimar DöffingerAttempt to better document AVFMT_NOFILE.
2007-01-16 Diego BiurrunMake nb_streams unsigned to avoid an ugly cast.
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
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-11-14 Michael Niedermayersplit av_seek_frame_binary() so the code becomes idepen...
2006-11-12 Michael Niedermayermore verbose r_frame_rate definition
2006-11-02 Baptiste Coudurierkill AVImageFormat
2006-10-12 Baptiste Couduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-09 Michael NiedermayerAVPROBE_SCORE_MAX doc
2006-09-05 Michael Niedermayerignore index parameter to ignore the ODML index in avi
2006-09-04 Michel BardiauxClarified API for numbered sequences, patch by Michel...
2006-09-04 Roman Shaposhnik * Restructuring the division of labor between DV...
2006-09-02 Måns Rullgårdremove redundant declarations
2006-08-30 Michael Niedermayerfix b pyramid in mp4 muxing if no dts are provided...
2006-08-27 Nico Sabbiadded option probesize; at the moment only used by...
2006-08-27 Nico Sabbiinitial support for AVOption in AVFormatContext
2006-08-20 Michael Niedermayerattribute_deprecated
2006-08-11 Baptiste Coudurierexport av_interleave_packet_per_dts
2006-08-08 Michael Niedermayerdont be too picky about timestampsbeing wrong if the...
2006-07-23 Reimar DöffingerTry to find out correct start time to make seeking...
2006-07-13 Víctor Paesaadd loop_input to AVFormatContext, getting rid of old...
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-30 Diego PettenòMove initialisations and internal symbols in allformats.h,
2006-06-25 Luca Barbatocleanup patch from Diego Pettenò <flameeyes@gentoo...
2006-06-24 Luca Barbatominor cleanup
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-02-17 Mike Melansoncomplete AVS playback system (from Creature Shock compu...
2006-02-12 Mike Melansoncomplete American Laser Games MM playback system, court...
2006-02-12 Alex Beregszaszitta demuxer, also usable for moving tta audio data...
2006-02-10 Måns Rullgårdgenerate adts frame headers if required
2006-02-09 Aurelien Jacobsadd a Creative VOC (de)muxer
2006-02-08 Måns Rullgårdbump version numbers and update docs for adts aac support
2006-02-02 Michael NiedermayerAIFF format support by (Patrick Guimond <patg a.t patg...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-09 Benjamin LarssonCook compatibe decoder, patch by Benjamin Larsson
2005-10-20 Roberto TogniIncrease version: 'wave' atom parsing added to mov...
2005-09-02 Reimar DöffingerSupport D-Cinema audio demuxing.
2005-08-21 Michael Niedermayertime_base description by Rich Felker | dalias, aerifal cx
2005-08-15 Michael Niedermayerparse pict_type for streams in avi
2005-08-15 Michael Niedermayersupport fixing missing pts by parsing future frames
next