]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-07-07 bananredundant assignment found by Clang
2008-07-06 aureladd some missing dependencies
2008-07-06 vitorSimplify: glob->phase is always == 3
2008-07-06 vitorCosmetics: reindent tables
2008-07-06 vitorSimplify
2008-07-06 vitorSlighly faster operation
2008-07-06 vitorTypo
2008-07-06 vitorCosmetics: remove braces
2008-07-06 vitorAnother use of scalar_product_float()
2008-07-06 vitorDo not reimplement memmove()
2008-07-06 diegoRemove context fields which can be used as simple local...
2008-07-06 diegoRemove inaccurate computation of pts for audio packets...
2008-07-06 diegoRemove av_cold attribute on decode_frame and add it...
2008-07-06 stefanoDocument av_find_opt().
2008-07-06 kostyaAltivec implementation of APE vector functions
2008-07-06 kostyaAdd several vector functions used by Monkey's Audio...
2008-07-05 vitorCosmetics: remove braces
2008-07-05 vitorCreate a function for float dot product instead of...
2008-07-05 diegoAdd correct header #include to fix 'make checkheaders'.
2008-07-05 diegoAdd required stdint.h header #include.
2008-07-05 diegospelling cosmetics
2008-07-05 kostyaCosmetics: align
2008-07-05 kostyaMove MLP/TrueHD from video to audio codecs section.
2008-07-05 diegoOnly define AltiVec vector syntax macro when AltiVec...
2008-07-05 diegoAdd a note to remind people that new PCM/ADPCM formats...
2008-07-05 diegoRemove unused variable, fixes the warning:
2008-07-04 michaelAll mp3 parsers are buggy fix 2 of n (out of array...
2008-07-04 michaelAll id3 parsers are buggy, 0 termination fix 1 of n...
2008-07-04 vitorWrite for loops in a more standard way. In my opinion...
2008-07-04 ramiroMLP/TrueHD decoder.
2008-07-04 vitorMove vars declaration to inner loop when possible
2008-07-04 vitorSimplify
2008-07-04 diegospelling cosmetics
2008-07-03 vitorRemove unneeded var
2008-07-03 vitorUse a matrix instead of a vector
2008-07-03 vitorReindent table
2008-07-03 rbultjeReindent after r14059, see "[PATCH] allow empty params for
2008-07-03 rbultjeAllow NULL for read_header in AVInputFormat. See discus...
2008-07-03 michaelWe do not only calculate it but we also return it.
2008-07-03 michaelMore correct comment.
2008-07-03 michaelmake sum_of_squares() more generic
2008-07-02 astrangeCosmetics: split a long line.
2008-07-02 astrangeUse get_cabac_bypass_sign instead of an if/else.
2008-07-02 astrangeReorder the if/else for residual cats to match gcc...
2008-07-02 astrangeSimplify loop condition for readability.
2008-07-02 astrangeReindent.
2008-07-02 astrangeClone decode_cabac_residual() for DC residuals, to...
2008-07-02 astrangeDon't generate two copies of hl_decode_mb() under ENABL...
2008-07-02 astrangeDon't test for H264 encoding unless an encoder exists.
2008-07-02 ramiroClarify comment about parity nibble.
2008-07-02 lucabeReindent after last commit
2008-07-02 lucabeFix A/V synch for RTP streams that do not contain MPEG1...
2008-07-01 ramiroMake ff_mlp_read_major_sync() take a GetBitContext...
2008-06-30 stefanoClarify/simplify documentation for the default_val...
2008-06-30 stefanoRemove credit to Philip Gladstone contribution from...
2008-06-30 vitorRemove useless wrapper around ra288_decode_frame()
2008-06-30 vitorRemove unpack() function, read the bitstream as needed
2008-06-30 vitorClean up error message
2008-06-30 vitorRewrite unpack() using the bitstream reader
2008-06-30 voroshilgain code, gain pitch and pitch delay decoding for...
2008-06-30 vitorMove function to avoid forward declaration
2008-06-30 vitorRemove useless initialization
2008-06-30 vitorReindent the whole file
2008-06-30 benoitSimplify mm_support() for ARM (by Måns).
2008-06-30 benoitDefine mm_support() for ARM.
2008-06-29 vitorMake ff_acelp_lp_synthesis_filter() receives a pointer...
2008-06-29 vitorUpdate copyright
2008-06-29 vitorUse ff_acelp_lp_synthesis_filter() instead of duplicati...
2008-06-29 vitorAdd a rounding parameter to ff_acelp_lp_synthesis_filter()
2008-06-29 diegoAdd command line support for '-idct simplearmv6'.
2008-06-29 vitorDoxy comment
2008-06-28 bcoudurierinclude track id in error message
2008-06-28 bcoudurierset frame_size in libfaad decoder
2008-06-28 astrangeRealign newlines.
2008-06-28 astrangeUse MANGLE() instead of memory operands to read globals.
2008-06-28 michaelMake code independant/less dependant on dsputil.
2008-06-28 reimarChange mtv_read_packet so it does not break after seeki...
2008-06-28 reimarFix pkt->pos to really point at start of packet for...
2008-06-28 bcouduriercosmetics
2008-06-28 bcouduriercosmetics, align vertically
2008-06-27 bcoudurierunset Track sets, relying in AVStream->priv_data and...
2008-06-27 stefangfix size of header data
2008-06-27 ramiroSeek the file forwards instead of backwards when sync...
2008-06-27 bcoudurierclarify error message about codec tag
2008-06-27 bcouduriergive context to av_log
2008-06-27 astrangeRemove pointless AVFrame* casting.
2008-06-27 astrangeRemove duplicate emms.
2008-06-27 astrangeRemove commented-out code.
2008-06-27 astrangeExport qscale so that postprocessing works.
2008-06-27 astrangeRemove unused PutBitContext.
2008-06-27 lucabeDo not free the priv_data field of AVStream on close...
2008-06-26 michaelindent
2008-06-26 michaelInform the user about unhandled sectors.
2008-06-26 michaelmemleak
2008-06-26 michaelDo not completely bail out for invalid params, just...
2008-06-26 michaelmerge decl & init
2008-06-26 michaelGet rid of weird pre reading code.
2008-06-26 michaelRemove debuging trash.
2008-06-26 michaelAnother variable that did nothing at all
2008-06-26 michaelremove code that discards streams randomly
next