source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @83f72f13   14 years Reimar.Doeffinger Only draw the actually visible area in vp3_draw_horiz_band. Fixes a …
(edit) @6950cca9   14 years stefano.sabatini-lala Add missing checks on invalid pixel format in …
(edit) @16bacad4   14 years stefano.sabatini-lala Add APIchanges entry after the recent changes to imgutils.h API of …
(edit) @2b3cd04d   14 years stefano.sabatini-lala Cosmetics: use plural form for *linesizes arguments of …
(edit) @9d2e0ad8   14 years stefano.sabatini-lala Remove use of deprecated functions av_image_fill_pointers/linesizes in …
(edit) @4afbcf46   14 years stefano.sabatini-lala Reindent. Originally committed as revision 25068 to …
(edit) @34017fd   14 years stefano.sabatini-lala Move av_picture_data_copy() to libavcore, and rename it …
(edit) @e7eb2033   14 years stefano.sabatini-lala Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo
(edit) @03ff6116   14 years stefano.sabatini-lala Reindent after the last commit. Originally committed as revision …
(edit) @9686abb8   14 years stefano.sabatini-lala Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, …
(edit) @b163078f   14 years Carl Eugen Hoyos Fix formatting for negative start times (issue 2139). Patch by …
(edit) @48ac225d   14 years vitor1001 Move lsp2lpc_sipr() function to common code so it can be reused in a …
(edit) @1d96cc0   14 years vitor1001 Move AMRNB lsf2lsp() function to common code for using in future AMRWB …
(edit) @b33451ee   14 years mans Check rc_buffer_size value using integer arithmetic Using …
(edit) @1904035b   14 years stefano.sabatini-lala Add APIchanges entry after the libavcore/imgutils.h renames of r25057. …
(edit) @e16f217c   14 years stefano.sabatini-lala Use new imgutils.h API names, fix deprecation warnings. Originally …
(edit) @9b7269e3   14 years stefano.sabatini-lala Adopt a hierarchical name scheme for the imgutils.h API. Simplify …
(edit) @4906e7b5   14 years stefano.sabatini-lala Amend documention for the option -prefix. Originally committed as …
(edit) @0eb1a356   14 years stefano.sabatini-lala Prefer "foo" over foo in the ffprobe docs. Originally committed …
(edit) @bdecdd2   14 years justin.ruggles Read the number of channels from the 'dac3' tag for AC-3 in MP4. …
(edit) @0f146263   14 years stefano.sabatini-lala Make av_fill_image_max_pixsteps() non static non inline. Originally …
(edit) @3d487db1   14 years Reimar.Doeffinger Fix slice height for y position calculation for vp3_draw_horiz_band …
(edit) @3b9ee20f   14 years Reimar.Doeffinger Fix vp3_draw_horiz_band to not produce completely chaotical values …
(edit) @6974952d   14 years Reimar.Doeffinger VP3/Theora: validate aspect and reduce it before exporting it via the …
(edit) @1b4d327b   14 years Reimar.Doeffinger Add a special function to mkv demxuer to parse length values that …
(edit) @2b0bcfc9   14 years justin.ruggles Add my GPG fingerprint. Originally committed as revision 25048 to …
(edit) @c17f5a4e   14 years ramiro.polla swscale: also update flags on sws_getCachedContext() Originally …
(edit) @a1899e0a   14 years ramiro.polla swscale: fix internal rgb->yv12 chroma conversion used by the main …
(edit) @e778e50f   14 years stefano.sabatini-lala Sort AV_CPU_FLAG* by value. Originally committed as revision 25047 to …
(edit) @d593b4ed   14 years stefano.sabatini-lala Fix typo. Originally committed as revision 25046 to …
(edit) @b004207d   14 years Aurélien Jacobs move stream info arrays into a struct to ease future dynamic …
(edit) @4a194c8   14 years Aurélien Jacobs matroskadec: allow uint and float elements with length = 0 Originally …
(edit) @8ef38f3f   14 years stefano.sabatini-lala Add #ifndef around FF_API_MM_FLAGS. The #ifndef is required to allow …
(edit) @b1c32fb5   14 years Reimar.Doeffinger Use "d" suffix for general-purpose registers used with movd. This …
(edit) @87db3735   14 years Reimar.Doeffinger Fix mlib compilation: add mising include for SwsContext. Patch by [vle …
(edit) @47806f41   14 years stefano.sabatini-lala Add APIchanges entry corresponding to the libavutil/cpu.h addition of …
(edit) @7160bb71   14 years stefano.sabatini-lala Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ …
(edit) @55127e7b   14 years mans Create config.asm for use with yasm Originally committed as revision …
(edit) @0e5a7b91   14 years mans configure: whitespace Originally committed as revision 25038 to …
(edit) @72cfcf41   14 years mans configure: make print_config() more flexible Originally committed as …
(edit) @dab95c0   14 years martin Fix the dependencies of the RTP muxer This fixes building with …
(edit) @f0d8ac52   14 years rsbultje Move INET6_ADDRSTRLEN to network.h, similar to other network-related …
(edit) @521d434f   14 years rsbultje Vorbis metadata writing. Patch by James Darnley <james.darnley gmail …
(edit) @7bac991f   14 years rsbultje Reindent after r25032. Originally committed as revision 25033 to …
(edit) @619298a8   14 years rsbultje Send NAT punching messages to the address specified in the Transport: …
(edit) @2c166c3a   14 years rsbultje Port latest x264 deblock asm (before they moved to using NV12 as …
(edit) @8bb90c53   14 years martin Set frame_size in the amr demuxer Originally committed as revision …
(edit) @744a882f   14 years martin rtsp: 10l, try to update the correct rtp stream This fixes a bug from …
(edit) @613a4e3f   14 years mans Detect llvm-gcc and set appropriate flags Originally committed as …
(edit) @5c8ef670   14 years mans Add -mllvm -stack-alignment=16 to CFLAGS when using clang Originally …
(edit) @ff6a5fc1   14 years Reimar.Doeffinger Optimize/simplify ebml_read_num. Originally committed as revision …
(edit) @69a9c80b   14 years mans fate: delete log files ahead of each run Originally committed as …
(edit) @2b50c4f6   14 years Carl Eugen Hoyos Cosmetics: Reindent after r25023. Originally committed as revision …
(edit) @4ed899f2   14 years Carl Eugen Hoyos Fix crash when decoding DV in AVI introduced in r24579 (issue 2174). …
(edit) @a10a9f5c   14 years darkshikari Fix typo in r25019. Patch by Eli Friedman <eli.friedman at gmail dot …
(edit) @e66f8a53   14 years baptiste.coudurier cosmetics: spaces between and after parentheses Originally committed …
(edit) @615da9b1   14 years rsbultje Unscrew breakage after my last commit because of symbol prefixes. …
(edit) @a33a2562   14 years rsbultje Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 …
(edit) @14bc1f24   14 years rsbultje Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in …
(edit) @82c76cee   14 years vitor1001 QTRLE regtest Originally committed as revision 25017 to …
(edit) @eda7c983   14 years Aurélien Jacobs add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl …
(edit) @625bac78   14 years diego Use quotes instead of angle brackets for local #includes. Originally …
(edit) @eeeae2b   14 years baptiste.coudurier gxf muxer only accepts pal or ntsc resolutions currently, so fail if …
(edit) @4b7539f1   14 years vitor1001 SHA fate test Originally committed as revision 25013 to …
(edit) @6b85316b   14 years vitor1001 Test decoding in fate-lavf-gif Originally committed as revision 25012 …
(edit) @f5d4fc43   14 years vitor1001 PNG image regression testing Originally committed as revision 25011 …
(edit) @7dbcc4f8   14 years diego Mention that library micro version should be reset if minor version is …
(edit) @5929b3a6   14 years rsbultje Fix vertical align. Originally committed as revision 25009 to …
(edit) @d81db9c   14 years vitor1001 Add RealVideo 3 FATE test Originally committed as revision 25008 to …
(edit) @61f89303   14 years vitor1001 10l, add flags forgotten in last commit Originally committed as …
(edit) @3e41fc62   14 years vitor1001 Add Apple MJPEG-B decoder FATE test Originally committed as revision …
(edit) @506c47a   14 years vitor1001 Add FATE test for ScummVM DXA flavor Originally committed as revision …
(edit) @8731c86d   14 years tobias.bindhammer Solving memory leak and initialization problem with prev_pkt / pkt. …
(edit) @d1cacdb8   14 years tobias.bindhammer Checking return values of av_malloc(z) and report an error in case. …
(edit) @99d7a3e8   14 years alex.converse aacenc: Remove an unused variable from adjust_frame_information(). …
(edit) @1297f581   14 years alex.converse aacenc: Don't set s->cur_channel before apply_window_and_mdct(). In …
(edit) @8e4c11e9   14 years alex.converse aacenc: Write tag.elem_id early. Originally committed as revision …
(edit) @0e107f78   14 years alex.converse psymodel: Const correct FFPsyWindowInfo. Originally committed as …
(edit) @76dfe4e   14 years alex.converse aacenc: Only apply M/S if common_window is set. Originally committed …
(edit) @4ca31ed   14 years Aurélien Jacobs split raw.c into rawdec.c and rawenc.c Originally committed as …
(edit) @92aa28d2   14 years Aurélien Jacobs move raw video demuxer to its own file Originally committed as …
(edit) @f1714d5   14 years Aurélien Jacobs move pcm muxers to their own file Originally committed as revision …
(edit) @c740f737   14 years lessen42 vorbisdec: Use int instead of uint16_fast_t for index variables …
(edit) @e94204df   14 years Aurélien Jacobs move pcm demuxers to their own file Originally committed as revision …
(edit) @79ce0f00   14 years rsbultje Fix compilation failure if yasm is disabled (missing vp3 symbols). …
(edit) @f0feb4d7   14 years tempn add WAWV fourcc, works on V-codecs/WAWV.avi Originally committed as …
(edit) @de1c253   14 years rsbultje Split intra prediction initialization (i.e. assigning of function …
(edit) @d0eb5a11   14 years rsbultje Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and …
(edit) @e9f5f020   14 years rsbultje Move VP3 IDCT functions from inline ASM to YASM. This fixes part of …
(edit) @7e7c4b60   14 years rsbultje Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() …
(edit) @4bc16e83   14 years Aurélien Jacobs simplify code by using the AV_NE() macro Originally committed as …
(edit) @8f389040   14 years Aurélien Jacobs move null muxer to its own file Originally committed as revision …
(edit) @1ac301ca   14 years Aurélien Jacobs cleanup includes which are not used anymore in raw.c Originally …
(edit) @9e0d8241   14 years Aurélien Jacobs move ac3/eac3 demuxer to its own file Originally committed as …
(edit) @66e35c5f   14 years Aurélien Jacobs move dnxhd demuxer to its own file Originally committed as revision …
(edit) @170a250f   14 years Aurélien Jacobs move dirac demuxer to its own file Originally committed as revision …
(edit) @99392a61   14 years Aurélien Jacobs move h261 demuxer to its own file Originally committed as revision …
(edit) @b30593c7   14 years Aurélien Jacobs move h263 demuxer to its own file Originally committed as revision …
(edit) @9243ed3f   14 years Aurélien Jacobs move h264 demuxer to its own file Originally committed as revision …
(edit) @187186c6   14 years Aurélien Jacobs cosmetic Originally committed as revision 24977 to …
Note: See TracRevisionLog for help on using the revision log.