source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0ba20fa5   17 years vitor1001 Remove useless buffers Originally committed as revision 13168 to …
(edit) @be4488dc   17 years vitor1001 Simplify rotate_block() Originally committed as revision 13167 to …
(edit) @177fa453   17 years vitor1001 Do not pass the context to functions that do not use it Originally …
(edit) @e9de4f56   17 years vitor1001 Declare vars as const when possible Originally committed as revision …
(edit) @4aa485a3   17 years vitor1001 Do not copy tables to a context var, use them directly Originally …
(edit) @bd0d10c2   17 years vitor1001 Remove unneeded fields from the decoder context Originally committed …
(edit) @ae9b8019   17 years vitor1001 Read the bitstream where the data is actually needed instead of doing …
(edit) @ab5e652   17 years vitor1001 Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it …
(edit) @cf408d88   17 years vitor1001 Cosmetics: remove useless parenthesis Originally committed as …
(edit) @dbef8b1c   17 years vitor1001 The first table of decodetable[] is unrelated to the other. Rename it. …
(edit) @2270b4b2   17 years diego cosmetics: Add whitespace around redirection operators. Originally …
(edit) @d349334a   17 years diego ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala …
(edit) @0f3af710   17 years diego DPCM codec long names, patch by Stefano Sabatini, …
(edit) @5cec11b6   17 years benoit.fouet Make av_set_string() fail when number could not be set. Patch by …
(edit) @7c55e71d   17 years diego Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala …
(edit) @9203741a   17 years benoit.fouet Update offset in the option string later, to have a better error …
(edit) @2f79b4e8   17 years Aurélien Jacobs add missing \n in av_log message Originally committed as revision …
(edit) @fbb878ce   17 years Aurélien Jacobs matroskadec: add support for zlib compressed tracks Originally …
(edit) @40a655e3   17 years mans acelp_filters.h needs stdint.h Originally committed as revision 13150 …
(edit) @7cf6af27   17 years revol Fix non-debug build. Originally committed as revision 13149 to …
(edit) @e4e69e0b   17 years mans set temporary filenames before using them Originally committed as …
(edit) @dcc01c0   17 years ramiro.polla Add more support for Win64: - Export .lib files for x64 instead of …
(edit) @b24dbcbd   17 years ramiro.polla Move arch check before OS check. Originally committed as revision …
(edit) @738a89b9   17 years Carl Eugen Hoyos Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. Fixes icc warning …
(edit) @696c306   17 years Carl Eugen Hoyos Fix icc warning #188: enumerated type mixed with another type …
(edit) @e3227b3f   17 years Carl Eugen Hoyos Add MATROSKA_TRACK_TYPE_NONE. Fixes icc warning #188: enumerated type …
(edit) @54d2d4f6   17 years diego Make 'ffmpeg -formats' print codec long names. patch by Stefano …
(edit) @0eeb52f9   17 years diego Use pkg-config for libschroedinger libs, not only for CFLAGS. patch by …
(edit) @0be2f1e3   17 years benoit.fouet Fix a typo. Patch by Stefano Sabatini …
(edit) @3f8adf26   17 years Carl Eugen Hoyos Correct type for pcx_rle_decode(). Fixes icc warning #120: return …
(edit) @4c25d159   17 years ramiro.polla Also install .lib files with versioned filename. Originally committed …
(edit) @d59868d8   17 years ramiro.polla Create .lib files in the subdirs. Patch by JonY <10walls at gmail dot …
(edit) @88a50f6c   17 years Carl Eugen Hoyos Replace one more occurrence of -1 with PIX_FMT_NONE. Fixes icc warning …
(edit) @d9133126   17 years Carl Eugen Hoyos Replace some occurrences of 0 with CODEC_ID_NONE. Fixes icc warning …
(edit) @d9481eb7   17 years gpoirier armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since …
(edit) @b1d966a0   17 years Carl Eugen Hoyos Do not use variable frame_info before its value is set. Originally …
(edit) @3375a6a5   17 years benoit.fouet Use strcasecmp() instead of re-inventing it. Patch by Diego …
(edit) @5da1ab1a   17 years astrange Previous commit missed an initialization - this fixes FATE's test …
(edit) @eacced45   17 years Carl Eugen Hoyos Replace some occurrences of -1 with PIX_FMT_NONE. Fixes icc warning …
(edit) @488aca9b   17 years astrange Set and use h->mb_xy in SVQ3 too. Originally committed as revision …
(edit) @e6303192   17 years gpoirier Add some initial optimizations for ARM VFP (floating point coprocessor …
(edit) @bff2266a   17 years astrange Remove newly unused variables. Originally committed as revision 13127 …
(edit) @d2b54ec   17 years astrange Use h->mb_xy directly in decode_cabac_residual(). Originally …
(edit) @64514ee8   17 years astrange Store mb_xy in H264Context and only calculate it once per MB. …
(edit) @1d46ba66   17 years astrange Simplify do_voice(). Patch by Vitor Sessak (vitor1001 gmail com) …
(edit) @0d493edd   17 years astrange Replace some hardcoded swapping with FFSWAP. Patch by Vitor Sessak …
(edit) @cd780422   17 years astrange Remove unused defines from ra144. Patch by Vitor Sessak (vitor1001 …
(edit) @6827f6f2   17 years justin.ruggles cosmetics: indent after last commit. patch by matthieu castet <castet …
(edit) @e5838c90   17 years justin.ruggles simplify decoding of uncompressed samples. patch by matthieu castet …
(edit) @907eb3b   17 years Carl Eugen Hoyos Allow icc to compile with optimizations (pentium3, pentium4 or core2). …
(edit) @504a64b9   17 years Carl Eugen Hoyos Silence useless icc warnings. Originally committed as revision 13118 …
(edit) @ce9eac79   17 years voroshil Implement bidirectional (positive offset - left, negative - right) …
(edit) @0a1b29de   17 years diego sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo …
(edit) @5fcc4a23   17 years diego Document AVCodecContext channels field. patch by Stefano Sabatini, …
(edit) @397db8ac   17 years Carl Eugen Hoyos Fix type of dest_addr_len to respect return value of udp_set_url. …
(edit) @542c064d   17 years voroshil Update comment to version, negotiated with Diego, and fix missing …
(edit) @7c96587c   17 years voroshil Fix compilation error. It was introduced after changing input …
(edit) @59d598b9   17 years justin.ruggles fix reading of samples-per-frame Originally committed as revision …
(edit) @a52000f2   17 years voroshil various filters for ACELP-based codecs Originally committed as …
(edit) @f863bee8   17 years diego Simplify a list of array allocations with a loop. patch by Vitor …
(edit) @3f3865d3   17 years voroshil Replace hardcoded LP filter order with parameter. This will allow to …
(edit) @bf21a10f   17 years diego Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. …
(edit) @57ecbbbb   17 years diego Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 …
(edit) @47eb8187   17 years diego cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, …
(edit) @f211662c   17 years benoit.fouet Add missing path to #include. Originally committed as revision 13104 …
(edit) @a12b44d7   17 years diego Add missing required header directly. Originally committed as …
(edit) @20cd685a   17 years diego Add missing path to #include. Originally committed as revision 13102 …
(edit) @223d678a   17 years diego Add missing path to #include statement. Originally committed as …
(edit) @49f2339c   17 years robert.swain Remove in_asm_used_var_warning_killer() Patch by Keiji Costantini ( …
(edit) @9b3cdc2e   17 years diego Remove -I flags pointing to local paths, they are no longer necessary. …
(edit) @83da2c6f   17 years diego Use full path for #includes from another directory. Originally …
(edit) @2343a040   17 years diego Remove redundant #undef statements that were mistakenly committed. …
(edit) @245976da   17 years diego Use full path for #includes from another directory. Originally …
(edit) @86b2d47f   17 years robert.swain IFF stereo support Patch by Jai Menon ( realityman gmx net ) …
(edit) @c38e75fc   17 years diego Add required stdint.h header. Originally committed as revision 13096 …
(edit) @def1e277   17 years michaelni Little fix for block sizes <16 Originally committed as revision 13095 …
(edit) @a1fe4604   17 years diego Revert previous mistaken commit. Originally committed as revision …
(edit) @81f46d5a   17 years diego ipp.h is a system header, use <> when #including it. Originally …
(edit) @22700471   17 years diego dsputil.h is not a system header, use "" when #including it. …
(edit) @f38c6c6c   17 years diego string.h is a system header file, so use <> for it. Originally …
(edit) @058aae3c   17 years kostya.shishkov Improve motion estimation metric. Patch by Michael Niedermayer …
(edit) @b9a7da77   17 years Aurélien Jacobs use enum type instead of int Originally committed as revision 13089 …
(edit) @db262126   17 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 13088 to …
(edit) @de3230fb   17 years Aurélien Jacobs matroskadec: add support for lzo compressed tracks Originally …
(edit) @93114105   17 years Aurélien Jacobs remove useless comment Originally committed as revision 13086 to …
(edit) @5d2b12f6   17 years Aurélien Jacobs matroskadec: fail gracefully when seeking don't work Originally …
(edit) @953f54f1   17 years diego #include required stdint.h header directly. Originally committed as …
(edit) @5210529   17 years Aurélien Jacobs ensure vp56_decode_frame always return unchanged buf_size Originally …
(edit) @53a1e82b   17 years Aurélien Jacobs matroskadec: add support for track content encoding Only the header …
(edit) @40d0e665   17 years ramiro.polla Do not misuse long as the size of a register in x86. typedef x86_reg …
(edit) @35027edd   17 years Carl Eugen Hoyos Do not return -1 from void functions. Originally committed as …
(edit) @e0a0c85d   17 years Carl Eugen Hoyos One const per declaration is enough. Originally committed as revision …
(edit) @4f786086   17 years diego #include required headers directly. Originally committed as revision …
(edit) @9aed961   17 years diego prettyprinting cosmetics Originally committed as revision 13077 to …
(edit) @0b705fa4   17 years ramiro.polla Compile network-related code conditionally. Originally committed as …
(edit) @b091aa44   17 years ramiro.polla Check for sys/resource.h and include it conditionally. Originally …
(edit) @3f89d9c0   17 years diego Disable libdirac decoder if the faster libschroedinger decoder is …
(edit) @e680989d   17 years diego #include stdint.h instead of using a manual typedef for uint8_t. …
(edit) @2f05d9c1   17 years diego When compiling with -fmudflap configure fill EXTERN_PREFIX with …
(edit) @6650c4c   17 years baptiste.coudurier export dnxhd encoded picture quality Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.