6496 Commits (b0c8e1b80a308d71fed64eeb9c46d411dfcecd68)
 

Author SHA1 Message Date
Kostya Shishkov b0c8e1b80a Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab 18 years ago
Kostya Shishkov e34350a376 New function for chroma MC (will be used in VC-1) 18 years ago
Loren Merritt f7e89c73e3 snow cosmetics: merge the sliced and non-sliced versions of add_yblock 18 years ago
Loren Merritt 74e6a8aade fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. 18 years ago
Luca Barbato 9814587500 Align the input buffer in ffplay, introduce a public macro for aligned declarations 18 years ago
Diego Biurrun 12ccec0f15 Remove superfluous variable setting, the script will exit anyway. 18 years ago
Ramiro Polla ebb810d9f7 The fail test needs to be outside of the GPL test, it's referenced elsewhere. 18 years ago
Diego Biurrun 91beada72a Some gcc versions dislike version.h to appear in the list of files to 18 years ago
Luca Barbato 27303c8abc Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares 18 years ago
Luca Barbato 7e82145755 Revert previous commit 18 years ago
Luca Barbato 99d239b3e7 Fix float_to_int16, unaligned case, broken by the previous commit 18 years ago
David Conrad 2064c77ab9 Fix for AVI files with odd sized 'movi' list 18 years ago
Kostya Shishkov 74691b7bcb New qpel MC functions conforming to VC-1 standard. 18 years ago
Kostya Shishkov 2d5eadccb5 Spelling 18 years ago
Kostya Shishkov 66ff2c1f52 Motion compensation for luma always use halfpel precision. 18 years ago
Panagiotis Issaris e8a42081d2 Fix linking when the FFM muxer/demuxer is disabled. 18 years ago
Diego Biurrun fe84b3f091 Work around Solaris tr not understanding "tr a-z A-Z" as it should. 18 years ago
Michael Niedermayer c07bd6a937 print warnings if 18 years ago
Michael Niedermayer 504ee036ee fix b pyramid in mp4 muxing if no dts are provided to the muxer 18 years ago
Benjamin Larsson 56d2d2d01a PPM vhook documentation, by Victor Paesa. 18 years ago
Benjamin Larsson e645a733a6 Added -map usage to docs. 18 years ago
Benjamin Larsson 89e89c95fd Added Maintainers entry 18 years ago
Víctor Paesa dd93315340 Re-Add support for PNG or PNM as watermark images, which was broken 18 years ago
Guillaume Poirier 809b6a3138 Use libswscale in fish vhook. 18 years ago
Michael Niedermayer a940b428b6 clarify 18 years ago
Michael Niedermayer d1a7ae1a37 make the C code of the swscaler which i wrote LGPL 18 years ago
Nico Sabbi bb42f8296f install opt.h 18 years ago
Ramiro Polla 5d915e827e Use av_malloc instead of plain malloc where appropriate 18 years ago
Allan Sandfeld Jensen c5e331155c add support for information in CDXA format 18 years ago
Guillaume Poirier 9dc5607b3c Add missing file from commit r6122 (AVISynth support) 18 years ago
Steve L'Homme 8ac17293d3 AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 18 years ago
Loren Merritt 776fe466b2 slightly faster deblock 18 years ago
Aurelien Jacobs a1b65018f1 use the A32_BITSTREAM_READER by default on ARM (faster) 18 years ago
Aurelien Jacobs 51ebd13654 ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define 18 years ago
Aurelien Jacobs 75c998a219 force usage of ALT_BITSTREAM_READER where needed 18 years ago
Aurelien Jacobs 8fbc6aae75 move some functions to bitstream.h to avoid conflicts 18 years ago
Michael Niedermayer 1b4f17fafa fix buffer handling 18 years ago
Luca Abeni 00b2fa864e Minimal support for the new pixel formats in libavcodec 18 years ago
Víctor Paesa be484a2cc9 convert null vhook to libswscale 18 years ago
Loren Merritt 3e20143ee7 mmx implementation of deblocking strength decision. 18 years ago
Luca Abeni 001299bfe8 Add some new pixel formats to libavutil 18 years ago
Michael Niedermayer ee3bc9d386 overread AV_LOG_ERROR -> AV_LOG_DEBUG 18 years ago
Nico Sabbi ec6913d267 scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) 18 years ago
Nico Sabbi 9e6c94707e added option probesize; at the moment only used by mpegts.c 18 years ago
Nico Sabbi 4eb72c6b23 initial support for AVOption in AVFormatContext 18 years ago
Michael Niedermayer c0c66dd81d fix low bitrate mp3 18 years ago
Loren Merritt bfe328caf0 tweak cabac. 0.5% faster h264. 18 years ago
Michael Niedermayer 39b434c6ae check the validity of the amount of the remaining bytes in the bitsteam before memcpy 18 years ago
Michael Niedermayer 716d73b47d unused var 18 years ago
Michael Niedermayer 4e2d6a456d dont copy frame if the whole mp1/2/3 frame is available in one piece in the input 18 years ago