source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cecaf7d   14 years alex.converse aacenc: aac_psy_init(): Factorize line_to_frequency. Originally …
(edit) @d7194e3b   14 years alex.converse aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb. Fix …
(edit) @886385af   14 years alex.converse aacenc: psy_3gpp_init(): Calculate barks on demand. Originally …
(edit) @e3a28ea5   14 years mans avfft: remove useless parens Originally committed as revision 24229 …
(edit) @943ebf2   14 years mans 100l: really fix fft external API init functions Originally committed …
(edit) @afa4248e   14 years alex.converse aacsbr: Eliminate double precision arithmetic. Originally committed …
(edit) @1ac6da39   14 years alex.converse aacdec: Eliminate the use of doubles in the MAIN predictor. …
(edit) @531cfe6   14 years alex.converse aacdec: Eliminate the use of doubles in decode_cce(). Originally …
(edit) @93c6ff6c   14 years alex.converse aacdec: Use a LUT to generate CCE scale. Originally committed as …
(edit) @f07c9895   14 years Carl Eugen Hoyos Do not map video quantizer scale (from 1-51 to 0-63) for libvpx …
(edit) @8e3275c1   14 years mans configure: match regtest ref files more strictly Only names …
(edit) @0dc5ca2e   14 years vitor1001 Add TrueSpeech regtest Originally committed as revision 24221 to …
(edit) @5ee08c85   14 years mans fate: add vp8 bilinear tests Mike added these some time ago, and I …
(edit) @b3108447   14 years mans avfft: make init functions return NULL on failure as intended …
(edit) @862be470   14 years diego Use correct length modifier for size comparison in printf expression, …
(edit) @3cac899a   14 years alex.converse Split the ADTS header decoder off of the ADTS parser. The AAC decoder …
(edit) @65415bb   14 years diego Do not generate LaTeX Doxygen documentation by default. Our general …
(edit) @655a29e7   14 years diego Turn off the useless default chatter that doxygen prints to the …
(edit) @7167bc94   14 years alex.converse aacdec: Remove the warning about non-meaningful window transitions. …
(edit) @f2401c21   14 years benoit.fouet Use math constant instead of hardcoded rounded value for sqrt(0.5). …
(edit) @bf55cf1   14 years lu_zero Report when a method gets an error status code That makes easier …
(edit) @b12b16c5   14 years benoit.fouet Fix side channels when XCh extension is present. Patch by Nick …
(edit) @d0a18850   14 years benoit.fouet Move XCH parameters into context structure. Patch by Nick Brereton …
(edit) @453d28af   14 years benoit.fouet Change the type of Y table to pointer to void in fill_table(). This …
(edit) @faa26db2   14 years lessen42 MMX/SSE VC1 loop filter Originally committed as revision 24208 to …
(edit) @7af8fbd3   14 years lessen42 Make ff_pw_4 128 bits Originally committed as revision 24207 to …
(edit) @fca58a81   14 years lessen42 vc1: Fix ordering of loop filter for I/B frames All horizontal edges …
(edit) @3683b7e   14 years lessen42 vc1: ff_draw_horiz_band needs a one row delay when the loop filter is …
(edit) @e26011d0   14 years ramiro.polla mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into …
(edit) @ec1ee802   14 years ramiro.polla mingw32: properly check if vfw capture is supported by the system …
(edit) @6f5ac9c1   14 years justin.ruggles APIchanges: fix a grammar mistake Originally committed as revision …
(edit) @83a68cd6   14 years Carl Eugen Hoyos Set libvpx encoding profile to libavcodec's profile. Patch by James …
(edit) @37497979   14 years justin.ruggles Fill-in revision number for addition of lpc_type and lpc_passes. …
(edit) @23940f14   14 years justin.ruggles Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. …
(edit) @31769dad   14 years victorpaesa Clarify the avoidance of usage of these AVStream fields. Originally …
(edit) @23174578   14 years kostya.shishkov Do not try to decode less than one frame of data in TrueSpeech
(edit) @922189fe   14 years victorpaesa Use avfilter_copy_picref_props() along lavfi. Originally committed as …
(edit) @e9e40c87   14 years vitor1001 NellyMoser regtest Originally committed as revision 24195 to …
(edit) @d4d5b661   14 years vitor1001 DTS Coherent Acoustics regtest Originally committed as revision 24194 …
(edit) @bb1e5977   14 years vitor1001 Add Pictor/PC Paint PIC regtest Originally committed as revision …
(edit) @0461367c   14 years stefano.sabatini-lala Fix crop filter syntax shown for the -crop* options in the ffmpeg man …
(edit) @dc6cf61e   14 years lu_zero Handle av_base64_decode return value garbled sdp would cause crash …
(edit) @617d56ca   14 years stefano.sabatini-lala Update lavu minor and add APIchanges entry after r24174 (add bswap.h …
(edit) @90d9d97d   14 years martin Fix ID3v1 tags in mp3 files Patch by James Darnley, james dot darnley …
(edit) @8b834ac5   14 years Reimar.Doeffinger 100l, change avsubtitle_free to the actually tested and working …
(edit) @849ff0c4   14 years Reimar.Doeffinger Set pix_fmt to the correct value for the format the PGS decoder …
(edit) @31740736   14 years Reimar.Doeffinger Remove useless casts and memset. Originally committed as revision …
(edit) @e1d7c883   14 years Reimar.Doeffinger Add avsubtitle_free function. Originally committed as revision 24185 …
(edit) @c426562c   14 years pascal.massimino add some buffer checks Originally committed as revision 24184 to …
(edit) @42859ddb   14 years pascal.massimino use avccontext->frame_size where appropriate Originally committed as …
(edit) @53128bc3   14 years pross Fix trivial punctuation error Originally committed as revision 24182 …
(edit) @e798dbdd   14 years vitor1001 Psygnosis YOP demuxer and decoder test Originally committed as …
(edit) @e747ff1c   14 years vitor1001 Add Intel Music Coder regtest Originally committed as revision 24180 …
(edit) @b5bc7424   14 years Reimar.Doeffinger Check url_fseek results in gxf demuxer. Originally committed as …
(edit) @369b4963   14 years vitor1001 Add QDM2 test Originally committed as revision 24178 to …
(edit) @1f96d868   14 years Reimar.Doeffinger Document that and why subtitle decoders do not support …
(edit) @8273966   14 years vitor1001 Add QCELP regtest Originally committed as revision 24176 to …
(edit) @1d9a8c34   14 years vitor1001 Add MPEG2 field encoding fate2 regtest Originally committed as …
(edit) @b91d08f4   14 years mans Install bswap.h and intreadwrite.h Originally committed as revision …
(edit) @86816692   14 years mans Make intreadwrite.h installation-safe Originally committed as …
(edit) @d268eee9   14 years mans Set fast_unaligned in avconfig.h Originally committed as revision …
(edit) @1fc81e73   14 years mans Make bswap.h safe to install as public API Originally committed as …
(edit) @6a01eab7   14 years mans Add av_ prefix to bswap macros Originally committed as revision 31679 …
(edit) @8fc0162   14 years mans Add av_ prefix to bswap macros Originally committed as revision 24170 …
(edit) @e6b22522   14 years mans bswap: change ME to NE in macro names Other parts of FFmpeg use NE …
(edit) @6b7917ba   14 years vitor1001 Add RealAudio COOK fate2 test Originally committed as revision 24168 …
(edit) @65c58b1   14 years vitor1001 Add fate2 test for RA288 Originally committed as revision 24167 to …
(edit) @06970a4c   14 years mans fate: some AAC tests need FUZZ=2 on ARM Originally committed as …
(edit) @b734a67   14 years ramiro.polla mingw32: avisynth does not need w32api >= 3.13 Originally committed …
(edit) @83b203dc   14 years mans fate: ensure file sizes match in oneoff tests Originally committed as …
(edit) @6a59b98   14 years alex.converse AAC fate2 tests. Originally committed as revision 24163 to …
(edit) @95b98f82   14 years ramiro.polla faq: remove note that says avisynth "has just been added". it has been …
(edit) @42ff9d7a   14 years kostya.shishkov Make WMV3 decoder print more errors when decoding beta WMV9 files. As …
(edit) @42d1e7a2   14 years Aurélien Jacobs fix VP5/6 neon dependencies Originally committed as revision 24160 to …
(edit) @771c86c1   14 years martin Fix a leak in the AAC encoder Originally committed as revision 24159 …
(edit) @b576934d   14 years Reimar.Doeffinger Add native GSM 06.10 audio decoder. Originally committed as revision …
(edit) @a6f8f11b   14 years darkshikari Change qmax/qmin limits to 63 instead of 51. VP8 supports quantizers …
(edit) @0a4307d6   14 years ramiro.polla configure: properly check for mingw-w64 through installed headers. …
(edit) @7918375f   14 years mans intreadwrite: common.h is not needed, attributes.h is sufficient …
(edit) @f4d80ecb   14 years mans lfg: add missing includes Originally committed as revision 24154 to …
(edit) @47bfd50a   14 years mans pixdesc: add missing includes Originally committed as revision 24153 …
(edit) @150ef830   14 years mans fate: fail with a sensible error message if reference file is missing …
(edit) @34ae2d90   14 years mans Remove dead target from .PHONY list Originally committed as revision …
(edit) @7d610af6   14 years mans fate: delete output files from successful tests Originally committed …
(edit) @3ec8d24a   14 years mans tiny_psnr: change error exit code from -1 to 1 Originally committed …
(edit) @cd3cb048   14 years mans tiny_psnr: check fread() return values Originally committed as …
(edit) @58d2b154   14 years mans fate: exit with error immediately if test command fails Originally …
(edit) @f6dddd33   14 years mans tiny_psnr: use abs() Originally committed as revision 24146 to …
(edit) @5f0278f5   14 years vitor1001 SIPR tests for "make fate2" Originally committed as revision 24145 to …
(edit) @4b04c5ca   14 years victorpaesa Current Cygwin has mkstemp(). Originally committed as revision 24144 …
(edit) @c43d77c1   14 years mans tiny_psnr: skip wav headers on input files The byte count printed …
(edit) @080ce907   14 years mans resample: replace VLA with malloc/free Originally committed as …
(edit) @a426016c   14 years mans resample: check memory allocations in av_resample_init() Originally …
(edit) @603e5c0b   14 years janne-ffmpeg move ff_get_v_length and ff_put_v from nutenc.c to …
(edit) @f8280ff   14 years janne-ffmpeg rename get_length to ff_get_v_length and put_v to ff_put_v patch by …
(edit) @9ebf4fb6   14 years mans libxvid: add some const fixing a warning Originally committed as …
(edit) @a30b3360   14 years mans Allow using libxvid RC without enabling encoding wrapper Originally …
(edit) @7e264ca1   14 years mans fate: add oneoff test for twinvq Originally committed as revision …
(edit) @aab3ea5f   14 years mans fate: add oneoff comparison method This adds the 'oneoff' comparison …
(edit) @3ade7d32   14 years mans fate: pass additional variables to test script This passes the …
Note: See TracRevisionLog for help on using the revision log.