]> git.sesse.net Git - ffmpeg/history - libavformat
cosmetics: rename some functions from *get_* to *decode_*
[ffmpeg] / libavformat /
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.
2008-08-05 Peter RossSupport muxing of Zork PCM audio into RIFF formats.
2008-08-05 Diego Biurrunmisc spelling/grammar fixes
2008-08-05 Aurelien Jacobsmatroskadec: remove useless num_streams
2008-08-05 Aurelien Jacobsmatroskadec: expand useless ebml_read_element_id()...
2008-08-05 Aurelien Jacobsmatroskadec: simplify matroska_ebmlnum_sint()
2008-08-05 Aurelien Jacobsmatroskadec: implement matroska_ebmlnum_uint() using...
2008-08-05 Aurelien Jacobsmatroska: expand useless define for MS compat codec...
2008-08-05 Aurelien Jacobsmatroskadec: remove useless comments in ff_mkv_codec_tags
2008-08-05 Aurelien Jacobsmatroskadec: update copyright year and related comments
2008-08-05 Aurelien Jacobsmatroskadec: reorder some functions in a more logical...
2008-08-05 Aurelien Jacobsmatroskadec: remove now useless wrapper ebml_read_eleme...
2008-08-05 Aurelien Jacobsmatroskadec: remove now useless wrapper ebml_read_seek()
2008-08-05 Aurelien Jacobsmatroskadec: remove now useless peek_id
2008-08-05 Aurelien Jacobsmatroskadec: don't try to re-read already parsed ID...
2008-08-05 Aurelien Jacobsmatroskadec: remove now unused parameter 'once' from...
2008-08-05 Aurelien Jacobsmatroskadec: directly use ebml_parse() or ebml_parse_id...
2008-08-05 Aurelien Jacobsmatroskadec: new ebml_parse() function, centralize...
2008-08-05 Aurelien Jacobsmatroskadec: rename ebml_parse() to ebml_parse_nest()
2008-08-05 Aurelien Jacobsmatroskadec: don't care about the number of bytes read...
2008-08-05 Aurelien Jacobsmatroskadec: simplify check for hierarchy level
2008-08-05 Aurelien Jacobsmatroskadec: cosmetics: consistent style for function...
2008-08-05 Aurelien Jacobsmatroskadec: Use string instead of char table as probe...
2008-08-05 Aurelien Jacobsmatroskadec: use an EbmlBin as parameter to ebml_read_b...
next