2008-08-18 |
michael |
Factorize common code out of the mxf demuxer.
libavformat
|
2008-08-18 |
pross |
Support Electronic Arts files containing MP3 audio.
libavformat
|
2008-08-16 |
aurel |
struct timeval requires #include <sys/time.h>
libavformat
|
2008-08-16 |
michael |
Fix rc_eq mem leak.
libavformat
|
2008-08-15 |
diego |
Surround format-specific functions with matching preprocessor conditionals.
libavformat
|
2008-08-15 |
diego |
Surround AVInputFormat declarations with format-specific #ifdefs.
libavformat
|
2008-08-15 |
diego |
Replace generic CONFIG_MUXERS preprocessor condition around format-specific
libavformat
|
2008-08-15 |
diego |
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat
libavformat
|
2008-08-15 |
diego |
cosmetics: Remove redundant #endif comments that are very close to the #ifdef
libavformat
|
2008-08-15 |
diego |
cosmetics: misc spelling fixes
libavformat
|
2008-08-15 |
michael |
Add flag to mark demuxers that can output discontinuous timestamps.
libavformat
|
2008-08-14 |
aurel |
use h_addr_list[0] instead of h_addr as this is the posix hostent field name
libavformat
|
2008-08-14 |
aurel |
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
libavformat
|
2008-08-14 |
bcoudurier |
import ok'd hunks for mxf muxer
libavformat
|
2008-08-14 |
diego |
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
libavformat
|
2008-08-14 |
diego |
Change Dirac in MPEG-TS encapsulation to conform with spec changes.
libavformat
|
2008-08-14 |
michael |
Do not fill the pts reordering buffer with guessed dts.
libavformat
|
2008-08-13 |
aurel |
matroskadec: list some more ebml IDs found in the wild and that we ignore
libavformat
|
2008-08-13 |
diego |
Dirac encapsulation in MPEG-TS
libavformat
|
2008-08-13 |
diego |
Remove unused variable.
libavformat
|
2008-08-13 |
aurel |
strcasecmp() requires #include <strings.h>
libavformat
|
2008-08-13 |
aurel |
matroskadec: parse available blocks even when cluster parsing failed
libavformat
|
2008-08-12 |
michael |
Add needed include, make it compile without -D_BSD_SOURCE.
libavformat
|
2008-08-12 |
bcoudurier |
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm
libavformat
|
2008-08-12 |
bcoudurier |
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,
libavformat
|
2008-08-12 |
pross |
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game.
libavformat
|
2008-08-12 |
pross |
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag.
libavformat
|
2008-08-12 |
pross |
Electronic Arts demuxer: ignore PTxx platform ID values.
libavformat
|
2008-08-12 |
pross |
Support Electronic Arts files containing MPEG2VIDEO.
libavformat
|
2008-08-10 |
banan |
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi
libavformat
|
2008-08-10 |
pross |
Add MDEC tags to Electronic Arts demuxer.
libavformat
|
2008-08-10 |
stefano |
Cosmetics: move at the beginning of the file the av_frac_* functions, avoid
libavformat
|
2008-08-08 |
aurel |
matroskadec: add basic tags support (metadata)
libavformat
|
2008-08-08 |
stefano |
Implement avformat_version().
libavformat
|
2008-08-07 |
bcoudurier |
remove mxf.c, previously copied to mxfdec.c
libavformat
|
2008-08-07 |
bcoudurier |
rename mxf.c to mxfdec.c
libavformat
|
2008-08-06 |
mru |
Maintain pointer to end of AVFormatContext.packet_buffer list
libavformat
|
2008-08-06 |
pross |
Add Electronic Arts TGV chunk tags to EA demuxer.
libavformat
|
2008-08-06 |
aurel |
matroskadec: use av_freep(&x) instead of av_free(x);x=NULL
libavformat
|
2008-08-06 |
aurel |
matroskadec: replace matroska_queue_packet with a single call to dynarray_add
libavformat
|
2008-08-05 |
diego |
Fix small typo.
libavformat
|
2008-08-05 |
pross |
Support muxing of Zork PCM audio into RIFF formats.
libavformat
|
2008-08-05 |
diego |
misc spelling/grammar fixes
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove useless num_streams
libavformat
|
2008-08-05 |
aurel |
matroskadec: expand useless ebml_read_element_id() wrapper
libavformat
|
2008-08-05 |
aurel |
matroskadec: simplify matroska_ebmlnum_sint()
libavformat
|
2008-08-05 |
aurel |
matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()
libavformat
|
2008-08-05 |
aurel |
matroska: expand useless define for MS compat codec id strings
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove useless comments in ff_mkv_codec_tags
libavformat
|
2008-08-05 |
aurel |
matroskadec: update copyright year and related comments
libavformat
|
2008-08-05 |
aurel |
matroskadec: reorder some functions in a more logical order
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove now useless wrapper ebml_read_element_length()
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove now useless wrapper ebml_read_seek()
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove now useless peek_id
libavformat
|
2008-08-05 |
aurel |
matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster()
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove now unused parameter 'once' from ebml_parse_nest()
libavformat
|
2008-08-05 |
aurel |
matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough
libavformat
|
2008-08-05 |
aurel |
matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls
libavformat
|
2008-08-05 |
aurel |
matroskadec: rename ebml_parse() to ebml_parse_nest()
libavformat
|
2008-08-05 |
aurel |
matroskadec: don't care about the number of bytes read by ebml_read_element_id()
libavformat
|