232 Commits (140fba098536aa43d09afaf48d7087df0cb7c347)

Author SHA1 Message Date
Fabrice Bellard 4358d5def3 removed ctype.h header 21 years ago
Michael Niedermayer 0a5f92a120 memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>) 21 years ago
Roman Shaposhnik 904736b519 1000l in abbrv. table 21 years ago
Roman Shaposhnik ba2a8cb40b * making resolution abbreviations right 21 years ago
Fabrice Bellard 22b37f5d32 suppressed frame number modulus hack - added loop_input hack which I find easier to understand 21 years ago
Fabrice Bellard 00b4fdb758 win32 compile fix 21 years ago
Roman Shaposhnik c92454179d all human-readable output should go into stderr for now. We really 21 years ago
Fabrice Bellard 48091512c9 no default bit rate if decoding 21 years ago
Fabrice Bellard 12f996edfa initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file 21 years ago
Fabrice Bellard afdd82bbf0 fix fmt == NULL case 22 years ago
Fabrice Bellard b689213642 fixed RTP/TCP client support 22 years ago
Roman Shaposhnik 445f1b83ad * First round of AV sync fixes. 22 years ago
Michael Niedermayer e71ea8b251 mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator)) 22 years ago
Michael Niedermayer b530f84262 VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) 22 years ago
Michael Niedermayer a05c8d7177 merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer b559b29b1f read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed) 22 years ago
Michael Niedermayer 2ec23b6d44 move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Fabrice Bellard 6fa5a56c1b zero copy packet handling for DV1394 by Max Krasnyansky 22 years ago
Roman Shaposhnik 98486a6bc0 zero sized malloc patch by Roman Shaposhnick 22 years ago
Fabrice Bellard 7f172339fd grab device is in AVFormatParameter (at least better than global variable) 22 years ago
Fabrice Bellard 86fd51fbad video_device fixes 22 years ago
Slavik Gnatenko f3ec2d46ba os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) 22 years ago
Fabrice Bellard 94d883e84b jpeg detection fix - fixed imagepipe output 22 years ago
Fabrice Bellard 87a0a6816f added still image support 22 years ago
Bill Eldridge 9b2e001fc5 mingw patch by (Bill Eldridge <bill at rfa dot org>) 22 years ago
Philip Gladstone c9646fda01 * Extend the syntax of a filename for the img reader to allow looping. Thus 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Fabrice Bellard 50d5d129b4 use codec_id so that the codec does not need to be opened 22 years ago
Fabrice Bellard 67d06418da added handling of URL redirectors (needed for RTSP streaming client) 22 years ago
Fabrice Bellard 7feb950a80 fixed output pts computation in case of pcm audio (fixes ffplay status display) 22 years ago
Fabrice Bellard 5b25dfa708 do not read probe data if format is specified - match_ext() must be exported 22 years ago
Zdenek Kabelac c18a2692d2 * cleanup statics & const 22 years ago
Michael Niedermayer 8cd5be983b use FF_INPUT_BUFFER_PADDING_SIZE 22 years ago
Michael Niedermayer d7425f59d5 cleanup (breaks compatibility, requested by fabrice) 22 years ago
Zdenek Kabelac e2e6cfd021 * allocate slightly more data - so decoders won't be touching memory 22 years ago
Fabrice Bellard d4c0ff917d single frame output fix 22 years ago
Fabrice Bellard 1e51d801d3 the new output PTS handling is now generic 22 years ago
Fabrice Bellard 916c80e94a AV synchronisation API 22 years ago
Philip Gladstone c5510dd63b * Add code for ffserver to get stream output formats: guess_stream_format 23 years ago
Fabrice Bellard a25e098d33 exported av_probe_input_format() 23 years ago
Fabrice Bellard a9a721da7c added url_split() 23 years ago
Zdenek Kabelac 9235088f0f * using time.h for Cygwin systems as well 23 years ago
Fabrice Bellard 24f9709b22 fixed VOB parsing bug 23 years ago
Philip Gladstone 2dbceb9f8a Change the way that the ?date= stuff is parsed. It now takes a time (with optional date) 23 years ago
Fabrice Bellard 19720f15fd license/copyright change 23 years ago