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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-17avio: deprecate url_close_bufAnton Khirnov
2011-03-17avio: deprecate url_open_bufAnton Khirnov
2011-03-17avio: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov
2011-03-17avio: avio_ prefix for url_fprintfAnton Khirnov
2011-03-17avio: change avio_tell/skip from macros to inline functionsAnton Khirnov
2011-03-17avio: make url_setbufsize internal.Anton Khirnov
2011-03-17lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov
2011-03-17nutenc: mux chapters.Anton Khirnov
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-17Remove occurrences of my old email addressRamiro Polla
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-16mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov
2011-03-16Do not attempt to decode APE file with no framesKostya
2011-03-16jvdec: don't use deprecated url_feof()Anton Khirnov
2011-03-15id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-15lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov
2011-03-14jv demuxer: prevent video packet size overflowPeter Ross
2011-03-14jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross
2011-03-14jv demuxer: calculate palette_size for each frame in read_headerPeter Ross
2011-03-14Bitmap Brothers JV demuxerPeter Ross
2011-03-11Add one more avc intra fourcc and extend the descriptionBenjamin Larsson
2011-03-09id3v2: fix typo in error messageAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07mpegts: add all stream languages into metadataAnssi Hannula
2011-03-07In retry_transfer_wrapper, do not check url_interrupt_cb, causes problemsBaptiste Coudurier
2011-03-07Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes
2011-03-07mpegtsenc: handle multiple language tags per streamAnssi Hannula
2011-03-07lavf: update documentation of AVOutputFormat.flagsAnssi Hannula
2011-03-07avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov
2011-03-07avio: deprecate url_fget_max_packet_sizeAnton Khirnov
2011-03-07lavf: document the use of multiple entries in language metadata tagAnssi Hannula
2011-03-07Add audio codec 0x1600 (ADTS AAC)Peter Ross
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-07avio: deprecate url_fgetc and remove all it usesAnton Khirnov
2011-03-07avio: deprecate url_fgetsAnton Khirnov
2011-03-07avio: add avio_skip macroPeter Ross
2011-03-07Add Apple HTTP Live Streaming protocol handlerMartin Storsjö
2011-03-07URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö
2011-03-07URLProtocol: Add a flags fieldMartin Storsjö
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-04avio: add avio_get_str()Reimar Döffinger
2011-03-04avio: fix fourcc if any character is >=0x80.Ronald S. Bultje
2011-03-02libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö
2011-03-02aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö
2011-03-02movenc: use correct tag for dvcpro hdBaptiste Coudurier