35 Commits (46a7e3ec14941fb363a95c37ec10083a2730e9e8)

Author SHA1 Message Date
Art Clarke a6f925b8f7 Make output_example use av_interleaved_write_frame() instead of av_write_frame(). 16 years ago
Art Clarke c12b0d86ad Set global header flag for every container that requires it. 16 years ago
Art Clarke de43a23977 av_write_trailer() must be done before closing codecs. 16 years ago
Stefano Sabatini 8e2fd8e1d4 Replace the calls to the deprecated av_alloc_format_context() with 16 years ago
Luca Abeni 817a3de916 Reindent after last commit 17 years ago
Luca Abeni fb34e75d2a Do not rescale AV_NOPTS_VALUE in output_example.c 17 years ago
Diego Biurrun 2343a04092 Remove redundant #undef statements that were mistakenly committed. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun 364a960704 Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 18 years ago
Diego Biurrun 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
Panagiotis Issaris a40de11209 Use a more correct value for Pi. 18 years ago
Ramiro Polla 5d915e827e Use av_malloc instead of plain malloc where appropriate 18 years ago
Luca Abeni 03ae87a3e8 Move output_example.c and ffplay.c to the swscale interface 19 years ago
Michael Niedermayer 8720de5b76 fix memleak, based upon a patch by Wolfram Gloger 19 years ago
Dieter ceaf1909c1 add static keyword to some functions 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 5b28c8c355 time_base description by Rich Felker | dalias, aerifal cx 20 years ago
Michael Niedermayer b5bc8591ee 10l (!= vs. >) 20 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 20 years ago
Andreas Öman 002c01a6f3 fixing output_example to work with current CVS libavcodec/libavformat patch by ("Andreas U. Trottmann": andreas trottmann, werft22 com) 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer e06d3d553c ooops 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 85e3374798 mpeg1 overflowing dc coeff fix 21 years ago
Michael Niedermayer af547ce5a4 fix assertion failure when writing mov files 21 years ago
Fabrice Bellard cb0c448a8d example using video encoder latency 21 years ago
Michael Niedermayer 264cb2b82f M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge <bill at rfa dot org>) 22 years ago
Fabrice Bellard cb750e331b added get_audio_frame() 22 years ago
Fabrice Bellard e70fcf075b suppressed memory leaks - added image conversion support if the codec does not support YUV420P - added raw output (any comments are welcome to simplify the API) 22 years ago
Fabrice Bellard 9f736ea256 removed unnecessary codec 22 years ago
Fabrice Bellard 8de65d4f11 long awaited simple libavformat output API example 22 years ago