2401 Commits (be3b22f9cae9916405cde209fd93f8593e52ed4b)

Author SHA1 Message Date
Glenn A. Serre 828bb5f1f6 variable initialization (because of a gcc warning) 18 years ago
Michael Niedermayer 8a59d9a385 fix "incorrect frame size" errors with small.nuv 18 years ago
Benoit Fouet 5faf2d3641 add rgb suffix handling for demuxer 18 years ago
Andreas Öman 0dc56bfae0 id3v2 writer 18 years ago
Andreas Öman 52b53f8653 id3v2 reader 18 years ago
Andreas Öman cb2578d5ef cosmetic v1/v2 renaming 18 years ago
Thijs Vermeir 8bd32c0424 Add transport method options 18 years ago
Thijs Vermeir badc9ae2d5 Add support for options 18 years ago
Alex Beregszaszi 3e2e29fb00 r9095 invalidly removed the check for non-winsock 18 years ago
Alex Beregszaszi 7235183df9 fix FD_SETSIZE handling in our poll() emulation 18 years ago
Baptiste Coudurier 4f60f34a89 print and return error if output is non seekable 18 years ago
Aurelien Jacobs ca6e50afc1 add a ff_ prefix to some mpegaudio funcs 18 years ago
Alex Beregszaszi c8df9c6358 Use usleep instead of sleep, some MinGW versions lack sleep. 18 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 18 years ago
Diego Biurrun 14b2d01058 Drop unnecessary libavcodec/ prefix in #include path. 18 years ago
Corey Hickey 2e374f12b5 Don't forget about audio remaining in buffer, in case there is enough 18 years ago
Alex Beregszaszi 5676d140a9 initial mingw networking support 18 years ago
Baptiste Coudurier 4440b1188e simplify, no need for a function 18 years ago
Baptiste Coudurier 54a5c7193b fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti 18 years ago
Alex Beregszaszi 5f09770382 cosmetics: fix indentation 18 years ago
Baptiste Coudurier c3ebc833b9 dmb1 fourcc, mjpeg_opendml.mov 18 years ago
Benoit Fouet 0ba0c8debb Use url_fopen error code when opening input file 18 years ago
Panagiotis Issaris b484ec78e8 Typos 18 years ago
Luca Abeni e4dd03f395 Reindent code after last commit 18 years ago
Limin Wang 0d6c07329e Allow avoid setting the video standard and input when capturing v4l2 video. 18 years ago
Vitor Sessak 13dec85765 RoQ muxer, patch by Vitor, vitor1001 gmail com 18 years ago
Aurelien Jacobs 99ff31dc75 move aac and ac3 parsers in their own files 18 years ago
Ivo van Poorten 8d2fb33320 autodetect ptx files 18 years ago
Aurelien Jacobs c0f716b86f fix display of theora videos with visible size smaller than encoded size 18 years ago
Ivo van Poorten cb63173785 Renderware TXD demuxer 18 years ago
Michael Niedermayer 5fd5d0ef3a improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) 18 years ago
Reimar Döffinger 89ecc26188 Fix two small typos in comment 18 years ago
Zuxy Meng 18d915dda6 cosmetics: Fix indentation after last commit, patch by Zuxy Meng. 18 years ago
Diego Biurrun a4b120f32b cosmetics: Sort entries by CONFIG_ name. 18 years ago
Daniel Cardenas 711737af8e give the position offset of the file in the packet 18 years ago
Benoit Fouet efd5fc538e return right format in set_codec_from_probe_data 18 years ago
Mark Cox 671adb1742 patch so that the deprecated items show up correctly 18 years ago
Zuxy Meng d84707377f use asf stream information to set bitrate 18 years ago
Wolfram Gloger 7af636d44a Fix loop condition so it can be run through more than once. 18 years ago
Wolfram Gloger 268fc08290 more detailed error message for buffer underflow 18 years ago
Baptiste Coudurier 25406e5002 fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base 18 years ago
Kostya Shishkov 13544287d5 Support for newer MacOSX AIFF 18 years ago
Baptiste Coudurier 7bb7ad0eb5 fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value 18 years ago
Alex Beregszaszi ab7fd2c4f7 Use correct CONFIG_RTP_MUXER ifdef 18 years ago
Alex Beregszaszi ba472aaf01 implement ff_socket_nonblock and use it in networking code 18 years ago
Alex Beregszaszi 8da4034f52 use ff_neterrno() and FF_NETERROR() for networking error handling 18 years ago
Alex Beregszaszi c08fb00016 Make protocols configure selectable and also cleanup the CONFIG_NETWORK 18 years ago
Alex Beregszaszi 9686292664 Don't compile RTSP_DEMUXER if not requested 18 years ago
Alex Beregszaszi e7047005cb properly compile code for REDIR_DEMUXER 18 years ago
Diego Biurrun 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 18 years ago