19 Commits (93d45466335db2e4a69155b5871d6aa5d6215907)

Author SHA1 Message Date
Fabrice Bellard 7e2e1abf6b replaced progressive by interleaved 22 years ago
Fabrice Bellard 3b1a27e04c added progressive image support 22 years ago
Fabrice Bellard 8975ba81f8 added new netpbm pam format support (needed for alpha plane support) 22 years ago
Fred Rothganger e8750b0076 rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) 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
Zdenek Kabelac 3a13f6bd48 * compile PNG only when ZLIB is available 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
Fabrice Bellard cdc90af008 added GIF image format (both read and write) 22 years ago
Fabrice Bellard 0250738f13 added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further) 22 years ago
Fabrice Bellard 0e04e4e9e1 added basic png handling 22 years ago
Zdenek Kabelac 02d697aa5f * headers valid for C++ compilers 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
Fabrice Bellard 290c5fa640 added simple still image format support to simplify image and imagepipe video formats 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Fabrice Bellard a941f3919d export match_ext() 22 years ago
Fabrice Bellard 01e96fd1cd suppressed PKT_FLAG_DROPPED_FRAME 22 years ago
Zdenek Kabelac c18a2692d2 * cleanup statics & const 22 years ago
Zdenek Kabelac e40fed0b62 * removed extra_data from AVStream (it's part of Codec) 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
Fabrice Bellard 8351471307 suppressed vcd flag - use new mpeg mux format instead 22 years ago
Fabrice Bellard a48b7a6bfa added stream copy capability 22 years ago
Fabrice Bellard f20dca4020 added raw DV demux (audio is currently not handled) 22 years ago
Mark Hills 81e0d0b412 oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Zdenek Kabelac 2a10020bf3 * ok - let's start with avifile->ffmpeg morphing 22 years ago
Philip Gladstone 36ada60ccb Add prototype of guess_stream_format 22 years ago
Fabrice Bellard 9498853132 more consistent naming 22 years ago
Fabrice Bellard fb0256250d added RTP/RTSP stuff 22 years ago
Zdenek Kabelac 436483c2ec * redundant declaration removed 23 years ago
Fabrice Bellard b9a281db69 split mux/demux related structures - added file probing support - improve media file reading API 23 years ago
Fabrice Bellard 1ea4f59365 use av memory handling functions 23 years ago
Juanjo 76c0441b10 - Added r_frame_rate in AVStream to store the real frame rate. 23 years ago
Juanjo 92b3e12592 - VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD) 23 years ago
Philip Gladstone 283383715f * Add prototype for strlcpy 23 years ago
Philip Gladstone 6d9872f416 * Add a duration field to the AVPacket 23 years ago
Juanjo 4b1f4f236b - Versions defined for libav/libavcodec. 23 years ago
Zdenek Kabelac 4606ac8dee * some minor modification by Philip Gladston 23 years ago
Zdenek Kabelac 6cea494e32 * support for .au .gif .mov .mp4 by François Revol <revol@free.fr> 23 years ago
Juanjo 10bb7023a2 - Added force_pts to av_write_packet() to be able to force PTS, this helps 23 years ago
Fabrice Bellard 96baaa6aff changed av_open_input_file() prototype 23 years ago
Fabrice Bellard 5ed8fafcb6 added pcm formats 23 years ago
Fabrice Bellard 813cae4bc4 image number handling 23 years ago
Fabrice Bellard eea23282fa added raw mjpeg format - added jpeg image format 23 years ago
Fabrice Bellard 8be1c6563c win32 fixes 23 years ago
Fabrice Bellard 6775c758c4 added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/write support 23 years ago