source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @e3507058   14 years Aurélien Jacobs move m4v demuxer to its own file Originally committed as revision …
(edit) @c3ed4b2d   14 years Aurélien Jacobs move cavsvideo demuxer to its own file Originally committed as …
(edit) @8c51530f   14 years Aurélien Jacobs move mpegvideo demuxer to its own file Originally committed as …
(edit) @b47a5a95   14 years Aurélien Jacobs move ingenient demuxer to its own file Originally committed as …
(edit) @6d0678d   14 years Aurélien Jacobs move DTS demuxer to its own file Originally committed as revision …
(edit) @85a2aada   14 years Aurélien Jacobs simplify code by using the AV_NE() macro Originally committed as …
(edit) @26aa6811   14 years Aurélien Jacobs 10l: aacdec and idroqenc still depend on raw.o Originally committed …
(edit) @2aa751d2   14 years Aurélien Jacobs rename idroq.c to idroqdec.c Originally committed as revision 24969 …
(edit) @54a73bb5   14 years Aurélien Jacobs move id roq muxer to its own file Originally committed as revision …
(edit) @49824cb6   14 years Aurélien Jacobs move ADTS AAC demuxer to its own file Originally committed as …
(edit) @ef4a9342   14 years vitor1001 Include stdint.h instead of inttypes.h, it is enough for what this …
(edit) @b20359f5   14 years martin rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE …
(edit) @682d28a9   14 years martin Reindent Patch by Josh Allmann, joshua dot allmann at gmail …
(edit) @ff328c02   14 years martin rtpdec: Read RTCP compound packets Patch by Josh Allmann, joshua dot …
(edit) @a1ba71aa   14 years martin rtsp: Check the RTCP file handle for new packets, too Patch by Josh …
(edit) @6a1712d   14 years rsbultje Fix two compiler arnings related to printf-format of …
(edit) @37c506e8   14 years rsbultje stream_selection can be freed in the fail case, in which case it's …
(edit) @774b20ca   14 years vitor1001 Hopefully fix the fate-ws_snd breakage on PPC Originally committed as …
(edit) @19d929f9   14 years lorenm cosmetics in imdct_sse Originally committed as revision 24958 to …
(edit) @2d0cdf3c   14 years vitor1001 Add fate test for Westwood SND1 codec Originally committed as …
(edit) @0a24503d   14 years vitor1001 Remove CCITT fax G4 tests (partial revert of r24954). This test is …
(edit) @601090b5   14 years Aurélien Jacobs cosmetic Originally committed as revision 24955 to …
(edit) @3b619cab   14 years vitor1001 CCITT Fax Group compression fate tests Originally committed as …
(edit) @db7515fd   14 years mans configure: move config.fate creation after OS section The OS label …
(edit) @6f9ea29e   14 years mans configure: write config.fate file as early as possible Originally …
(edit) @25432e85   14 years mans configure: improve error message for missing yasm Originally …
(edit) @9cca1e40   14 years alex.converse x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm …
(edit) @e90aa6ed   14 years mans Revert "Disable MMX for i686 and pentiumpro" To avoid being burned at …
(edit) @4eca52ed   14 years rsbultje Fix typos when converting inline asm to yasm, fixes MMX-only …
(edit) @d29d9ccc   14 years mans fate: print list of tests with "make fate-list" Originally committed …
(edit) @0a6cf0af   14 years mans Disable MMX for i686 and pentiumpro Originally committed as revision …
(edit) @bcafde61   14 years mans configure: select warning suppression syntax based on armcc version …
(edit) @133cc989   14 years tobias.bindhammer Cosmetic changes. Originally committed as revision 24944 to …
(edit) @2fdb2b54   14 years tobias.bindhammer Insert info from extradata into header Originally committed as …
(edit) @9e906bb1   14 years tobias.bindhammer Added option to write frames interleaved (yet disabled) For this …
(edit) @3156df45   14 years tobias.bindhammer Clarify code/avoid possible bugs by using precalculated values that …
(edit) @6cd94998   14 years tobias.bindhammer enable a flexible lifetime Originally committed as revision 24940 to …
(edit) @99d8166d   14 years tobias.bindhammer Setting proper values in extradata for future use in muxer Originally …
(edit) @e0ae6c17   14 years martin Flush the PutBitsContext at the end of each block when encoding ADPCM …
(edit) @798dc641   14 years stefano.sabatini-lala Add APIchanges entry after the addition of …
(edit) @5da19b53   14 years stefano.sabatini-lala Implement avcodec_get_channel_layout(). Patch by S.N. Hemanth …
(edit) @f06d6c75   14 years andreas Make stub version of ff_sdp_write_media() match its prototype Used …
(edit) @6697bc33   14 years rsbultje Revert r24931, it broke Win32 and some BSD compiles (yay fate). …
(edit) @3d1b1caa   14 years mans Remove duplicate definitions of fullpel MC functions This removes …
(edit) @694c5a28   14 years mans sp5x: remove broken code under #if 0 Originally committed as revision …
(edit) @72f64240   14 years rsbultje Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is …
(edit) @74c847e0   14 years mans fate: build with --enable-gpl Originally committed as revision 24930 …
(edit) @186f1ec5   14 years martin Add rtp_get_rtcp_file_handle function Patch by Josh Allmann, joshua …
(edit) @4574b815   14 years vitor1001 VP3 fate test Originally committed as revision 24928 to …
(edit) @b8521394   14 years rsbultje Add changelog entry for MMSH support. Originally committed as …
(edit) @69dad87c   14 years mans VP6: fix vp6_filter_diag4_mmx/sse on 64-bit The stride can be …
(edit) @7934b15d   14 years martin Handle IPv6 in the RTSP code Originally committed as revision 24925 …
(edit) @3fbd12d1   14 years martin Handle IPv6 in the SDP demuxer Originally committed as revision 24924 …
(edit) @94f8b2d   14 years mans ARM: update struct offsets Originally committed as revision 24923 to …
(edit) @0fc29f27   14 years ramiro.polla swscale: simplify selection of optimizations to compile. Originally …
Note: See TracRevisionLog for help on using the revision log.