| Commit message (Expand) | Author | Age | Files | Lines |
* | matroskadec: fail cleanly when the required compression lib is not compiled in | Aurelien Jacobs | 2008-08-20 | 1 | -0/+2 |
* | matroskadec: stop parsing when skipping en element crossing over the end of file | Aurelien Jacobs | 2008-08-20 | 1 | -1/+1 |
* | matroska: add support for most variants of PCM | Aurelien Jacobs | 2008-08-20 | 2 | -3/+23 |
* | matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way | Aurelien Jacobs | 2008-08-20 | 1 | -40/+1 |
* | Implement url_open_protocol(), which is basiclly the former url_open() | Ronald S. Bultje | 2008-08-19 | 2 | -32/+39 |
* | Ok-ed parts from patch by zhentan feng. | Zhentan Feng | 2008-08-19 | 2 | -0/+153 |
* | Remove useless #ifdef DEBUG (patch by Zhentan Feng). | Zhentan Feng | 2008-08-19 | 1 | -10/+0 |
* | Replace invocations of av_fifo_realloc(), which is going to be | Stefano Sabatini | 2008-08-19 | 1 | -1/+2 |
* | Ok-ed parts from patch by zhentan feng. | Zhentan Feng | 2008-08-19 | 1 | -2/+71 |
* | Make AIFF demuxer handle F32BE and F64BE PCM audio. | Peter Ross | 2008-08-19 | 1 | -0/+2 |
* | Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. | Peter Ross | 2008-08-19 | 2 | -0/+8 |
* | Make RIFF-based demuxers handle F32LE and F64LE PCM audio. | Peter Ross | 2008-08-19 | 1 | -1/+9 |
* | Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. | Peter Ross | 2008-08-19 | 1 | -0/+3 |
* | Ok-ed parts from patch by zhentan feng. | Zhentan Feng | 2008-08-18 | 1 | -9/+74 |
* | Factorize common code out of the mxf demuxer. | Zhentan Feng | 2008-08-18 | 4 | -84/+138 |
* | Support Electronic Arts files containing MP3 audio. | Peter Ross | 2008-08-18 | 1 | -2/+10 |
* | struct timeval requires #include <sys/time.h> | Dave Yeo | 2008-08-16 | 1 | -0/+1 |
* | Fix rc_eq mem leak. | Michael Niedermayer | 2008-08-16 | 1 | -1/+1 |
* | Surround format-specific functions with matching preprocessor conditionals. | Diego Biurrun | 2008-08-15 | 1 | -0/+26 |
* | Surround AVInputFormat declarations with format-specific #ifdefs. | Diego Biurrun | 2008-08-15 | 1 | -0/+32 |
* | Replace generic CONFIG_MUXERS preprocessor condition around format-specific | Diego Biurrun | 2008-08-15 | 1 | -2/+7 |
* | Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat | Diego Biurrun | 2008-08-15 | 1 | -13/+13 |
* | cosmetics: Remove redundant #endif comments that are very close to the #ifdef | Diego Biurrun | 2008-08-15 | 1 | -13/+13 |
* | cosmetics: misc spelling fixes | Diego Biurrun | 2008-08-15 | 1 | -9/+9 |
* | Add flag to mark demuxers that can output discontinuous timestamps. | Michael Niedermayer | 2008-08-15 | 3 | -3/+4 |
* | use h_addr_list[0] instead of h_addr as this is the posix hostent field name | Aurelien Jacobs | 2008-08-14 | 1 | -1/+1 |
* | ensure we get explicit definition of various _XOPEN_SOURCE functions we use | Aurelien Jacobs | 2008-08-14 | 3 | -0/+10 |
* | import ok'd hunks for mxf muxer | Baptiste Coudurier | 2008-08-14 | 1 | -0/+101 |
* | Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. | Kurtnoise | 2008-08-14 | 1 | -0/+2 |
* | Change Dirac in MPEG-TS encapsulation to conform with spec changes. | Anuradha Suraparaju | 2008-08-14 | 1 | -0/+5 |
* | Do not fill the pts reordering buffer with guessed dts. | Michael Niedermayer | 2008-08-14 | 1 | -2/+0 |
* | matroskadec: list some more ebml IDs found in the wild and that we ignore | Aurelien Jacobs | 2008-08-13 | 2 | -0/+49 |
* | Dirac encapsulation in MPEG-TS | Anuradha Suraparaju | 2008-08-13 | 3 | -2/+62 |
* | Remove unused variable. | Diego Biurrun | 2008-08-13 | 1 | -1/+0 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 3 | -0/+3 |
* | matroskadec: parse available blocks even when cluster parsing failed | Aurelien Jacobs | 2008-08-13 | 1 | -1/+1 |
* | Add needed include, make it compile without -D_BSD_SOURCE. | Michael Niedermayer | 2008-08-12 | 1 | -0/+1 |
* | increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm | Baptiste Coudurier | 2008-08-12 | 1 | -2/+5 |
* | Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, | Baptiste Coudurier | 2008-08-12 | 1 | -2/+2 |
* | Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr... | Peter Ross | 2008-08-12 | 1 | -0/+7 |
* | Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re... | Peter Ross | 2008-08-12 | 1 | -0/+1 |
* | Electronic Arts demuxer: ignore PTxx platform ID values. | Peter Ross | 2008-08-12 | 1 | -1/+1 |
* | Support Electronic Arts files containing MPEG2VIDEO. | Peter Ross | 2008-08-12 | 1 | -0/+5 |
* | FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2... | Benjamin Larsson | 2008-08-10 | 1 | -0/+1 |
* | Add MDEC tags to Electronic Arts demuxer. | Peter Ross | 2008-08-10 | 1 | -0/+25 |
* | Cosmetics: move at the beginning of the file the av_frac_* functions, avoid | Stefano Sabatini | 2008-08-10 | 1 | -52/+49 |
* | matroskadec: add basic tags support (metadata) | Aurelien Jacobs | 2008-08-08 | 2 | -1/+73 |
* | Implement avformat_version(). | Stefano Sabatini | 2008-08-08 | 2 | -1/+11 |
* | remove mxf.c, previously copied to mxfdec.c | Baptiste Coudurier | 2008-08-07 | 1 | -1074/+0 |
* | rename mxf.c to mxfdec.c | Baptiste Coudurier | 2008-08-07 | 2 | -1/+1075 |