26 Commits (bcf93f78a55e5ee9731d1930c67a1fff690594e1)

Author SHA1 Message Date
Stefano Sabatini bcf93f78a5 examples/decoding_encoding: replace "picture" with "frame" in encode_example() 12 years ago
Stefano Sabatini 70b671a283 examples/decoding_encoding: apply various message log fixes 12 years ago
Stefano Sabatini 60924dfe55 examples/decoding_encoding: make operation logic more self-evident / predictable 12 years ago
Stefano Sabatini c0bca6425d examples/decoding_encoding: store temporary files in current dir 12 years ago
Stefano Sabatini fef9e84114 examples/decoding_encoding.c: tell where the decoding output files are printed 12 years ago
Stefano Sabatini a7219529d1 examples/decoding_encoding: flush audio frames in the encoder 12 years ago
Stefano Sabatini 535df748c5 examples/decoding_encoding: re-organize frame configuration code 12 years ago
Clément Bœsch 50df68fd50 doc/examples: print operation filename in decoding_encoding. 13 years ago
Clément Bœsch 6c211085bb doc/examples: use system headers in decoding_encoding and muxing. 13 years ago
Clément Bœsch 072c2c08bf doc/examples: add missing math.h include in decoding/encoding example. 13 years ago
Michael Niedermayer 28d37f7160 examples/decoding_encoding: fix encoding when all frames got buffered. 13 years ago
Stefano Sabatini e21dac3a4f examples/decoding_encoding: remove unused variable "size" 13 years ago
Michael Niedermayer eb9841297a doc/examples/decoding_encoding: make the buffer bigger. 13 years ago
Michael Niedermayer cb73e35660 example: Update decoding/encoding example to the new API. 13 years ago
Michael Niedermayer 0e187fd13c decoding example: reset pts/dts after subpacket. 13 years ago
Michael Niedermayer 107460c1e9 examples/decoding_encoding.c: test mpeg1 and h264 13 years ago
Michael Niedermayer 65e32eea73 examples/decoding_encoding.c: silence compiler warning 13 years ago
Michael Niedermayer 98140abe85 examples/decoding_encoding.c: set a codec private option to demonstrate how to do that 13 years ago
Michael Niedermayer 82d9fafbb8 examples/decoding_encoding.c: switch to h264 13 years ago
Michael Niedermayer be5ac961e0 examples/encoding: rename to decoding_encoding.c as the file is an example for both. 13 years ago
Michael Niedermayer f8e98061ec examples/encoding: List more formats to make it more clear to the reader what is not handled in libavcodec. 13 years ago
Stefano Sabatini 00a9ac424e examples/encoding.c: adopt a less restrictive license 14 years ago
Stefano Sabatini c762f9fa2d examples/encoding.c: remove unnecessary includes 14 years ago
Stefano Sabatini 2e5a9e580c examples/encoding.c: use av_image_alloc() for allocating an image buffer 14 years ago
Stefano Sabatini a7aabda267 examples/encoding.c: replace "this library" with "libavcodec" in doxy 14 years ago
Stefano Sabatini ffe3856de7 examples/encoding.c: remove reference to unexisting file 14 years ago
Stefano Sabatini 26f373988d examples/muxing.c: set sample format for encoding 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 c328122a8d api-example: uppercase first letter in "copyright" 14 years ago
Stefano Sabatini 9362b50941 examples: move API examples to a dedicated dir in doc 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Martin Storsjö 8ac942d8f5 Cosmetics: reindent after the previous commit 15 years ago
Martin Storsjö 11f6181af1 api-example: Try to avoid decoding incomplete frames 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Jai Menon 1c38da85e6 Allow building api-example from outside of libavcodec and also 15 years ago
Thilo Borgmann 4f313925ec Use the new avcodec_decode_* API. 16 years ago
Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
Diego Biurrun 7c17abaf9d Rename apiexample.c --> api-example.c to be consistent with other example files. 16 years ago
Robert Swain 29e455081f Update apiexample.c to use the newer avcodec_decode_audio2() API. This also 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Reimar Döffinger 14660b0814 Use M_PI from libavutil/mathematics.h instead of defining PI ourselves 16 years ago
Carl Eugen Hoyos c9823f0577 Improve understanding ofavcodec_find_decoder() 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Panagiotis Issaris b24daebf22 The memsetting of the end of buffer is not needed for audio. 18 years ago
Panagiotis Issaris f6618b0f43 Stray comment, probably copy & pasted from audio_encode_example(). 18 years ago
Panagiotis Issaris 9b2bb40341 Remove a non-C dependency (being M_PI) from the libavcodec example. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago