]> git.sesse.net Git - ffmpeg/history - libavformat
cosmetics
[ffmpeg] / libavformat /
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
2008-08-14 KurtnoiseSurround '#include <sys/select>' by HAVE_SYS_SELECT_H.
2008-08-14 Anuradha SuraparajuChange Dirac in MPEG-TS encapsulation to conform with...
2008-08-14 Michael NiedermayerDo not fill the pts reordering buffer with guessed...
2008-08-13 Aurelien Jacobsmatroskadec: list some more ebml IDs found in the wild...
2008-08-13 Anuradha SuraparajuDirac encapsulation in MPEG-TS
2008-08-13 Diego BiurrunRemove unused variable.
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-13 Aurelien Jacobsmatroskadec: parse available blocks even when cluster...
2008-08-12 Michael NiedermayerAdd needed include, make it compile without -D_BSD_SOURCE.
2008-08-12 Baptiste Coudurierincrease MAX_REORDER_DELAY and pts_buffer size to 16...
2008-08-12 Baptiste CoudurierPrevent dts generation code to be executed when delay...
2008-08-12 Peter RossElectronic Arts demuxer: support SxEN audio tags found...
2008-08-12 Peter RossElectronic Arts demuxer: perform identification of...
2008-08-12 Peter RossElectronic Arts demuxer: ignore PTxx platform ID values.
2008-08-12 Peter RossSupport Electronic Arts files containing MPEG2VIDEO.
2008-08-10 Benjamin LarssonFOURCC addition: added 3IV2, another mpeg4 id. incoming...
2008-08-10 Peter RossAdd MDEC tags to Electronic Arts demuxer.
2008-08-10 Stefano SabatiniCosmetics: move at the beginning of the file the av_fra...
2008-08-08 Aurelien Jacobsmatroskadec: add basic tags support (metadata)
2008-08-08 Stefano SabatiniImplement avformat_version().
2008-08-07 Baptiste Coudurierremove mxf.c, previously copied to mxfdec.c
2008-08-07 Baptiste Coudurierrename mxf.c to mxfdec.c
2008-08-06 Måns RullgårdMaintain pointer to end of AVFormatContext.packet_buffe...
2008-08-06 Peter RossAdd Electronic Arts TGV chunk tags to EA demuxer.
2008-08-06 Aurelien Jacobsmatroskadec: use av_freep(&x) instead of av_free(x...
2008-08-06 Anton Khirnovmatroskadec: replace matroska_queue_packet with a singl...
2008-08-05 Diego BiurrunFix small typo.
next