source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @17253f59   14 years mans alsdec: convert VLAs to fixed size The maximum value of sub_blocks is …
(edit) @70f2314   14 years mans pcx: convert VLAs to malloc/free Originally committed as revision …
(edit) @164d166e   14 years mans lsp: convert variable-length arrays to fixed size Max LP order is …
(edit) @5228bcd8   14 years mans svq1dec: replace VLA with malloc/free Originally committed as …
(edit) @bf9aa44b   14 years mans Fix brief make messages when CC etc are specified on command line …
(edit) @9502441   14 years mans huffyuv: remove unnecessary size argument from generate_len_table() …
(edit) @0912db02   14 years mans Make vp8 select h264dsp and use this to pull in mmx intrapred …
(edit) @0c590748   14 years Carl Eugen Hoyos Fix compilation without --enable-gpl. Originally committed as …
(edit) @15d31aa1   14 years darkshikari Really fix r23782 Originally committed as revision 23788 to …
(edit) @36672bac   14 years mans elbg: remove VLAs Originally committed as revision 23787 to …
(edit) @cd29c2b   14 years darkshikari Fix c99ism in r23782 Originally committed as revision 23786 to …
(edit) @96da2a69   14 years Carl Eugen Hoyos Cosmetics: Fix indentation. Originally committed as revision 23785 to …
(edit) @d45b771c   14 years mans huffyuv: make VLAs fixed size Originally committed as revision 23784 …
(edit) @4af8cdf   14 years darkshikari 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 …
(edit) @d6f8476b   14 years darkshikari Make VP8 DSP functions take two strides This isn't useful for the C …
(edit) @eb7626a3   14 years mans configure: remove superflous -lm flags Originally committed as …
(edit) @60361817   14 years mans configure: reverse order of -l flags Adding new libs to the front of …
(edit) @3091eeb3   14 years mans configure: remove unused flag save/restore functions Originally …
(edit) @9efdf9b5   14 years mans configure: simplify append function Originally committed as revision …
(edit) @84400e9d   14 years mans configure: simplify check_lib function Originally committed as …
(edit) @ad4d974c   14 years mans configure: remove unused function check_foo_config Originally …
(edit) @becfe99a   14 years mans twinvq: remove VLAs Originally committed as revision 23775 to …
(edit) @9bfb72d   14 years mans rv34: kill VLAs Originally committed as revision 23774 to …
(edit) @c47f567c   14 years martin rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' Patch …
(edit) @ca937a55   14 years martin RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all …
(edit) @73e6c53e   14 years martin rtpdec: Move AAC depacketization code in rtpdec to a proper payload …
(edit) @7fc8ac7f   14 years martin RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c Patch by …
(edit) @9b3788e   14 years martin RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c Patch by …
(edit) @30619e6e   14 years martin RTSP: Remove skip_spaces in favor of strspn Patch by Josh Allmann, …
(edit) @50061b62   14 years jmenon86 Print a space after the AVClass prefix. This improves readability a …
(edit) @d6a9349   14 years jmenon86 avienc : Avoid creating invalid AVI files when muxing subtitle streams …
(edit) @03ac56e7   14 years darkshikari fix typo in vp8 decoder error message Originally committed as …
(edit) @3491866a   14 years baptiste.coudurier Improve mov atom parsing debug message, print parent atom and size in …
(edit) @27d88069   14 years mans fate: add vp8 tests Originally committed as revision 23763 to …
(edit) @851ffa80   14 years mans configure: use warn function for unrecognised --cc and --arch settings …
(edit) @31a0dcb2   14 years mans configure: warn about missing yasm Originally committed as revision …
(edit) @7bfc8ae   14 years mans configure: add 'warn' function The 'warn' function records a warning …
(edit) @5113b3bd   14 years mans tta: replace potentially huge VLAs with malloc/free in context …
(edit) @1f563bfa   14 years lu_zero Remove typo: s/ingore/ignore/ Originally committed as revision 23758 …
(edit) @741b5fd4   14 years benoit.fouet Set an opaque alpha value when decoding rgba ffv1. Patch by Thad Ward …
(edit) @30cdfb49   14 years mans asfdec: ensure number of streams is within bounds; remove VLA in …
(edit) @dd93649b   14 years mans Remove VLA in ff_kbd_window_init, limit window size to 1024 …
(edit) @796cea09   14 years mans vp6: convert VLA to fixed size Originally committed as revision 23754 …
(edit) @89c7d805   14 years vitor1001 Fix compilation on x64. Originally committed as revision 23753 to …
(edit) @57dbd12b   14 years vitor1001 Fix asm constraints in apply_window() Originally committed as …
(edit) @986f143a   14 years mans alac: change VLAs to fixed size Originally committed as revision …
(edit) @bc2b3682   14 years vitor1001 SSE-optimized MP3 floating point windowing functions Originally …
(edit) @3bb96f91   14 years martin Correctly return EOF for smacker videos Patch by Alexei Svitkine, …
(edit) @31ed3f1f   14 years martin Fix dependencies for the ra_144 encoder Patch by Francesco Lavra, …
(edit) @5262f7ed   14 years mans snow: remove unused parameter to mc_block() Originally committed as …
(edit) @8f910a5   14 years stefan.gehrer avoid conditional and division in chroma MV calculation Originally …
(edit) @79aec757   14 years mans flacenc: convert VLA to fixed size Originally committed as revision …
(edit) @47ba7874   14 years vitor1001 Move float-specific function to mpegaudiodec_float.c Originally …
(edit) @9dac6dbb   14 years vitor1001 Remove pointless condition in #if Originally committed as revision …
(edit) @d6e00801   14 years alex.converse Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. …
(edit) @e29af818   14 years alex.converse aactab: Tablegenify ff_aac_pow2sf_tab. Originally committed as …
(edit) @2966cc18   14 years darkshikari Update x264asm header files to latest versions. Modify the asm …
(edit) @44c70a9b   14 years rsbultje Fix a typo, spotted by Diego. Originally committed as revision 23738 …
(edit) @db7d307f   14 years rsbultje Add missing changelog entry for VP8 decoder. Originally committed as …
(edit) @c1bffe25   14 years diego Add required #includes to pass 'make checkheaders'. Originally …
(edit) @02174293   14 years martin Reindent Originally committed as revision 23735 to …
(edit) @ed8d5766   14 years martin Add all required includes to avio.h Originally committed as revision …
(edit) @0dbfc1db   14 years mans Enable pthreads automatically unless w32threads is requested …
(edit) @1d4c1c3b   14 years michaelni Continue after guids in asf after which other guids are possible …
(edit) @20843f51   14 years mans Remove OS/2 threads support OS/2 SMP support is rare, and a pthreads …
(edit) @a65e687   14 years flameeyes Add barcelona to the list of cmov/fast_cmov compatible CPUs. For GCC, …
(edit) @9f342da   14 years mans Remove beosthreads support Relevant BeOS variants support pthreads, …
(edit) @8fbd4f51   14 years mans Improve some uses of ff_cropTbl with constant offset Originally …
(edit) @25d34458   14 years stefano.sabatini-lala Rename rec_timestamp to recording_timestamp, for consistency with …
(edit) @a2e47338   14 years stefano.sabatini-lala Extend documentation for the ffmpeg -timestamp option. '(' and ')' …
(edit) @fcd10c4f   14 years stefano.sabatini-lala Mention how "now" is interpreted in the parse_date() doxy. Originally …
(edit) @82fd4f4a   14 years stefano.sabatini-lala Fix date specification accepted by parse_date(). Originally committed …
(edit) @c31a25e7   14 years Carl Eugen Hoyos Use right-shift instead of division by two. Patch by Dark Shikari …
(edit) @2b6a9503   14 years rsbultje Reindent after r23721. Originally committed as revision 23722 to …
(edit) @157cb069   14 years rsbultje Rename PACK4x8() to PACK4UINT8(). Originally committed as revision …
(edit) @fd6eb4a0   14 years alex.converse Move Parametric Stereo related ps* files to aacps*. Originally …
(edit) @3b636f21   14 years rsbultje Native VP8 decoder. Patch by David Conrad <lessen42 gmail com> and …
(edit) @c6ef6e14   14 years rsbultje Change a / 256 into a >> 8. Originally committed as revision 23718 to …
(edit) @a815602a   14 years rsbultje Reindent after r23716. Originally committed as revision 23717 to …
(edit) @3ad289fc   14 years rsbultje Add intra prediction functions for VP8. Patch by David Conrad …
(edit) @b39a2d19   14 years rsbultje Add a macro to pack 4 bytes into native byte-order so they can be …
(edit) @caaf098c   14 years rsbultje Make "topright" argument to pred4x4() const. Patch by David Conrad …
(edit) @45a1b86a   14 years rsbultje Add av_clip_int8(), used in the upcoming VP8 decoder. Originally …
(edit) @890fe85f   14 years alex.converse Cosmetics whitespace. Originally committed as revision 23712 to …
(edit) @1c7c0e2d   14 years benoit.fouet Add missing parentheses in MKTAG and MKBETAG macros. Originally …
(edit) @9290f15   14 years martin Make the http protocol open the connection immediately in http_open …
(edit) @4167ba0b   14 years martin Add an AVClass to the HTTPContext Originally committed as revision …
(edit) @a9a3364c   14 years martin Allocate the HTTPContext through URLProtocol.priv_data_size …
(edit) @58cc11c7   14 years martin Add an APIchanges entry for priv_data_size and priv_data_class …
(edit) @735cf6b2   14 years martin Add priv_data_size and priv_data_class to URLProtocol This allows …
(edit) @4636f115   14 years martin Add an APIchanges entry for url_alloc() and url_connect() Originally …
(edit) @ffbb289   14 years martin Split url_open and url_open_protocol into url_alloc and url_connect …
(edit) @6c4cbc8d   14 years martin Add an APIchanges entry for av_register_protocol2 Originally …
(edit) @9b07a2dc   14 years martin Add an av_register_protocol2 function that takes a size parameter …
(edit) @e10412a3   14 years pross IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot …
(edit) @e83aed04   14 years martin Bump micro version, add changelog entry for DTS-ES extension decoding …
(edit) @5be5d28c   14 years Carl Eugen Hoyos Fix failure in av_read_frame on timestamp rollover. Patch by Stephen …
(edit) @d1177cb5   14 years martin Support DTS-ES extension (XCh) in dca: Cosmetic cleanup Patch by Nick …
(edit) @774e9acf   14 years martin Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES …
(edit) @3d5a9ba1   14 years martin Support DTS-ES extension (XCh) in dca: update and add channel mapping …
Note: See TracRevisionLog for help on using the revision log.