source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @a5c0969a   17 years diego Remove one more set of useless parentheses from a return call. …
(edit) @ccd425e   17 years diego Remove unnecessary parentheses from return calls. Originally …
(edit) @91605c6   17 years diego minor wording fix Originally committed as revision 13068 to …
(edit) @7a30f8ff   17 years diego In pkg-config files, libraries not exposed through the library, but …
(edit) @e4a957d1   17 years diego minor spelling fix Originally committed as revision 13066 to …
(edit) @35a71f1d   17 years diego cosmetics: whitespace/order changes, if/then --> && in pkg-config …
(edit) @a13a9737   17 years diego Merge both pkg-config creation commands into one. Originally …
(edit) @e426941d   17 years diego In the pkg-config file generation, derive the short name from the …
(edit) @5aadcab5   17 years diego Remove stray extra parameter from libavutil pkg-config command. …
(edit) @8ab52e71   17 years diego cosmetics: sort lines (correctly) Originally committed as revision …
(edit) @abbae514   17 years michaelni Check url_seek() in url_open(). Originally committed as revision …
(edit) @14478388   17 years astrange Use a state machine to reduce branching logic in …
(edit) @e3e0d993   17 years lu_zero Cosmetics: reorder and align targets Originally committed as revision …
(edit) @5478959b   17 years lu_zero Build sparc arch specific code using the Makefile Originally …
(edit) @d010a2d5   17 years ramiro.polla Prevent targaenc.c from outputting trash byte. Originally committed …
(edit) @4405c986   17 years diego cosmetics: alphabetical order Originally committed as revision 26669 …
(edit) @adb2b908   17 years ramiro.polla Fix configure for cross-compilation and --arch=amd64. Originally …
(edit) @4b13335d   17 years diego Use correct length modifier for pointer diff argument in av_log() …
(edit) @d6f142a1   17 years diego Fix 'comparison always false' warning. patch by Diego 'Flameeyes' …
(edit) @9db5bdfa   17 years diego Add complete multimedia Wiki URL, patch by Sisir Koppaka. Originally …
(edit) @1f4fa6a4   17 years ramiro.polla Indent. Originally committed as revision 13054 to …
(edit) @0ec7b71d   17 years ramiro.polla Do not read out of array bounds. Originally committed as revision …
(edit) @f7739f3   17 years michaelni Output buffer overflow. Originally committed as revision 13052 to …
(edit) @494e3531   17 years michaelni Heap buffer overflow. Originally committed as revision 13051 to …
(edit) @83e9a67d   17 years michaelni Fix memset(0) based buffer overflow. Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.