]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-09-04 vitorCosmetics: s/LPC_type/LPC_TYPE/
2008-09-04 bcoudurierprint error when deinterlacing fails
2008-09-04 stefanoProperly use av_log rather than fprintf/printf.
2008-09-04 michaelFix typo.
2008-09-04 bcouduriercosmetics, remove whitespace
2008-09-04 bcoudurieractually write dac3 atom, patch by Kurtnoise, kurtnoise...
2008-09-04 bcoudurierskip 2 bytes more when parsing ac3 frame, syncword...
2008-09-04 vitorMultiply table by -1. This avoid doing this calculation...
2008-09-04 michaelFix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack...
2008-09-04 vitorAvoid duplicating compute_lpc_coefs() function in both...
2008-09-04 prossRemove further 1sample=2byte assumptions within FFmpeg...
2008-09-03 stefanoMake the nb_max_connections and nb_connections int...
2008-09-03 bcoudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 bcoudurierforbid mp3 < 16000hz in anything except mov
2008-09-03 bcoudurierdirac muxing support in mp4/mov
2008-09-03 bcouduriercosmetics, move up mpeg1video mp4 objecttype
2008-09-03 bcouduriercosmetics, change values to hex since mp4ra use hex
2008-09-03 bcouduriercosmetics, vertical align
2008-09-03 bcoudurierac3 muxing support in mov/mp4/m4v
2008-09-03 michaelIgnore the spec, and calculate aspect ratio on width...
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
next