3740 Commits (b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4)

Author SHA1 Message Date
Zhentan Feng fda0d4afa7 Ok-ed parts from patch by zhentan feng. 16 years ago
Zhentan Feng 1b0732ea64 Remove useless #ifdef DEBUG (patch by Zhentan Feng). 16 years ago
Stefano Sabatini 745b39d5f9 Replace invocations of av_fifo_realloc(), which is going to be 16 years ago
Zhentan Feng 2c8d438893 Ok-ed parts from patch by zhentan feng. 16 years ago
Peter Ross b1c00341a5 Make AIFF demuxer handle F32BE and F64BE PCM audio. 16 years ago
Peter Ross a1ef2c4bb3 Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. 16 years ago
Peter Ross 57406d8eb8 Make RIFF-based demuxers handle F32LE and F64LE PCM audio. 16 years ago
Peter Ross 7b21690a91 Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. 16 years ago
Zhentan Feng e48891bd9b Ok-ed parts from patch by zhentan feng. 16 years ago
Zhentan Feng c69968b4fe Factorize common code out of the mxf demuxer. 16 years ago
Peter Ross fc7ed9a6f6 Support Electronic Arts files containing MP3 audio. 16 years ago
Dave Yeo e748e34dd6 struct timeval requires #include <sys/time.h> 16 years ago
Michael Niedermayer 3cffbe090a Fix rc_eq mem leak. 16 years ago
Diego Biurrun 4c00864f31 Surround format-specific functions with matching preprocessor conditionals. 16 years ago
Diego Biurrun 7402ee234a Surround AVInputFormat declarations with format-specific #ifdefs. 16 years ago
Diego Biurrun 964454263c Replace generic CONFIG_MUXERS preprocessor condition around format-specific 16 years ago
Diego Biurrun bcb5430abe Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat 16 years ago
Diego Biurrun 082f7acfc4 cosmetics: Remove redundant #endif comments that are very close to the #ifdef 16 years ago
Diego Biurrun fb9f111710 cosmetics: misc spelling fixes 16 years ago
Michael Niedermayer ff9c8d7c6f Add flag to mark demuxers that can output discontinuous timestamps. 16 years ago
Aurelien Jacobs a964e813a1 use h_addr_list[0] instead of h_addr as this is the posix hostent field name 16 years ago
Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
Baptiste Coudurier b5f46e9340 import ok'd hunks for mxf muxer 16 years ago
Kurtnoise 7139bfa8fe Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. 16 years ago
Anuradha Suraparaju 67a38cee37 Change Dirac in MPEG-TS encapsulation to conform with spec changes. 16 years ago
Michael Niedermayer 3c9769a008 Do not fill the pts reordering buffer with guessed dts. 16 years ago
Aurelien Jacobs 5df3cc6f80 matroskadec: list some more ebml IDs found in the wild and that we ignore 16 years ago
Anuradha Suraparaju f4bba2015a Dirac encapsulation in MPEG-TS 16 years ago
Diego Biurrun 2485abe281 Remove unused variable. 16 years ago
Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
Aurelien Jacobs 131f1cb2a9 matroskadec: parse available blocks even when cluster parsing failed 16 years ago
Michael Niedermayer 0e55ba723b Add needed include, make it compile without -D_BSD_SOURCE. 16 years ago
Baptiste Coudurier 0d84a8f6ae increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm 16 years ago
Baptiste Coudurier cb5b96cde0 Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, 16 years ago
Peter Ross ebc22cc29f Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. 16 years ago
Peter Ross 6819af8245 Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. 16 years ago
Peter Ross a07f117804 Electronic Arts demuxer: ignore PTxx platform ID values. 16 years ago
Peter Ross d3302b7011 Support Electronic Arts files containing MPEG2VIDEO. 16 years ago
Benjamin Larsson 1b46683c80 FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi 16 years ago
Peter Ross d9d9a8c028 Add MDEC tags to Electronic Arts demuxer. 16 years ago
Stefano Sabatini 8163c870b0 Cosmetics: move at the beginning of the file the av_frac_* functions, avoid 16 years ago
Aurelien Jacobs 44015c56a6 matroskadec: add basic tags support (metadata) 16 years ago
Stefano Sabatini c97429e22b Implement avformat_version(). 16 years ago
Baptiste Coudurier b80b569242 remove mxf.c, previously copied to mxfdec.c 16 years ago
Baptiste Coudurier d09ea6baaf rename mxf.c to mxfdec.c 16 years ago
Måns Rullgård 5c5b1731b7 Maintain pointer to end of AVFormatContext.packet_buffer list 16 years ago
Peter Ross bbf020e977 Add Electronic Arts TGV chunk tags to EA demuxer. 16 years ago
Aurelien Jacobs 00a3431cbb matroskadec: use av_freep(&x) instead of av_free(x);x=NULL 16 years ago
Anton Khirnov b87025399c matroskadec: replace matroska_queue_packet with a single call to dynarray_add 16 years ago
Diego Biurrun 95aad5d1f1 Fix small typo. 16 years ago