]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-09-03 stefanoMake the maximum number of simultaneous HTTP connection...
2008-09-03 reimarChange doxygen comment: Clarify when av_write_trailer...
2008-09-03 michaelClarify sample_aspect_ratio.
2008-09-03 michaelAdd AVPacket.convergence_duration.
2008-09-03 michaelTry to clarify the semantics of AVPacket.duration.
2008-09-03 jai_menonfix issue 616 on roundup : decoding of short flac files
2008-09-03 diegoDisable encoders by undefining CONFIG_FOO_ENCODER once...
2008-09-03 diegoSurround some encoding-specific functions with the...
2008-09-03 diegoReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-09-03 michaelFix round to even for aspect ratio correction.
2008-09-03 rbultjeRemove unused code that used to handle protocol concate...
2008-09-03 voroshilgain codebook (first stage), 8k mode for G.729
2008-09-03 rbultjeImplement Realmedia/RTSP-compatible SETUP command....
2008-09-03 bcoudurierfix fourcc comment
2008-09-03 voroshilAnother set of approved G.729 chunks (from decoder...
2008-09-03 aureltheoradec: cosmetics: indentation
2008-09-03 aureltheoradec: skip decoding of uncoded MV in 4MV code
2008-09-03 aureltheoradec: small 4MV code reorganization to ease future...
2008-09-03 rbultjeMove av_set_pts_info() inside the mdpr_read_codecdata...
2008-09-03 rbultjeUse chunk-size in function calling mdpr_read_codecdata...
2008-09-02 diegoReplace generic CONFIG_DECODERS preprocessor conditiona...
2008-09-02 diegoSilence a couple of 'defined but not used' warnings...
2008-09-02 diegoPrevent a division by 0 in the g726 decoder when the...
2008-09-02 diegoFix an invalid free in the AVI muxer when an unsupporte...
2008-09-02 diegoReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-09-02 diegoRemove pointless #ifdef CONFIG_VHOOK from the code.
2008-09-02 bcouduriercorrectly mux mpeg2 audio 13818-3 in mp4
2008-09-02 bcoudurierallow mp2 to be muxed into mp4
2008-09-02 voroshilParity bit calculation routine for G.729
2008-09-02 michaelTry to support invalid h264 that does not mark IDR...
2008-09-02 michaelFix detection of MPEG4 in MPEG-PS.
2008-09-02 jbradd a separate line in Makefile for E-AC-3 decoder...
2008-09-01 bcouduriermake pcm encoder setting bits_per_sample field
2008-09-01 stefanoMake show_banner()/show_version() print the libpostproc...
2008-09-01 stefanoImplement postproc_version().
2008-09-01 jbrchange back to using CONFIG_*_DEMUXER for ac3_eac3_prob...
2008-09-01 aurelmatroska: add E-AC-3 support
2008-09-01 jbrsimplify ac3_probe() and eac3_probe(). patch by Aurelie...
2008-09-01 jbrcheck ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
2008-09-01 jbrcreate a separate codec_id for E-AC-3
2008-09-01 rbultjeRemove useless "else" case in if X { A; return }; else...
2008-09-01 rbultjeSome RTSP streams use SDP lines longer than 1024 bytes...
2008-09-01 rbultjeImplement Realmedia-compatible DESCRIBE command.
2008-09-01 jbrfix sorting of audio codecs
2008-09-01 bwolowiecRemaining parts of Nellymoser encoder
2008-09-01 michaelCheck ff_init_me()s return value.
2008-09-01 michael1000l Fix snow regression test that i broke in r15135.
2008-08-31 michaelWarn the user about me_method values that are not suppo...
2008-08-31 michaelOptimize vorbis_residue_decode() so that vr->type is...
2008-08-31 michaelRemove debuging junk that probably hasnt been used...
2008-08-31 bcouduriercheck for malloc failure
2008-08-31 bcouduriercopy whole frame in vosData for dnxhd, this code will...
2008-08-31 jbrthe FLAC encoder has an integer-only mode available...
2008-08-31 jbrcosmetics: capitalization
2008-08-31 jbrDnet AC-3 encoding is integer-only
2008-08-31 jbradd E-AC-3 to supported codec list
2008-08-31 bwolowiecOkayed parts of nellymoserenc.c
2008-08-31 rbultjeSend RTSP OPTIONS command to detect server type.
2008-08-31 rbultjeRead RealChallenge1 field from the server.
2008-08-31 rbultjeImplement RTSPServerType enum as a way to identify...
2008-08-31 rbultjeRevert back to old version (r15103).
2008-08-31 stefangreduce code duplication by moving common header parsing
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-31 prossDisplay error message when user attempts to resample...
2008-08-31 conradUse ff_vp3_idct_data in vp3dsp_mmx.c rather than duplic...
2008-08-31 conradDeclare ff_vp3_idct_data to be uint16_t
2008-08-31 conradDon't declare SSE vp3 idct data static, so it can be...
2008-08-31 bcoudurierdo no write multi descriptor when only one track is...
2008-08-31 bcoudurierfactorize
2008-08-31 bcoudurierremove mxf_build_structural_metadata, simplify
2008-08-31 bcouduriermove mxf_write_package to permit function merge
2008-08-31 bcouduriercosmetics, Pair -> Entry
2008-08-31 bcoudurierstore index in table in MXFStreamContext, simplify
2008-08-31 bcouduriermerge descriptor write table with essence container...
2008-08-31 bcoudurierfix type in prototype
2008-08-31 bcoudurierremove header_byte_count_offset from context
2008-08-31 bcouduriersimplify and correctly rewrite metadata in header parti...
2008-08-31 bcouduriersimplify current partition offset
2008-08-31 rbultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-08-31 jbrturn on E-AC-3 decoding support and update the Changelog
2008-08-31 bcoudurierheader partition is open incomplete for now
2008-08-31 jbrsimplify code and comment regarding determination wheth...
2008-08-31 bcoudurieralways write footer partition according to specs
2008-08-31 jbruse correct table name
2008-08-31 bcoudurier10l fix mxf_get_essence_container_ul
2008-08-31 bcouduriercosmetics, mux_write -> mxf_write
2008-08-31 bcouduriercorrectly set track duration
2008-08-31 bcoudurierset duration to distinguished value
2008-08-31 bcouduriercorrectly write codec ul, mpeg-2 needs profile and...
2008-08-31 vitorMisc cosmetics in compute_lpc_coefs(): braces removal...
2008-08-31 jbrskip converter exponent strategy for all channels at...
2008-08-31 vitorRemove useless var in compute_lpc_coefs()
2008-08-31 jbrmerge declaration and init. variable is not used outsid...
2008-08-31 jbrcosmetics: indentation
2008-08-31 vitorMerge declaration and initialization of a few vars...
2008-08-31 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-31 bcouduriersimplify, pass AVStream directly instead of index
2008-08-31 bcouduriercosmetics, whitespace
2008-08-31 bcoudurierremove now useless track_number_sign
2008-08-31 bcoudurierput back mxf_essence_container_uls in demuxer as static...
next