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 (Expand)Author
2008-08-22Do not set timestamp information for a non existing AVStreamLuca Abeni
2008-08-22Apply parts of MXF muxer ok'ed by MichaelVitor Sessak
2008-08-21matroskadec: fail cleanly when the required compression lib is not compiled inAurelien Jacobs
2008-08-21matroskadec: stop parsing when skipping en element crossing over the end of fileAurelien Jacobs
2008-08-20matroska: add support for most variants of PCMAurelien Jacobs
2008-08-20matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic wayAurelien Jacobs
2008-08-20Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje
2008-08-20Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-20Remove useless #ifdef DEBUG (patch by Zhentan Feng).Zhentan Feng
2008-08-19Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini
2008-08-19Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-19Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross
2008-08-19Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross
2008-08-19Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross
2008-08-19Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross
2008-08-18Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng
2008-08-18Support Electronic Arts files containing MP3 audio.Peter Ross
2008-08-16struct timeval requires #include <sys/time.h>Dave Yeo
2008-08-16Fix rc_eq mem leak.Michael Niedermayer
2008-08-15Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun
2008-08-15Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun
2008-08-15Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun
2008-08-15Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun
2008-08-15cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun
2008-08-15cosmetics: misc spelling fixesDiego Biurrun
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-08-15use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
2008-08-15import ok'd hunks for mxf muxerBaptiste Coudurier
2008-08-14Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise
2008-08-14Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju
2008-08-14Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer
2008-08-14matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
2008-08-13Remove unused variable.Diego Biurrun
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-08-13matroskadec: parse available blocks even when cluster parsing failedAurelien Jacobs
2008-08-13Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer
2008-08-12increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier
2008-08-12Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier
2008-08-12Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...Peter Ross
2008-08-12Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re...Peter Ross
2008-08-12Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross
2008-08-12Support Electronic Arts files containing MPEG2VIDEO.Peter Ross
2008-08-10FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2...Benjamin Larsson
2008-08-10Add MDEC tags to Electronic Arts demuxer.Peter Ross
2008-08-10Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini
2008-08-09matroskadec: add basic tags support (metadata)Aurelien Jacobs
2008-08-08Implement avformat_version().Stefano Sabatini