214 Commits (26b4bb70c20be6aa45211d8bde521662e232582e)

Author SHA1 Message Date
Fabrice Bellard 65e70450de experimental mpeg4 video support (currently no slice/timestamp handling) 23 years ago
Fabrice Bellard 50d5d129b4 use codec_id so that the codec does not need to be opened 23 years ago
Fabrice Bellard a941f3919d export match_ext() 23 years ago
Fabrice Bellard cb1fdc6104 match SDP based on content instead of extension 23 years ago
Fabrice Bellard 67d06418da added handling of URL redirectors (needed for RTSP streaming client) 23 years ago
Fabrice Bellard 2fd0e8e630 supressed incorrect pts init (when the pts is not set, ffmpeg.c presumes the nominal frame rate is used 23 years ago
Fabrice Bellard 01e96fd1cd suppressed PKT_FLAG_DROPPED_FRAME 23 years ago
Fabrice Bellard 6bcafa93d7 pkt->pts is already set, please fix audio if you modify this code - supressed unused PKT_FLAG_DROPPED_FRAME 23 years ago
Philip Gladstone 92e1cdae86 The problems of doing cvs add foo.* 23 years ago
Philip Gladstone 6e1b47804e Compile framehook.c 23 years ago
Philip Gladstone 3b2cbbed21 Initial versions of code to all per-frame video processing in ffmpeg. 23 years ago
Philip Gladstone e752dc90c2 Set the pkt->pts field correctly so that frame rate reduction has a chance 23 years ago
Philip Gladstone 86f2b9d0c7 Set the pkt->pts field so that we have a chance of doing frame rate reduction 23 years ago
Philip Gladstone b13a517f95 Get rid of a warning from asfcheck. Not sure that it really helps with WMP though! 23 years ago
Fabrice Bellard 7feb950a80 fixed output pts computation in case of pcm audio (fixes ffplay status display) 23 years ago
Fabrice Bellard 4364a3e016 better than nothing patch for correct audio output with ffplay 23 years ago
Fabrice Bellard 45dd5c69f9 a/v sync support: added correct pts handling 23 years ago
Fabrice Bellard 8949367ea5 factorized All In Wonder code (not tested) - Added AIW auto detect (not tested) - mute audio when leaving (maybe an option would be needed ?) - removed all global state 23 years ago
Fabrice Bellard 231dd3f327 now raw mpeg4 video decoding is fully supported 23 years ago
Fabrice Bellard 93ced3e81a added multicast SDP/RTP demux for multicast streams - added support for MPEG4 video decoding in SDP/RTP 23 years ago
Fabrice Bellard 5b25dfa708 do not read probe data if format is specified - match_ext() must be exported 23 years ago
Fabrice Bellard 772956c5d7 fixed multicast connect 23 years ago
Michael Niedermayer 8a555875be lower case div3 23 years ago
John Ryland b24cf8283e fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>) 23 years ago
Zdenek Kabelac 4533d2d67f * fix double free 23 years ago
François Revol 3c97fdb8bb Bump up the priority on the decoding thread. 23 years ago
Zdenek Kabelac 1101abfe77 * cleanup statics & const 23 years ago
Zdenek Kabelac 0570bf06d4 * cleanup statics & const 23 years ago
Zdenek Kabelac e8c0008912 * cleanup statics & const 23 years ago
Zdenek Kabelac c18a2692d2 * cleanup statics & const 23 years ago
Michael Niedermayer b8a78f419d reversing header game 23 years ago
Michael Niedermayer 8cd5be983b use FF_INPUT_BUFFER_PADDING_SIZE 23 years ago
Måns Rullgård b1d89f82b4 c standard style / warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 23 years ago
François Revol 3810fbf561 ringbuffer patch by (François Revol <revol at free dot fr>) 23 years ago
Michael Niedermayer d7425f59d5 cleanup (breaks compatibility, requested by fabrice) 23 years ago
Zdenek Kabelac 41568e4a09 * put there more reasnable 15fps speed (though it's probably meaningless) 23 years ago
Zdenek Kabelac acbe6cfa47 * calculating with the full packet size 23 years ago
Zdenek Kabelac e2e6cfd021 * allocate slightly more data - so decoders won't be touching memory 23 years ago
Zdenek Kabelac 4c3dff6de5 * free extradata 23 years ago
Zdenek Kabelac 5acdd6e6e2 * don't show header errors when eof is reached 23 years ago
François Revol 9eb826478c MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>) 23 years ago
François Revol dfdfa47cd1 BeOS Audio ouput patch by (François Revol <revol at free dot fr>) 23 years ago
François Revol 3f95e8434b added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support 23 years ago
François Revol 9ddd71fc60 added BeOS net_server support (R5 network stack), basically the same 23 years ago
Zdenek Kabelac cb146fafa5 * always set extradata_size 23 years ago
Zdenek Kabelac e40fed0b62 * removed extra_data from AVStream (it's part of Codec) 23 years ago
Philip Gladstone 2727c35ed7 * Made encoding to ASF streams work again. It turns out that the default 23 years ago
Fabrice Bellard e095026ab4 unified wav header parsing - added extradata support 23 years ago
Fabrice Bellard 3b4b29dcd9 put/get portable for IEEE double - renamed put_native_string/get_native_string 23 years ago
Fabrice Bellard d4c0ff917d single frame output fix 23 years ago