]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-09-07 vitorDo not share context variables between channels and...
2008-09-07 vitorRemove output pointer from context
2008-09-07 stefangadd 1bpp decoding function and extend 4bpp function to
2008-09-07 bcoudurieradd missing html start tag to ffserver status html...
2008-09-07 bcouduriercleanup, merge snprintf calls
2008-09-07 bcoudurierset default bps to 16 in wav header
2008-09-07 bcoudurier100l, compute correctly poll_table size when allocating
2008-09-07 rbultjeImplement RDT-specific data parsing routines. After...
2008-09-07 rbultjeReindent after previous patch.
2008-09-07 rbultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-07 rbultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-07 rbultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-09-07 aurelbump lavf micro version to allow checking for the matro...
2008-09-06 aurelmatroskadec: remove now useless vstream and is_video_ke...
2008-09-06 aurelmatroskadec: remove useless braces
2008-09-06 aurelmatroskadec: ensure that the timecode added to the...
2008-09-06 cehoyosWhitespace cosmetics
2008-09-06 diegolicense header consistency cosmetics.
2008-09-06 diegoMention that libavcodec/ac3dec.c is GPLed.
2008-09-06 diegolicense header consistency cosmetics
2008-09-06 voroshilRemove not approved parts.
2008-09-06 vitorTest a var for overflow just after it is set
2008-09-06 vitorRemove useless parenthesis
2008-09-06 stefanoRemove wrong and unnecessary condition. VHOOK filters...
2008-09-06 stefanoUndefine the macro which defines fprintf as please_use_...
2008-09-05 lucabeADD support for the RGB32 pixel format in video4linux2...
2008-09-05 lucabeAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-09-05 reimarFix nuv decoder to use reget_buffer for non-keyframes...
2008-09-05 bcoudurierdo not fail if audio is uncompressed and frame size...
2008-09-05 bcouduriersimplify bps code by using av_get_bits_per_sample
2008-09-05 vitorCosmetics: indent after last commit and remove useless...
2008-09-05 vitorSimplify: use a for instead of unrolling by hand
2008-09-04 vitorFunctions mace{3,6}_decode_frame() are just wrappers...
2008-09-04 aurelmatroskadec: fix ASS subtitle track packets before...
2008-09-04 bcoudurieradd -xerror option, ffmpeg will now exit right when...
2008-09-04 bcoudurierFix msgsm in wav, do not set blkalign to frame size...
2008-09-04 vitorSimplify: use two distinct functions to decode MACE3...
2008-09-04 vitorSimplify mace_decode_frame()
2008-09-04 aurelmatroska: subtitle display duration must be stored...
2008-09-04 vitorRemove useless comments
2008-09-04 vitorReindent mace.c, its indentation was completly inconsis...
2008-09-04 bcoudurierset block align and frame size for gsm in aiff
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...
next