| Commit message (Expand) | Author | Age |
* | Replace stupid "unsigned long" by the correct uint32_t. | reimar | 2007-11-12 |
* | Use proper inttypes.h types instead of broken uint32 etc. defines | reimar | 2007-11-12 |
* | Add missing header files, fixes the warnings: | diego | 2007-11-09 |
* | Add missing header file, fixes the warnings: | diego | 2007-11-09 |
* | Remove misleading comment and remove unnecessary #includes. | diego | 2007-11-09 |
* | Rearrange headers to get rid of an #undef and remove unnecessary headers. | diego | 2007-11-09 |
* | Remove unnecessary dsputil.h #include, fixes the warnings: | diego | 2007-11-09 |
* | #include libavcodec/eval.h instead of manually declaring ff_eval. | diego | 2007-11-09 |
* | const fix | rfelker | 2007-11-09 |
* | ack, can't believe i wrote this crap with void pointer arithmetic | rfelker | 2007-11-09 |
* | begin moving const filter data to .text/.rodata sections | rfelker | 2007-11-09 |
* | stage 1 of applying const to vf structs | rfelker | 2007-11-09 |
* | vf_screenshot does not depend on libpng; it uses libavcodec now | rfelker | 2007-11-09 |
* | Simplify decode_audio function a bit. | reimar | 2007-11-08 |
* | Remove a check+abort, this case should never happen anyway, and if it does | reimar | 2007-11-03 |
* | Simplify init_audio_filters() arguments | uau | 2007-11-01 |
* | audio: simplify buffer allocation code | uau | 2007-11-01 |
* | Change decode_audio() interface | uau | 2007-11-01 |
* | Replace hopefully unreachable code with abort() | uau | 2007-11-01 |
* | dec_audio.c: Make some functions static | uau | 2007-11-01 |
* | Simplify audio buffer allocation logic | uau | 2007-11-01 |
* | Reindent dec_audio.c | uau | 2007-11-01 |
* | Comment out uninit function, its use is commented out. Fixes warning: | diego | 2007-10-30 |
* | Remove commented-out and unused fmt_list array. | diego | 2007-10-30 |
* | Remove unused fmt_list array, fixes the warnings: | diego | 2007-10-30 |
* | Remove unused functions, fixes the warnings: | diego | 2007-10-30 |
* | Change the frame format passed to lavc realvideo decoders to adapt for | rtogni | 2007-10-28 |
* | fix warning: | diego | 2007-10-22 |
* | Check ICDecompressGetFormatSize to avoid crashes. | reimar | 2007-10-21 |
* | reminder that this filter has broken global vars | rfelker | 2007-10-19 |
* | Remove unused static function get_image(). | zuxy | 2007-10-17 |
* | Add Coinitialize function to vfw encoder and win32 loader. | compn | 2007-10-17 |
* | Reorder #includes to get rid of the FIXME | zuxy | 2007-10-12 |
* | Remove unnecessary #include <malloc.h> | zuxy | 2007-10-12 |
* | Silence a gcc warning: "wrong type argument to increment". | zuxy | 2007-10-11 |
* | Make vf_screenshot use the libavcodec PNG encoder | reimar | 2007-10-09 |
* | Fix output channle ordering | rtogni | 2007-10-07 |
* | Typo | rtogni | 2007-10-06 |
* | change double arrays to float (this should be accurate enough) | michael | 2007-10-04 |
* | fix infinite loop | michael | 2007-10-04 |
* | overcomplete wavelet denoiser | michael | 2007-10-03 |
* | Disable direct rendering for ROQ video, the buffer management used by | rtogni | 2007-09-30 |
* | Define profiles_t as const to fix a warning. Prevent profiles[] from been exp... | iive | 2007-09-28 |
* | Disable unused query_format functions for now until they are | diego | 2007-09-26 |
* | Disable buggy unused function via #if 0, blessed by Rich. | diego | 2007-09-26 |
* | Remove unused crappy hash_pic function, blessed by Rich. | diego | 2007-09-26 |
* | MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns | diego | 2007-09-18 |
* | Replace stdint.h #include by functionally equivalent inttypes.h. | diego | 2007-09-18 |
* | Make vd_ffmpeg work with lavf demuxer also for RealVideo. | reimar | 2007-09-16 |
* | Copy AC-3 bsmod field into IEC data-type field as required by the specs | reimar | 2007-09-15 |