Zdenek Kabelac
02d697aa5f
* headers valid for C++ compilers
...
Originally committed as revision 1521 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7f172339fd
grab device is in AVFormatParameter (at least better than global variable)
...
Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
86fd51fbad
video_device fixes
...
Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
290c5fa640
added simple still image format support to simplify image and imagepipe video formats
...
Originally committed as revision 1436 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1e491e29c2
cleanup
...
adding AVVideoFrame
moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame
removing obsolete variables in AVCodecContext
skiping of MBs in b frames
correctly initalizing AVCodecContext
picture buffer cleanup
Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
abac617591
renamed libav to libavformat
...
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a941f3919d
export match_ext()
...
Originally committed as revision 1256 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
01e96fd1cd
suppressed PKT_FLAG_DROPPED_FRAME
...
Originally committed as revision 1251 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
c18a2692d2
* cleanup statics & const
...
Originally committed as revision 1186 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
e40fed0b62
* removed extra_data from AVStream (it's part of Codec)
...
* removed pts*1000 for paket timing (using ms)
Originally committed as revision 1128 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
1e51d801d3
the new output PTS handling is now generic
...
Originally committed as revision 1058 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
916c80e94a
AV synchronisation API
...
Originally committed as revision 1054 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8351471307
suppressed vcd flag - use new mpeg mux format instead
...
Originally committed as revision 1041 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a48b7a6bfa
added stream copy capability
...
Originally committed as revision 1024 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
f20dca4020
added raw DV demux (audio is currently not handled)
...
Originally committed as revision 1015 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mark Hills
81e0d0b412
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
...
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
2a10020bf3
* ok - let's start with avifile->ffmpeg morphing
...
for the begining it's major rewrite of asf parsing code
(tested only inside avifile at this moment)
it handles descrambling (though without WMA it's probably
useless inside ffmpeg...
* extended AVStream structure to return information about
stream time length
* extended AVStream to export extra data found after standard
headers - not really usefull for ffmpeg - but Windows codecs
need them.
* asf parsing is not yet finished but works nicely already
(at 100% better them before :))
Originally committed as revision 846 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
36ada60ccb
Add prototype of guess_stream_format
...
Originally committed as revision 816 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
9498853132
more consistent naming
...
Originally committed as revision 802 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
fb0256250d
added RTP/RTSP stuff
...
Originally committed as revision 801 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
436483c2ec
* redundant declaration removed
...
Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
b9a281db69
split mux/demux related structures - added file probing support - improve media file reading API
...
Originally committed as revision 545 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
1ea4f59365
use av memory handling functions
...
Originally committed as revision 528 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
76c0441b10
- Added r_frame_rate in AVStream to store the real frame rate.
...
- This stuff could be done in AVCodecContext and the real frame rate
calculated in utils.c, but we don't changes in that by now ;)
Originally committed as revision 497 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
92b3e12592
- VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)
...
Originally committed as revision 491 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
283383715f
* Add prototype for strlcpy
...
Originally committed as revision 480 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
6d9872f416
* Add a duration field to the AVPacket
...
Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
4b1f4f236b
- Versions defined for libav/libavcodec.
...
- Bug fix in wav muxer for MP2 audio.
- ffmpeg/libavcodec version in MPEG-4 user data.
Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
4606ac8dee
* some minor modification by Philip Gladston
...
* grab containes new code
Originally committed as revision 388 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
6cea494e32
* support for .au .gif .mov .mp4 by François Revol <revol@free.fr>
...
hmm any opinions about GIF support ?
Originally committed as revision 385 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
10bb7023a2
- Added force_pts to av_write_packet() to be able to force PTS, this helps
...
(and fix) stream copying. By now force_pts it's just honoured by the MPEG
muxer. ASF could honour this also, but it should be fixed to use Tickers
first.
- MPEG audio decoder exports it's frame size in bytes.
- Hope this fix the floating point exception found in ffserver.
Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
96baaa6aff
changed av_open_input_file() prototype
...
Originally committed as revision 146 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
5ed8fafcb6
added pcm formats
...
Originally committed as revision 142 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
813cae4bc4
image number handling
...
Originally committed as revision 126 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
eea23282fa
added raw mjpeg format - added jpeg image format
...
Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
8be1c6563c
win32 fixes
...
Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
6775c758c4
added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/write support
...
Originally committed as revision 65 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
de6d9b6404
Initial revision
...
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago