Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-15Fix Doxygen parameterPanagiotis Issaris
Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-14TypoPanagiotis Issaris
Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-10ogg muxerBaptiste Coudurier
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-07Musepack SV8 demuxer and decoderKostya Shishkov
Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-03Add ff_ prefix to get_v()Kostya Shishkov
Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-29Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni
explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-22Beam Software SIFF demuxer and video decoderKostya Shishkov
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-21New RM format deserves small version bumpKostya Shishkov
Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-20API extension: AVProgram now has an array (stream_index) containing the ↵Nico Sabbi
indexes of the streams in AVFormatContext Originally committed as revision 10819 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Increment minor after r10709.Benoit Fouet
Originally committed as revision 10734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-26Added definition and utility functions to handle AVProgram(s) in ↵Nico Sabbi
AVFormatContext Originally committed as revision 10579 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-19Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini
Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-13Monkey Audio decoderKostya Shishkov
Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10Bump micro version number for r10429Ramiro Polla
Originally committed as revision 10473 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-18more verbose doxy for duration (from patch by neilb suse de)Neil Brown
Originally committed as revision 10136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-18mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown
Originally committed as revision 10135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-16elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer
enough, not that the clearer NEVER comment in AVFormatContext.start_time stoped people from posting stupid patches Originally committed as revision 10122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-12cola for diegoMichael Niedermayer
Originally committed as revision 10074 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-11Bump minor number, NUT muxer was added.Diego Biurrun
Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer
Originally committed as revision 10061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni
return an integer (0 if the SDP has been succesfully created, < 0 in case of error) Originally committed as revision 9947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer
Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-27Introduce an SDP generatorLuca Abeni
Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-25add proper support for subtitles muxing/stream copyingAurelien Jacobs
Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-10avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård
Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-06Add support for non-blocking input formatsLuca Abeni
Originally committed as revision 9495 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko
* changing dv_read_seek() to return the proper value (patch by Maksym Veremeyenko) Originally committed as revision 9418 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24remove old unused string functionsMåns Rullgård
Originally committed as revision 9402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-13Remove unused declarationsRamiro Polla
Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc typo fixesDiego Biurrun
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini
patch by Stefano Sabatini: [stefano dot sabatini minus lala poste dot it] original thread: [FFmpeg-devel] [PATCH] Redesign the video size and rateabbreviations system date: 06/02/2007 05:30 PM Originally committed as revision 9288 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05spellingDiego Biurrun
Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05TyposRamiro Polla
Originally committed as revision 9213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05Doxygenize av_init_packetRamiro Polla
Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-04Export av_init_packetRamiro Polla
Originally committed as revision 9211 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-16Remove extern C declarations for C++.Diego Biurrun
FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-02patch so that the deprecated items show up correctlyMark Cox
when building doxygen docs patch by mark cox melbournemark plus ffmpeg minus devel chez gmail dot com Originally committed as revision 8866 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-28fix AVStream documentation: clarify start_time, start_time and duration are ↵Baptiste Coudurier
actually in stream base Originally committed as revision 8855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15add an enum for need_parsingAurelien Jacobs
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-13timestamps generation improvement when parsing aviJoakim Plate
patch by Joakim \ elupus chez ecce dot se / original thread: date: 03/19/2007 01:47 AM subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use. Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-07typos/grammarDiego Biurrun
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-14DXA demuxer and decoderKostya Shishkov
Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier
Originally committed as revision 8337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Clarify doxygen description.Panagiotis Issaris
Originally committed as revision 8264 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Cleanup doxygen comment.Panagiotis Issaris
Originally committed as revision 8263 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Fix a typo in a doxygen tag.Panagiotis Issaris
Originally committed as revision 8262 to svn://svn.ffmpeg.org/ffmpeg/trunk