7671 Commits (445ee35e21c92e2429241d65bdba65f6e7c09132)

Author SHA1 Message Date
Michael Niedermayer 7b915726eb udp: remove resource.h inclusion, it breaks mingw compilation. 14 years ago
Michael Niedermayer e60e54ceb5 UDP: dont use thread_t as truth value. 14 years ago
Michael Niedermayer 03f8f39769 udp: switch custom fifo to libavutil fifo. 14 years ago
Michael Niedermayer 593bb98d61 udp: use FFMAX&FFMIN. 14 years ago
JULIAN GARDNER 4275602183 udp: add a thread into udp.c for receiving data into a circular buffer, this stops the problem of live decoding/encoding giving errors. 14 years ago
Baptiste Coudurier 7e19a6e868 movenc: always write esds descriptor length using 4 bytes. 14 years ago
Carl Eugen Hoyos 410ca3bc2d Support Digital Voodoo SD 8 Bit in mov (ticket 195). 14 years ago
ami_stuff 92ccdfb8bf Support R10g in mov. 14 years ago
Carl Eugen Hoyos 86f2c36c6c Add 5.1 plus stereo-downmix to mov_channel_layout array. 14 years ago
Martin Storsjö 552a99957f rtpdec_qdm2: Don't try to parse data packet if no configuration is received 14 years ago
Aurelien Jacobs 89d4c13057 matroskaenc: make sure we don't produce invalid file with no codec ID 14 years ago
Aurelien Jacobs 9c569ef712 matroskadec: check that pointers were initialized before accessing them 14 years ago
Stefano Sabatini 4ad0693edc lavf: fix function name in compute_pkt_fields2 av_dlog message 14 years ago
Marton Balint 2c71581698 lavf: fix av_find_best_stream when providing a wanted stream. 14 years ago
Marton Balint 6b35a795f8 lavf: fix av_find_best_stream when decoder_ret is given and using a related stream. 14 years ago
Uoti Urpala bcedf2e519 asfdec: fix assert failure on invalid files 14 years ago
Michael Niedermayer 10291562f3 Revert "asfdec: fix assert failure on invalid files" 14 years ago
Yusuke Nakamura 5f0bb0baef mov: Support edit list atom version 1. 14 years ago
Thierry Foucu b7903ab16b If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV file instead of a MP3 file. Check for 0xBEEF after a Video/Audio chunck for more accuracy. 14 years ago
Clément Bœsch e575685fad Cosmetics: fix prototypes in oggdec 14 years ago
Clément Bœsch 5780f41af5 oggdec: fix memleak with continuous streams. 14 years ago
Aurelien Jacobs 2501d2f386 matroskaenc: add missing new line in av_log() call 14 years ago
Baptiste Coudurier 304e983dc7 movenc: fix yuv range in avid atoms used by dnxhd. 14 years ago
Alex Converse 7fe3207e25 movenc: fix adpcm mono muxing. 14 years ago
Baptiste Coudurier 6ae38aa3ce mpegts: do not output known sized packet if an unbounded packet is already queued. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Thierry Foucu 45faf7fcd3 nsv: Fix misdetection of MP3 files as NSV. 14 years ago
Clément Bœsch b3bbc6fdc5 oggdec: use explicit AVInputFormat struct initializers 14 years ago
Clément Bœsch f95257d27c oggdec: simplify ogg_probe 14 years ago
Michael Niedermayer 4ea216e761 libavformat/utils: Only consider dvb teletext timestamps for start time when they are consistent with the rest. 14 years ago
ami_stuff 4f038fdc23 Add "DAVC" FourCC 14 years ago
Baptiste Coudurier 9aa91043f3 Port SMPTE S302M audio decoder from FFmbc 0.3. 14 years ago
Martin Storsjö 0b4949b518 rtsp: Only do keepalive using GET_PARAMETER if the server supports it 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Andres Gonzalez dc05b6af3d Added oggpagesize option for Ogg encoding. Allows setting a preferred page size. When set, if an Ogg stream buffer has enough data, a page is made, instead of filling maximum-size pages. 14 years ago
Vitor Sessak ecc297308f lavf/utils: fix ff_interleave_compare_dts corner case. 14 years ago
Michael Niedermayer 67d441499a seeking: Favor pkt->pos for generic index building where possible. 14 years ago
Martin Storsjö ed87375dd5 mpegtsenc: Clear st->priv_data when freeing it 14 years ago
Martin Storsjö a7ea5e3d35 udp: Fix receiving RTP data over multicast 14 years ago
Martin Storsjö f9a6cfdd04 rtpproto: Remove an unused variable 14 years ago
Michael Niedermayer 282e8d4b4f avienc: Update 2 debug statements to match the current code. 14 years ago
Michael Niedermayer 5deedf3552 h264probe: update to latest spec. 14 years ago
Michael Niedermayer 25308afbb2 wtvdec: Avoid gmtime_r() it breaks compile on windows. 14 years ago
Peter Ross fddf0521c6 wtv: calculate ole date correctly (is seconds since 1899-12-30) 14 years ago
Peter Ross 8acab7ae5b wtv: detect ole date overflow 14 years ago
Reimar Döffinger d3445a911c Remove unused variable. 14 years ago
Reimar Döffinger 48b9b7edb3 Replace deprecated url_fseek by avio_seek. 14 years ago
Reimar Döffinger 5ce33e6bc5 Move ifdef to avoid unused variable warnings. 14 years ago
Reimar Döffinger 1795364205 Remove unused variables. 14 years ago
Reimar Döffinger 8c3651f4a5 Fix printf format string, fixes a warning. 14 years ago