Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
Originally committed as revision 14766 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-15import ok'd hunks for mxf muxerBaptiste Coudurier
Originally committed as revision 14765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-14Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise
patch by Kurtnoise, kurtnoise free fr Originally committed as revision 14756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-14Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 14753 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-14Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer
These values should not matter at all in principle because they do not correspond to the time of display of any frame but it seems ffmpeg becomes confused by them if they are far off and its not strictly correct to set them to guessed values. Fixes video_stalls_at_start.wmv Originally committed as revision 14746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-14matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs
This avoid printing some warnings about unknow IDs while we in fact know the IDs but just want to knowingly ignore them. Originally committed as revision 14738 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 14734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13Remove unused variable.Diego Biurrun
Originally committed as revision 14731 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13matroskadec: parse available blocks even when cluster parsing failedAurelien Jacobs
This way, we still read the few complete blocks out of a truncated cluster at the end of a truncated file. Originally committed as revision 14723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer
Originally committed as revision 14718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier
Originally committed as revision 14715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier
this fixes overflow in AVStream->pts_buffer. Originally committed as revision 14714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: ↵Peter Ross
Pro Street' computer game. Originally committed as revision 14713 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using ↵Peter Ross
revision2 flag. Originally committed as revision 14710 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross
Originally committed as revision 14709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Support Electronic Arts files containing MPEG2VIDEO.Peter Ross
Originally committed as revision 14708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10FOURCC addition: added 3IV2, another mpeg4 id. ↵Benjamin Larsson
incoming/video_3iv2/video_3iv2.avi Originally committed as revision 14681 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10Add MDEC tags to Electronic Arts demuxer.Peter Ross
Originally committed as revision 14679 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini
the forward declarations. Originally committed as revision 14677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-09matroskadec: add basic tags support (metadata)Aurelien Jacobs
Originally committed as revision 14672 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-08Implement avformat_version().Stefano Sabatini
Originally committed as revision 14667 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-07remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier
Originally committed as revision 14661 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-07rename mxf.c to mxfdec.cBaptiste Coudurier
Originally committed as revision 14655 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-07Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård
This changes add_to_pktbuf() to maintain a pointer to the last entry in the list, avoiding a linear walk-through on each call. Before this change, add_to_pktbuf() could take a significant amount of time (10% of total decoding time), even with input files of several minutes. After the change, the time spent in this function is barely measurable with oprofile. Originally committed as revision 14654 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-06Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross
Originally committed as revision 14643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-06matroskadec: use av_freep(&x) instead of av_free(x);x=NULLAurelien Jacobs
Originally committed as revision 14633 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-06matroskadec: replace matroska_queue_packet with a single call to dynarray_addAnton Khirnov
patch by Anton Khirnov wyskas _at_ gmail _dot_ com Originally committed as revision 14632 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-06Fix small typo.Diego Biurrun
Originally committed as revision 14628 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05Support muxing of Zork PCM audio into RIFF formats.Peter Ross
Originally committed as revision 14617 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05misc spelling/grammar fixesDiego Biurrun
Originally committed as revision 14616 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: remove useless num_streamsAurelien Jacobs
Originally committed as revision 14611 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: expand useless ebml_read_element_id() wrapperAurelien Jacobs
Originally committed as revision 14610 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: simplify matroska_ebmlnum_sint()Aurelien Jacobs
Originally committed as revision 14609 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()Aurelien Jacobs
Originally committed as revision 14608 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroska: expand useless define for MS compat codec id stringsAurelien Jacobs
Originally committed as revision 14607 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: remove useless comments in ff_mkv_codec_tagsAurelien Jacobs
Originally committed as revision 14606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: update copyright year and related commentsAurelien Jacobs
Originally committed as revision 14605 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: reorder some functions in a more logical orderAurelien Jacobs
Originally committed as revision 14604 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: remove now useless wrapper ebml_read_element_length()Aurelien Jacobs
Originally committed as revision 14603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: remove now useless wrapper ebml_read_seek()Aurelien Jacobs
Originally committed as revision 14602 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: remove now useless peek_idAurelien Jacobs
Originally committed as revision 14601 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster()Aurelien Jacobs
Originally committed as revision 14600 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: remove now unused parameter 'once' from ebml_parse_nest()Aurelien Jacobs
Originally committed as revision 14599 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enoughAurelien Jacobs
Originally committed as revision 14598 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: new ebml_parse() function, centralize ebml_read_element_id() callsAurelien Jacobs
Originally committed as revision 14597 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: rename ebml_parse() to ebml_parse_nest()Aurelien Jacobs
Originally committed as revision 14596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: don't care about the number of bytes read by ebml_read_element_id()Aurelien Jacobs
Originally committed as revision 14595 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: simplify check for hierarchy levelAurelien Jacobs
Originally committed as revision 14594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: cosmetics: consistent style for function declarationsAurelien Jacobs
Originally committed as revision 14593 to svn://svn.ffmpeg.org/ffmpeg/trunk