| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Maintain pointer to end of AVFormatContext.packet_buffer list | Måns Rullgård | 2008-08-06 | 2 | -11/+16 |
* | Add Electronic Arts TGV chunk tags to EA demuxer. | Peter Ross | 2008-08-06 | 1 | -0/+8 |
* | matroskadec: use av_freep(&x) instead of av_free(x);x=NULL | Aurelien Jacobs | 2008-08-06 | 1 | -2/+1 |
* | matroskadec: replace matroska_queue_packet with a single call to dynarray_add | Anton Khirnov | 2008-08-06 | 1 | -15/+2 |
* | Fix small typo. | Diego Biurrun | 2008-08-05 | 1 | -1/+1 |
* | Support muxing of Zork PCM audio into RIFF formats. | Peter Ross | 2008-08-05 | 1 | -1/+3 |
* | misc spelling/grammar fixes | Diego Biurrun | 2008-08-05 | 3 | -21/+21 |
* | matroskadec: remove useless num_streams | Aurelien Jacobs | 2008-08-05 | 1 | -6/+2 |
* | matroskadec: expand useless ebml_read_element_id() wrapper | Aurelien Jacobs | 2008-08-05 | 1 | -19/+3 |
* | matroskadec: simplify matroska_ebmlnum_sint() | Aurelien Jacobs | 2008-08-05 | 1 | -4/+1 |
* | matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() | Aurelien Jacobs | 2008-08-05 | 1 | -42/+14 |
* | matroska: expand useless define for MS compat codec id strings | Aurelien Jacobs | 2008-08-05 | 3 | -7/+4 |
* | matroskadec: remove useless comments in ff_mkv_codec_tags | Aurelien Jacobs | 2008-08-05 | 1 | -4/+1 |
* | matroskadec: update copyright year and related comments | Aurelien Jacobs | 2008-08-05 | 1 | -4/+4 |
* | matroskadec: reorder some functions in a more logical order | Aurelien Jacobs | 2008-08-05 | 1 | -166/+162 |
* | matroskadec: remove now useless wrapper ebml_read_element_length() | Aurelien Jacobs | 2008-08-05 | 1 | -12/+1 |