platform/upstream/libav.git
2008-09-04 Michael NiedermayerRemove workaround for rgb/bgr mess.
2008-09-04 Michael NiedermayerFix 4 of the unscaled rgb15/16 converters, each of...
2008-09-04 Michael Niedermayerrgb vs bgr fix for the unscaled converters.
2008-09-04 Baptiste Couduriercosmetics, remove whitespace
2008-09-04 Kurtnoiseactually write dac3 atom, patch by Kurtnoise, kurtnoise...
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part2.
2008-09-04 Damiano Galassiskip 2 bytes more when parsing ac3 frame, syncword...
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part1.
2008-09-04 Michael NiedermayerAdd fflush to prevent stdout & stderr from being mixed.
2008-09-04 Vitor SessakMultiply table by -1. This avoid doing this calculation...
2008-09-04 Michael NiedermayerFix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack...
2008-09-04 Vitor SessakAvoid duplicating compute_lpc_coefs() function in both...
2008-09-04 Peter RossRemove further 1sample=2byte assumptions within FFmpeg...
2008-09-03 Stefano SabatiniMake the nb_max_connections and nb_connections int...
2008-09-03 Baptiste Coudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 Baptiste Coudurierforbid mp3 < 16000hz in anything except mov
2008-09-03 Baptiste Coudurierdirac muxing support in mp4/mov
2008-09-03 Baptiste Couduriercosmetics, move up mpeg1video mp4 objecttype
2008-09-03 Baptiste Couduriercosmetics, change values to hex since mp4ra use hex
2008-09-03 Baptiste Couduriercosmetics, vertical align
2008-09-03 Baptiste Coudurierac3 muxing support in mov/mp4/m4v
2008-09-03 Michael NiedermayerIgnore the spec, and calculate aspect ratio on width...
2008-09-03 Stefano SabatiniMake the maximum number of simultaneous HTTP connection...
2008-09-03 Reimar DöffingerChange doxygen comment: Clarify when av_write_trailer...
2008-09-03 Michael NiedermayerClarify sample_aspect_ratio.
2008-09-03 Michael NiedermayerAdd AVPacket.convergence_duration.
2008-09-03 Michael NiedermayerTry to clarify the semantics of AVPacket.duration.
2008-09-03 Jai Menonfix issue 616 on roundup : decoding of short flac files
2008-09-03 Diego BiurrunDisable encoders by undefining CONFIG_FOO_ENCODER once...
2008-09-03 Diego BiurrunSurround some encoding-specific functions with the...
2008-09-03 Diego BiurrunReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-09-03 Michael NiedermayerFix round to even for aspect ratio correction.
2008-09-03 Ronald S. BultjeRemove unused code that used to handle protocol concate...
2008-09-03 Vladimir Voroshilovgain codebook (first stage), 8k mode for G.729
2008-09-03 Ronald S. BultjeImplement Realmedia/RTSP-compatible SETUP command....
2008-09-03 Baptiste Coudurierfix fourcc comment
2008-09-03 Vladimir VoroshilovAnother set of approved G.729 chunks (from decoder...
2008-09-03 Aurelien Jacobstheoradec: cosmetics: indentation
2008-09-03 Aurelien Jacobstheoradec: skip decoding of uncoded MV in 4MV code
2008-09-03 Aurelien Jacobstheoradec: small 4MV code reorganization to ease future...
2008-09-03 Ronald S. BultjeMove av_set_pts_info() inside the mdpr_read_codecdata...
2008-09-03 Ronald S. BultjeUse chunk-size in function calling mdpr_read_codecdata...
2008-09-02 Diego BiurrunReplace generic CONFIG_DECODERS preprocessor conditiona...
2008-09-02 Diego BiurrunSilence a couple of 'defined but not used' warnings...
2008-09-02 Laurent AimarPrevent a division by 0 in the g726 decoder when the...
2008-09-02 Laurent AimarFix an invalid free in the AVI muxer when an unsupporte...
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-09-02 Diego BiurrunRemove pointless #ifdef CONFIG_VHOOK from the code.
2008-09-02 Baptiste Couduriercorrectly mux mpeg2 audio 13818-3 in mp4
2008-09-02 Baptiste Coudurierallow mp2 to be muxed into mp4
2008-09-02 Vladimir VoroshilovParity bit calculation routine for G.729
2008-09-02 Michael NiedermayerTry to support invalid h264 that does not mark IDR...
2008-09-02 Michael NiedermayerFix detection of MPEG4 in MPEG-PS.
2008-09-02 Justin Rugglesadd a separate line in Makefile for E-AC-3 decoder...
2008-09-01 Baptiste Couduriermake pcm encoder setting bits_per_sample field
2008-09-01 Stefano SabatiniMake show_banner()/show_version() print the libpostproc...
2008-09-01 Stefano SabatiniImplement postproc_version().
2008-09-01 Justin Ruggleschange back to using CONFIG_*_DEMUXER for ac3_eac3_prob...
2008-09-01 Aurelien Jacobsmatroska: add E-AC-3 support
2008-09-01 Aurelien Jacobssimplify ac3_probe() and eac3_probe(). patch by Aurelie...
2008-09-01 Justin Rugglescheck ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
2008-09-01 Ronald S. BultjeRemove useless "else" case in if X { A; return }; else...
2008-09-01 Ronald S. BultjeSome RTSP streams use SDP lines longer than 1024 bytes...
2008-09-01 Ronald S. BultjeImplement Realmedia-compatible DESCRIBE command.
2008-09-01 Justin Rugglesfix sorting of audio codecs
2008-09-01 Bartlomiej... Remaining parts of Nellymoser encoder
2008-09-01 Michael NiedermayerCheck ff_init_me()s return value.
2008-09-01 Michael Niedermayer1000l Fix snow regression test that i broke in r15135.
2008-08-31 Michael NiedermayerWarn the user about me_method values that are not suppo...
2008-08-31 Michael NiedermayerOptimize vorbis_residue_decode() so that vr->type is...
2008-08-31 Michael NiedermayerRemove debuging junk that probably hasnt been used...
2008-08-31 Baptiste Couduriercheck for malloc failure
2008-08-31 Baptiste Couduriercopy whole frame in vosData for dnxhd, this code will...
2008-08-31 Justin Rugglesthe FLAC encoder has an integer-only mode available...
2008-08-31 Justin Rugglescosmetics: capitalization
2008-08-31 Justin RugglesDnet AC-3 encoding is integer-only
2008-08-31 Justin Rugglesadd E-AC-3 to supported codec list
2008-08-31 Bartlomiej... Okayed parts of nellymoserenc.c
2008-08-31 Ronald S. BultjeSend RTSP OPTIONS command to detect server type.
2008-08-31 Ronald S. BultjeRead RealChallenge1 field from the server.
2008-08-31 Ronald S. BultjeImplement RTSPServerType enum as a way to identify...
2008-08-31 Ronald S. BultjeRevert back to old version (r15103).
2008-08-31 Stefan Gehrerreduce code duplication by moving common header parsing
2008-08-31 Stefano SabatiniChange headers' guardnames consistently with r15120.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-31 Peter RossDisplay error message when user attempts to resample...
2008-08-31 David ConradUse ff_vp3_idct_data in vp3dsp_mmx.c rather than duplic...
2008-08-31 David ConradDeclare ff_vp3_idct_data to be uint16_t
2008-08-31 David ConradDon't declare SSE vp3 idct data static, so it can be...
2008-08-31 Baptiste Coudurierdo no write multi descriptor when only one track is...
2008-08-31 Baptiste Coudurierfactorize
2008-08-31 Baptiste Coudurierremove mxf_build_structural_metadata, simplify
2008-08-31 Baptiste Couduriermove mxf_write_package to permit function merge
2008-08-31 Baptiste Couduriercosmetics, Pair -> Entry
2008-08-31 Baptiste Coudurierstore index in table in MXFStreamContext, simplify
2008-08-31 Baptiste Couduriermerge descriptor write table with essence container...
2008-08-31 Baptiste Coudurierfix type in prototype
2008-08-31 Baptiste Coudurierremove header_byte_count_offset from context
2008-08-31 Baptiste Couduriersimplify and correctly rewrite metadata in header parti...
next