]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/avformat.h
Add ff_ prefix to get_v()
[frescor/ffmpeg.git] / libavformat / avformat.h
2007-11-03 kostyaAdd ff_ prefix to get_v()
2007-10-29 lucabeRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-10-22 kostyaBeam Software SIFF demuxer and video decoder
2007-10-21 kostyaNew RM format deserves small version bump
2007-10-20 nicodvbAPI extension: AVProgram now has an array (stream_index...
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-14 benoitIncrement minor after r10709.
2007-09-25 nicodvbAdded definition and utility functions to handle AVPro...
2007-09-19 benoitMake parse_date return INT64_MIN in case of unparsable...
2007-09-13 kostyaMonkey Audio decoder
2007-09-10 ramiroBump micro version number for r10429
2007-08-18 michaelmore verbose doxy for duration (from patch by neilb...
2007-08-18 michaelmention that start_time maybe AV_NOPTS_VALUE (from...
2007-08-16 michaelelaborate a little on AVStream.start_time, it seems...
2007-08-11 michaelcola for diego
2007-08-11 diegoBump minor number, NUT muxer was added.
2007-08-10 michaelmention AVPROBE_PADDING_SIZE at the read_probe() doxy
2007-08-05 lucabeChange avf_sdp_create() to get a pre-allocated buffer...
2007-08-04 michaelcorrect initial timestamps which have AV_NOPTS_VALUE
2007-07-26 lucabeIntroduce an SDP generator
2007-07-25 aureladd proper support for subtitles muxing/stream copying
2007-07-09 mruavoid deprecation warnings for AVFrac from avformat.h
2007-07-06 lucabeAdd support for non-blocking input formats
2007-06-25 romansh * clarifying the AVInputFormat::read_seek return...
2007-06-23 mruremove old unused string functions
2007-06-12 ramiroRemove unused declarations
2007-06-12 diegomisc typo fixes
2007-06-12 diegomisc spelling fixes
2007-06-12 benoitMove the video size and rate abbreviations system from...
2007-06-04 diegospelling
2007-06-04 ramiroTypos
2007-06-04 ramiroDoxygenize av_init_packet
2007-06-04 ramiroExport av_init_packet
2007-05-16 diegoRemove extern C declarations for C++.
2007-05-02 benoitpatch so that the deprecated items show up correctly
2007-04-28 bcoudurierfix AVStream documentation: clarify start_time, start_t...
2007-04-15 aureladd an enum for need_parsing
2007-04-13 benoittimestamps generation improvement when parsing avi
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-04-07 diegotypos/grammar
2007-03-14 kostyaDXA demuxer and decoder
2007-03-12 takisIntroduce two new logging functions av_hex_dump_log...
2007-03-12 bcoudurierremove codec_info_duration/nb_frames from AVStream
2007-03-05 takisClarify doxygen description.
2007-03-05 takisCleanup doxygen comment.
2007-03-05 takisFix a typo in a doxygen tag.
2007-03-05 takisDoxygenize the existing comments in avformat.h. The...
2007-03-03 takisCorrect wrong avformat documentation.
2007-03-03 takisMove the libavformat public API comments to avformat...
2007-02-14 gpoirierimplement new grabbing interface, as described here:
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-02-11 bcoudurieradd key field to AVFormatContext for de/encryption...
2007-02-05 michaelbetter generic index building and seeking code
2007-01-23 michaelmake av_find_stream_info() duration user selectable
2007-01-21 michaelget rid of the [4] limitation of codec tag lists
2007-01-21 michaeladd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-19 reimarAttempt to better document AVFMT_NOFILE.
2007-01-16 diegoMake nb_streams unsigned to avoid an ugly cast.
2006-12-24 kostyaMusepack SV7 decoding support
2006-12-07 mruuse standard INT64_MAX instead of MAXINT64 (and MIN)
2006-12-06 mruuse the standard INT64_C() macro for 64-bit constants
2006-11-14 michaelsplit av_seek_frame_binary() so the code becomes idepen...
2006-11-12 michaelmore verbose r_frame_rate definition
2006-11-02 bcoudurierkill AVImageFormat
2006-10-12 bcouduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat...
2006-09-10 diegoAdd official LGPL license headers to the files that...
2006-09-09 michaelAVPROBE_SCORE_MAX doc
2006-09-05 michaelignore index parameter to ignore the ODML index in avi
2006-09-04 gpoirierClarified API for numbered sequences, patch by Michel...
2006-09-04 romansh * Restructuring the division of labor between DV...
2006-09-02 mruremove redundant declarations
2006-08-30 michaelfix b pyramid in mp4 muxing if no dts are provided...
2006-08-27 nicodvbadded option probesize; at the moment only used by...
2006-08-27 nicodvbinitial support for AVOption in AVFormatContext
2006-08-20 michaelattribute_deprecated
2006-08-11 bcoudurierexport av_interleave_packet_per_dts
2006-08-08 michaeldont be too picky about timestampsbeing wrong if the...
2006-07-23 reimarTry to find out correct start time to make seeking...
2006-07-13 mruadd loop_input to AVFormatContext, getting rid of old...
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-30 gpoirierMove initialisations and internal symbols in allformats.h,
2006-06-25 lu_zerocleanup patch from Diego Pettenò <flameeyes@gentoo...
2006-06-24 lu_zerominor cleanup
2006-06-17 diegoAdd (mostly) const to variable and parameter declaratio...
2006-03-27 reimarNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-21 kostyaSmacker demuxer and decoder.
2006-03-01 michaeladd size to AVIndex
2006-02-17 melansoncomplete AVS playback system (from Creature Shock compu...
2006-02-12 melansoncomplete American Laser Games MM playback system, court...
2006-02-12 alextta demuxer, also usable for moving tta audio data...
2006-02-10 mrugenerate adts frame headers if required
2006-02-09 aureladd a Creative VOC (de)muxer
2006-02-08 mrubump version numbers and update docs for adts aac support
2006-02-02 michaelAIFF format support by (Patrick Guimond <patg a.t patg...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-09 rtognimpCook compatibe decoder, patch by Benjamin Larsson
next