]> git.sesse.net Git - ffmpeg/history - libavformat
factorize
[ffmpeg] / libavformat /
2008-08-31 Baptiste Coudurierfactorize
2008-08-31 Baptiste Coudurierchange [0] to *
2008-08-31 Baptiste Couduriercompute essence containers in mxf_write_header, this...
2008-08-30 Baptiste Coudurierget essence container ul in header and set it per track...
2008-08-30 Baptiste Couduriermove per track code in mxf_write_header to be able...
2008-08-30 Baptiste Coudurierrename variable
2008-08-30 Baptiste Coudurierfix typos
2008-08-30 Baptiste Couduriercosmetics: header -> generic
2008-08-30 Baptiste Couduriercosmetics, remove useless braces, move comments where...
2008-08-30 Baptiste Couduriercosmetics
2008-08-30 Baptiste Couduriersimplify, and factorize
2008-08-30 Baptiste Coudurieronly put version in tag
2008-08-30 Baptiste Couduriersimplify
2008-08-30 Baptiste Coudurieralways write required version string local tag
2008-08-30 Baptiste Coudurierintroduce mxf_write_local_tag_utf16 and factorize
2008-08-30 Baptiste Coudurieruse strlen and do not write useless trailing 0 accordin...
2008-08-30 Baptiste Coudurierwrite strings as utf16be
2008-08-30 Diego BiurrunAdd missing FFMPEG_ prefix to multiple inclusion guard.
2008-08-30 Baptiste Couduriertimestamps in flv are 32bits _signed_ according to...
2008-08-30 Baptiste Coudurierremove now useless casts
2008-08-29 Baptiste Couduriermake has_codec_parameters not returning true when sampl...
2008-08-29 Baptiste Coudurierskip empty flv data packets, fix issue #602
2008-08-29 Baptiste Coudurierfactorize packet skip code
2008-08-29 Baptiste Couduriersimplify size handling code
2008-08-29 Baptiste Coudurierremove vorbis dec hack, decoding will be done anyway...
2008-08-29 Baptiste Coudurierspeex in flv demuxing
2008-08-29 Baptiste Couduriercosmetics, typos, case
2008-08-29 Baptiste Couduriercosmetics
2008-08-29 Baptiste Coudurierfix version string ul
2008-08-29 Michael NiedermayerDo not truncate timestamps before the muxer as it makes...
2008-08-28 Roman ShaposhnikIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-28 Ronald S. BultjeChange implementation for ff_data_to_hex(), this is...
2008-08-27 Ronald S. BultjeExport data_to_hex() as private API in lavf, rename...
2008-08-27 Roman ShaposhnikTwo cosmetic changes for improved readability and ease...
2008-08-27 Aurelien Jacobsmatroskadec: cosmetics: indentation
2008-08-27 Aurelien Jacobsmatroskadec: seek to the last position known in the...
2008-08-27 Ronald S. BultjeUse RTPDynamicProtocol parse_sdp_a_line() handlers...
2008-08-26 Aurelien Jacobsremove useless assignment (st is never read after this...
2008-08-26 Aurelien Jacobsmatroskadec: index timestamps are supposed to be in...
2008-08-26 Aurelien Jacobsmxfdec: set sample_aspect_ratio
2008-08-26 Carl Eugen HoyosRemaining parts of GSoC MXF muxer by Zhentan Feng.
2008-08-26 Michael Niedermayervertical align
2008-08-25 Vitor SessakImport more MXF muxer code from the SoC tree
2008-08-25 Andreas ÖmanWhen setting codec_id during codec probe we must also...
2008-08-25 Luca AbeniFix udp.c compilation with recent glibc (>= 2.8)
2008-08-25 Aurelien Jacobsmatroskadec: unset matroska->done when seeking
2008-08-25 Aurelien Jacobsmatroskadec: full seeking support in index-less files
2008-08-25 Aurelien Jacobsmatroskadec: on the fly index construction for index...
2008-08-24 Aurelien Jacobsmatroskadec: don't try to seek to negative timestamp
2008-08-24 Aurelien Jacobsmatroskadec: move setting of matroska->done inside...
2008-08-24 Reimar DöffingerAdd ff_ prefix to ogg_codec_t structs
2008-08-24 Reimar DöffingerMark several libavformat arrays const
2008-08-24 Reimar DöffingerMark "matroska" probe data string constant.
2008-08-24 Reimar DöffingerMake ogg_codec_t descriptions const
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-08-24 Ronald S. BultjeRemove check for @ in tcp.c which removes the authoriza...
2008-08-24 Aurelien Jacobsvoc: add ff_ prefix to some global const data
2008-08-24 Reimar DöffingerRemove useless empty close functions in mmf and mm...
2008-08-24 Aurelien Jacobsmatroskadec: make aac_profiles array const
2008-08-24 Reimar DöffingerMake the id3v1_genre_str array const, not just the...
2008-08-24 Vitor SessakImport more ok'ed chunks of the mxf muxer from the...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-08-23 Aurelien Jacobsexport sample_aspect_ratio read by the demuxer in a...
2008-08-23 Peter RossAdd raw muxers/demuxers for F64/F32/S32/S24/U32/U24...
2008-08-23 Ronald S. BultjeCosmetics after previous patches.
2008-08-23 Ronald S. BultjeOn failure, return directly because the fail: case...
2008-08-23 Ronald S. BultjeMove malloc() down until after all initializations...
2008-08-23 Ronald S. BultjeFix memleak on some OSes in case network initialization...
2008-08-23 Ronald S. BultjeRemove useless comments. See "[PATCH] tcp.c/udp.c memle...
2008-08-23 Baptiste Coudurierenable fl32/64 le/be in mov with stsd audio v2
2008-08-22 Luca AbeniDo not set timestamp information for a non existing...
2008-08-22 Vitor SessakApply parts of MXF muxer ok'ed by Michael
2008-08-20 Aurelien Jacobsmatroskadec: fail cleanly when the required compression...
2008-08-20 Aurelien Jacobsmatroskadec: stop parsing when skipping en element...
2008-08-20 Aurelien Jacobsmatroska: add support for most variants of PCM
2008-08-20 Aurelien Jacobsmatroskadec: handle EBML_ID_VOID and EBML_ID_CRC32...
2008-08-19 Ronald S. BultjeImplement url_open_protocol(), which is basiclly the...
2008-08-19 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-19 Zhentan FengRemove useless #ifdef DEBUG (patch by Zhentan Feng).
2008-08-19 Stefano SabatiniReplace invocations of av_fifo_realloc(), which is...
2008-08-19 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-19 Peter RossMake AIFF demuxer handle F32BE and F64BE PCM audio.
2008-08-19 Peter RossMake MOV demuxer handle F32BE, F32LE, F64BE and F64LE...
2008-08-19 Peter RossMake RIFF-based demuxers handle F32LE and F64LE PCM...
2008-08-19 Peter RossMake AU demuxer handle S24BE, S32BE and F64BE PCM audio.
2008-08-18 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-18 Zhentan FengFactorize common code out of the mxf demuxer.
2008-08-18 Peter RossSupport Electronic Arts files containing MP3 audio.
2008-08-16 Dave Yeostruct timeval requires #include <sys/time.h>
2008-08-16 Michael NiedermayerFix rc_eq mem leak.
2008-08-15 Diego BiurrunSurround format-specific functions with matching prepro...
2008-08-15 Diego BiurrunSurround AVInputFormat declarations with format-specifi...
2008-08-15 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor condition...
2008-08-15 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditions...
2008-08-15 Diego Biurruncosmetics: Remove redundant #endif comments that are...
2008-08-15 Diego Biurruncosmetics: misc spelling fixes
2008-08-15 Michael NiedermayerAdd flag to mark demuxers that can output discontinuous...
2008-08-14 Aurelien Jacobsuse h_addr_list[0] instead of h_addr as this is the...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-08-14 Baptiste Coudurierimport ok'd hunks for mxf muxer
next