3724 Commits (bcb5430abed15cb8dddcc68fabcccc3a932736df)

Author SHA1 Message Date
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. 17 years ago
Stefano Sabatini 8163c870b0 Cosmetics: move at the beginning of the file the av_frac_* functions, avoid 17 years ago
Aurelien Jacobs 44015c56a6 matroskadec: add basic tags support (metadata) 17 years ago
Stefano Sabatini c97429e22b Implement avformat_version(). 17 years ago
Baptiste Coudurier b80b569242 remove mxf.c, previously copied to mxfdec.c 17 years ago
Baptiste Coudurier d09ea6baaf rename mxf.c to mxfdec.c 17 years ago
Måns Rullgård 5c5b1731b7 Maintain pointer to end of AVFormatContext.packet_buffer list 17 years ago
Peter Ross bbf020e977 Add Electronic Arts TGV chunk tags to EA demuxer. 17 years ago
Aurelien Jacobs 00a3431cbb matroskadec: use av_freep(&x) instead of av_free(x);x=NULL 17 years ago
Anton Khirnov b87025399c matroskadec: replace matroska_queue_packet with a single call to dynarray_add 17 years ago
Diego Biurrun 95aad5d1f1 Fix small typo. 17 years ago
Peter Ross 4e0e6888a4 Support muxing of Zork PCM audio into RIFF formats. 17 years ago
Diego Biurrun 5968d2dd1e misc spelling/grammar fixes 17 years ago
Aurelien Jacobs cc70d14b3d matroskadec: remove useless num_streams 17 years ago
Aurelien Jacobs 88cca98947 matroskadec: expand useless ebml_read_element_id() wrapper 17 years ago
Aurelien Jacobs 33ac07ea08 matroskadec: simplify matroska_ebmlnum_sint() 17 years ago
Aurelien Jacobs c1e01133f6 matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() 17 years ago
Aurelien Jacobs cc8be50637 matroska: expand useless define for MS compat codec id strings 17 years ago
Aurelien Jacobs 20fb02c5b9 matroskadec: remove useless comments in ff_mkv_codec_tags 17 years ago
Aurelien Jacobs ff33c5c565 matroskadec: update copyright year and related comments 17 years ago
Aurelien Jacobs 737c40da20 matroskadec: reorder some functions in a more logical order 17 years ago
Aurelien Jacobs 1b6d23bbcb matroskadec: remove now useless wrapper ebml_read_element_length() 17 years ago
Aurelien Jacobs 66cfc3856c matroskadec: remove now useless wrapper ebml_read_seek() 17 years ago
Aurelien Jacobs 5c5373cea4 matroskadec: remove now useless peek_id 17 years ago
Aurelien Jacobs 3879763833 matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() 17 years ago
Aurelien Jacobs 6314cca006 matroskadec: remove now unused parameter 'once' from ebml_parse_nest() 17 years ago
Aurelien Jacobs c4d3d9ba95 matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough 17 years ago