37 Commits (a33fe57287e242e0e78b76c663f09c3afac3ccce)

Author SHA1 Message Date
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michel Bardiaux 5c07cf535f Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % 18 years ago
Víctor Paesa 5894e1bbf2 add loop_input to AVFormatContext, getting rid of old hack 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Baptiste Coudurier 94ede53e57 fix double free, priv_data is freed in av_open_input_stream 19 years ago
Michael Niedermayer c04c3282b4 simplify AVFormatParameters NULL checks 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer f4824c0f30 prefer image2 over image 20 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Michael Niedermayer 7f2ca68a84 segfault fix 21 years ago
Michael Niedermayer e5d64d6892 10l 21 years ago
Michael Niedermayer ffaa816ee3 recommit of 21 years ago
Fabrice Bellard 490579042a 64 bit pts for writing - more const usage 21 years ago
Fabrice Bellard 66a15ea2d2 removed os_support.h 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 ca1538f8d9 update duration and start_time 21 years ago
Zdenek Kabelac 4a899dd689 * moved os_support.h into libavcodec 22 years ago
François Revol d4ad24c17d Cleaner support for usleep() 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Max Krasnyansky bdfcbbed79 Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) 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
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
François Revol 8ff323888c redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a TAB :P 22 years ago
Bill Eldridge 9b2e001fc5 mingw patch by (Bill Eldridge <bill at rfa dot org>) 22 years ago
François Revol 9ca7cfc5c4 Hey, not everyone has usleep() ! (temporary fix, we should check for this in configure) 22 years ago
Philip Gladstone 38758ab0cd * Add code to allow the img reader to read files at the nominal frame rate. 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Philip Gladstone e752dc90c2 Set the pkt->pts field correctly so that frame rate reduction has a chance 22 years ago
Zdenek Kabelac c18a2692d2 * cleanup statics & const 22 years ago
Måns Rullgård bb76a117b1 c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
Henry Mason ad4369076b yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>) 22 years ago
Fabrice Bellard 19720f15fd license/copyright change 23 years ago
Fabrice Bellard c9a65ca8c3 converted to new API 23 years ago
Fabrice Bellard 1ea4f59365 use av memory handling functions 23 years ago
Juanjo 10bb7023a2 - Added force_pts to av_write_packet() to be able to force PTS, this helps 23 years ago
Juanjo 5b0ad91b99 - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla. 23 years ago
Fabrice Bellard 9150f42ed5 fixed image number syntax problems 23 years ago
Fabrice Bellard 13a7d16ede added static 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