source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @44ed34b7   15 years Reimar.Doeffinger Check for seek failures in avi_load_index, otherwise if the index …
(edit) @d5a30f86   15 years Reimar.Doeffinger Reindent. Originally committed as revision 19708 to …
(edit) @c7d28f43   15 years Reimar.Doeffinger Remove now dead code. Originally committed as revision 19707 to …
(edit) @b0231614   15 years Reimar.Doeffinger Apply r19642 also pgssubdec: Make sure AVSubtitle is initialized, …
(edit) @a13e6870   15 years mans mdec: remove unused members from struct MDECContext Originally …
(edit) @dd36b88b   15 years mans Remove explicit init to zero of static inv_zigzag_direct16 Originally …
(edit) @b979e4a2   15 years diego whitespace cosmetics Originally committed as revision 19703 to …
(edit) @6aa33347   15 years baptiste.coudurier return AVERROR(ENOMEM) if stream could not be allocated Originally …
(edit) @b01c7b75   15 years baptiste.coudurier check av_new_stream return value, patch by Kent Mein, mein at cs dot …
(edit) @7305d97f   15 years diego Do not read index chunks as audio/video data; closes issue 1336. patch …
(edit) @c58b82a2   15 years Carl Eugen Hoyos Add Bluray Subtitle Support Patch by Stephen Backway, stev391 A …
(edit) @49056037   15 years Reimar.Doeffinger Mark video from .mtv files correctly as upside-down. Originally …
(edit) @cf5ec607   15 years mans mpegts: change variable-length array to fixed length The difference …
(edit) @afe08a72   15 years mans PPC: remove unnecessary alignment on local variables Storing a single …
(edit) @ce78113d   15 years vitor1001 Cosmetics: add some whitespace around operators Originally committed …
(edit) @429eeecd   15 years Aurélien Jacobs matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks …
(edit) @e2644407   15 years Aurélien Jacobs matroskadec: factorize some code Originally committed as revision …
(edit) @deb1b2b6   15 years diego Add necessary #include for config.h. Originally committed as revision …
(edit) @b662e839   15 years mans PPC: simplify loading some values into altivec registers Instead of …
(edit) @1feec476   15 years diego Add missing header to fix 'make checkheaders'. Originally committed …
(edit) @89fb9516   15 years ramiro.polla swscale-example: Rename src->ref so as to not confuse with src being …
(edit) @7da35acd   15 years ramiro.polla swscale-example: Use SWS_BILINEAR instead of hardcoded value. …
(edit) @d98fe8ec   15 years mans Add myself as maintainer for AVR32 and MIPS Originally committed as …
(edit) @98ef6079   15 years mans configure: fix filter() function when matching multiple patterns This …
(edit) @bce7b696   15 years mans Add PIC flags early so tests they affect give correct results This is …
(edit) @c7312933   15 years mans Include required headers in {mips,ppc}/mathops.h Originally committed …
(edit) @95f2c769   15 years mans Skip headers requiring external libs not present in checkheaders …
(edit) @566ae9fb   15 years mans configure: simplify directory creation for out of tree builds …
(edit) @b7c10b2a   15 years mans Fix dependency generation for yasm assembler files Originally …
(edit) @7bd47335   15 years vitor1001 TwinVQ decoder Originally committed as revision 19682 to …
(edit) @a48ce2c3   15 years ramiro.polla Fix inconsistent indentation. Originally committed as revision 29545 …
(edit) @a8dd8dc6   15 years schreter Use generic multi-stream key frame finding routine to implement …
(edit) @101036ad   15 years schreter Support for generic multi-stream key frame finding for new seek API. …
(edit) @50b1785a   15 years lorenm bring back some randomness in fft-test. (regression in r18070) …
(edit) @31c57185   15 years saschasommer Add some more wmapro decoder hunks Originally committed as revision …
(edit) @7056883b   15 years diego Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from …
(edit) @f2d702e1   15 years Reimar.Doeffinger Replace #ifdef PIC checks with the more appropriate …
(edit) @da47f0ee   15 years diego Add missing #includes to pass 'make checkheaders'. Originally …
(edit) @ab1eff9c   15 years bartek.wolowiec Add support for S/PDIF encapsulation. Originally committed as …
(edit) @29d7eef7   15 years Reimar.Doeffinger Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle …
(edit) @1b03a9d6   15 years ramiro.polla Check return values of sws_allocVec() and sws_getConstVec(). …
(edit) @8a3c8627   15 years mans configure: add --enable-pic flag Using this flag enables …
(edit) @90d43b52   15 years mans Get rid of large stack array in rd8x8_c() Originally committed as …
(edit) @0314dead   15 years mans eval: replace variable-length array with av_malloc/free There is a …
(edit) @8313e17   15 years mans flacdec: change variable-length array to fixed length pred_order can …
(edit) @64d39b7c   15 years Reimar.Doeffinger Free initial swscale context, too. Avoids a valgrind warning. …
(edit) @7b67bd92   15 years Reimar.Doeffinger Remove useless casts of malloc return value. Originally committed as …
(edit) @386eaeb4   15 years diego Remove disabled code cruft. Originally committed as revision 19668 to …
(edit) @1aff375d   15 years ramiro.polla Introduce and use sws_allocVec(). Originally committed as revision …
(edit) @20484b90   15 years ramiro.polla Reuse sws_getConstVec() where possible. Originally committed as …
(edit) @b7904f78   15 years mans AVR32: optimised mathops.h 44% faster MP3 decoding Originally …
(edit) @6b052ba8   15 years ramiro.polla swscale-example: Make selection of dstW, dstH, and flags more clear. …
(edit) @0cc4701a   15 years alex.converse Use the AOT enum instead of integer literals for setting and comparing …
(edit) @d691da95   15 years mans AVR32: optimisations for intreadwrite.h Originally committed as …
(edit) @e482c2e2   15 years mans AVR32: inline asm for bswap.h Originally committed as revision 19664 …
(edit) @fdcd782d   15 years mans configure: add AVR32 names for --cpu flag Recognise AVR32 processor …
(edit) @8ba939d7   15 years alex.converse Mark the AOT escape value as supported. Originally committed as …
(edit) @08dac48d   15 years alex.converse Add USAC and SAOC AOTs to the AudioObjectType enum. Originally …
(edit) @c255994b   15 years ramiro.polla More indentation changes leftover from r29522: - Align asm code to the …
(edit) @dd68318c   15 years ramiro.polla Cosmetics: - Place curly brackets in the same line as …
(edit) @9dc6bb7b   15 years mans MIPS: 100L: fix AV_[RW]N64 on MIPS64 Originally committed as revision …
(edit) @4a051891   15 years mans cosmetics: reformat intreadwrite.h Originally committed as revision …
(edit) @63826ceb   15 years mans intreadwrite: ensure arch-specific versions are always used if defined …
(edit) @57c36bdc   15 years mans intreadwrite: allow arch-specific 24-bit access macros Originally …
(edit) @e6956a6e   15 years mans ARM: first value loaded in AV_RN64 needs to be early-clobber …
(edit) @7f6d9b30   15 years mans version.sh: use standard sed syntax Originally committed as revision …
(edit) @9b734d44   15 years ramiro.polla Indent libswscale: - Use 4 spaces throughout for indentation; - Fix …
(edit) @2513b2b4   15 years diego Use pkg-config to generate the linker flags for libdirac. We do the …
(edit) @d15f2e00   15 years diego Fix bug caused by difference in stride and picture width. When a …
(edit) @0ebe3b8e   15 years diego cosmetics: indentation, prettyprinting, K&R coding style Originally …
(edit) @c6438000   15 years diego Drop some more useless braces around if/for constructs. Originally …
(edit) @e6cb49bf   15 years diego Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. …
(edit) @bb937155   15 years robert.swain Add a function that can apply an order 2 rational transfer function …
(edit) @735a3804   15 years diego Remove useless braces around if/for/while expressions. Originally …
(edit) @7c809dc   15 years diego Simplify 'if' condition statements. Drop useless '!= 0' from 'exp != …
(edit) @cea0b527   15 years Reimar.Doeffinger Fix start_display_time/end_display_time to be relative to packet pts …
(edit) @ebe5dec   15 years ramiro.polla Indent. Originally committed as revision 29518 to …
(edit) @4a3190ed   15 years Reimar.Doeffinger Reindent. Originally committed as revision 19645 to …
(edit) @fd35d6d0   15 years Reimar.Doeffinger Remove code that is now dead. Originally committed as revision 19644 …
(edit) @90ea6fce   15 years Reimar.Doeffinger Simplify initialization of AVSubtitle by using memset. Originally …
(edit) @df47d245   15 years Reimar.Doeffinger Make sure AVSubtitle is initialized, memset it to 0. Originally …
(edit) @266649a5   15 years Reimar.Doeffinger 100l, error out if subtitle encoder failed instead of writing an …
(edit) @ffbe087b   15 years Reimar.Doeffinger Fix cmd_pos bounds check to avoid the overflow case. Originally …
(edit) @84c1b149   15 years Carl Eugen Hoyos Fix typo. Originally committed as revision 19639 to …
(edit) @52154148   15 years ramiro.polla Vertical yuv -> yuv16 scaler. Originally committed as revision 29517 …
(edit) @562f6853   15 years ramiro.polla BGR32 MMX special convertor. Patch by Peter Schlaile < peter at …
(edit) @9ae443f4   15 years mans 10L: remove instruction left over from debugging Originally committed …
(edit) @e814015d   15 years mans ARM: NEON optimised vorbis_inverse_coupling 12% faster Vorbis …
(edit) @737cbcde   15 years ramiro.polla Indent. Originally committed as revision 29512 to …
(edit) @f51fb686   15 years ramiro.polla Introduce av_clip_uint16(). Originally committed as revision 19636 to …
(edit) @d426ea20   15 years ramiro.polla swscale-example: Don't check for chroma planes in mono formats. …
(edit) @48f4c612   15 years ramiro.polla MMX2 horizontal scaler: Determine code size at runtime. Originally …
(edit) @07287788   15 years ramiro.polla Protect mmx2 filter code buffers so they are not executable and …
(edit) @b0e1343b   15 years ramiro.polla Remove duplicate define (it is the same in the lum code). Originally …
(edit) @bcdedf67   15 years ramiro.polla Rename "funny" code to "mmx2 filter" code. Originally committed as …
(edit) @475f3613   15 years ramiro.polla Indent. Originally committed as revision 29506 to …
(edit) @e55ed689   15 years ramiro.polla swscale-example: Remove hack to end loop by setting variables to …
(edit) @d7cf0a6f   15 years ramiro.polla swscale-example: Don't return random value from main(). Originally …
(edit) @f5a9c4ee   15 years ramiro.polla swscale-example: Check for Gray formats. Originally committed as …
(edit) @d4d6ae16   15 years robert.swain Add ff_celp_circ_addf() function to be used for sparse vector circular …
Note: See TracRevisionLog for help on using the revision log.