11683 Commits (8540e8c3eca73b18b7b5bc7f0b937007b0f81ddd)
 

Author SHA1 Message Date
Michael Niedermayer 1c715415e3 frame_size vs. frame_size*channels bug 17 years ago
Aurelien Jacobs bb6cc730e5 remove some unused ff_p* vars from dsputil 17 years ago
Aurelien Jacobs dbb5fdbdc8 remove useless #ifdef around extern declaration 17 years ago
Aurelien Jacobs 7c35b55111 cosmetics: indentation 17 years ago
Aurelien Jacobs 51ac88228a convert some #ifdef CONFIG_ to if(ENABLE_ 17 years ago
Aurelien Jacobs 5b67ce2afa build vc1dsp_mmx.c in its own compilation unit 17 years ago
Aurelien Jacobs 43de50659b use ff_ prefix for extern vars 17 years ago
Aurelien Jacobs 182f56cb0c make ff_p* vars extern so that they can be used in various *_mmx.c files 17 years ago
Aurelien Jacobs 713b0bffd6 10l: init_get_bits want size in bits, not bytes 17 years ago
Aurelien Jacobs 48b36ec24b cosmetics: alignment 17 years ago
Diego Biurrun c47e20e621 spelling cosmetics 17 years ago
Dave Yeo 93115b82f0 Add #include "os_support.h" to restore OS/2 support. 17 years ago
Diego Biurrun d2f5fe7cc7 Remove possibly misleading comments. 17 years ago
D Richard Felker III de39d62c14 sync message with modern ffmpeg bitrate option syntax. 17 years ago
Aurelien Jacobs 28e7453c11 remove some empty close/init functions in avcodec 17 years ago
Aurelien Jacobs 725d86bfd5 add pcm_s16le_planar support for electronicarts files 17 years ago
Aurelien Jacobs 4d4f59d750 split wmv2 encoder and decoder in their own files 17 years ago
Christophe Gisquet ac40ce4244 Typo fix. Previous version had some picture error building up until next keyframe. 17 years ago
Kostya Shishkov e082f4a89b Data tables for future RV30/40 decoder 17 years ago
Christophe Gisquet d3a9c44e1d Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% 17 years ago
Diego Biurrun f0a838e525 Add missing #includes to fix 'make checkheaders'. 17 years ago
Björn Axelsson 536333a0fe Extend URLProtocol with new function pointers and api functions for 17 years ago
Luca Abeni 23c0634c78 Link libavdevice against libavutil, libavcodec, and libavformat 17 years ago
Diego Biurrun 52a9cf3435 Fix out of tree builds after introduction of libavdevice. 17 years ago
Diego Biurrun 34c9d454d1 Keep -L flags before corresponding -l flags. 17 years ago
Diego Biurrun 7483e694f3 cosmetics: Consistently indent with 4 spaces, break some long lists into single 17 years ago
Luca Abeni c4035e5d3f Fix the creation of alldevices.c (create it without any rename). 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Diego Biurrun 541432c3b7 spelling 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Luca Barbato 489b0d4d98 Make av_read_frame with rtsp client return EINTR on interrupt 17 years ago
Diego Biurrun 594ff7cc6c comment spelling/grammar fixes 17 years ago
Ramiro Polla a5e979f42c os_support.h is also needed for usleep and lseek on MinGW. 17 years ago
Christophe Gisquet 82821c913b add VC-1 MMX DSP functions, under MIT license. 17 years ago
Luca Abeni 087b327287 Include os_support.h only when needed 17 years ago
Luca Barbato a960a1e041 Make av_read_frame with rtsp client return EINTR on interrupt 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Stefano Sabatini 79815f622d Fix wrong error message. 17 years ago
Diego Biurrun e5af4a113b main() --> main(void) 17 years ago
Diego Biurrun db817cf35a whitespace consistency cosmetics 17 years ago
Michael Niedermayer e59d932826 cosmetic (x==NULL -> !x) 17 years ago
Michael Niedermayer 5b2052b38f cosmetic (place { consistently) 17 years ago
Roberto Togni 2b013568f9 Replace realloc with free+malloc, the previous content of the buffer is 17 years ago
Michael Niedermayer 0dd954b1f0 cosmetic (remove != 0 / != NULL) 17 years ago
Michael Niedermayer e1c48b7aae use sizeof in snprintf (note the changed code is all under #if 0) 17 years ago
Michael Niedermayer 2867ed9b1c check region depth for validity 17 years ago
Luca Abeni c5a2fe8f1f Generate a linking error if perror() is used in libav* 17 years ago
Luca Abeni 952062909d Convert perror() in av_log() in bktr.c. 17 years ago
Luca Abeni 086119b3f3 Remove perror() usage from udp.c 17 years ago
Luca Abeni 9f74582cea Do not use perror() in audio, video, and DV grabbers 17 years ago