13 Commits (96df29c318ff64cb6ac706c11cbf932d96962fd7)

Author SHA1 Message Date
Michael Niedermayer afe9105f66 example: update muxing example to purple API 13 years ago
Michael Niedermayer cf257f30b9 doc/example/muxing: fix video timestamps 13 years ago
Michael Niedermayer 096701d9b2 muxing example: set encoder defaults 13 years ago
Clément Bœsch 0e5ecd806e Replace remaining av_new_stream() with avformat_new_stream(). 13 years ago
Stefano Sabatini c617d7b86a examples/muxing.c: apply misc style fixes 14 years ago
Stefano Sabatini 90b043a698 examples/muxing.c: fix typo, futur -> future 14 years ago
Stefano Sabatini 58174293d8 examples/muxing.c: remove doxy reference to unexisting file 14 years ago
Stefano Sabatini 79f3384ce1 examples: rename "-example" suffix from examples files 14 years ago
Stefano Sabatini ca858ab77d doc/examples: give meaningful names to the example files 14 years ago
Stefano Sabatini f501c74d99 output-example: create @file doxy from text in the copyright header 14 years ago
Stefano Sabatini 9362b50941 examples: move API examples to a dedicated dir in doc 14 years ago
Stefano Sabatini 5ecdfd008b lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_output_context2() 14 years ago
Michael Niedermayer ce62b35c31 output_example: use avformat_alloc_output_context() 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov ebb92e0768 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Anton Khirnov 0ebf475494 lavf: add av_ prefix to dump_format() 14 years ago
Anton Khirnov 610219a598 lavf: add av_ prefix to dump_format() 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Ramiro Polla 1f1916cea2 output-example: Set sample_fmt to SAMPLE_FMT_S16. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Stefano Sabatini 54a4f36d6e Remove conditional M_PI definition, it is already defined in 15 years ago
Martin Storsjö a52ce57d4e Replace deprecated guess_format() with av_guess_format(). 15 years ago
Martin Storsjö 073189917e Make output-example.c handle AAC audio. 15 years ago
Ramiro Polla c15508dc93 Use enums instead of int. 16 years ago
Diego Biurrun d95a0c67ae Move output_example.c --> libavformat/output-example.c. 16 years ago
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