12 Commits (bf8ab72ae95bb11f2c281d464594c2f6ba70326b)

Author SHA1 Message Date
Michael Niedermayer 23edd41a0d doc/examples/decode_video: Fix format string vulnerability 8 years ago
Anton Khirnov c7ab0eb305 examples/decode_video: allocate the packet dynamically 8 years ago
Anton Khirnov 728ea23cce examples/decode_video: switch to the new decoding API 8 years ago
Anton Khirnov f78d360bba examples/decode_video: use a parser for splitting the input 8 years ago
Anton Khirnov 636515c324 examples/decode_video: remove a stray unrelated comment 8 years ago
Anton Khirnov 8191f960a6 examples/decode_video: constify the AVCodec instance 8 years ago
Anton Khirnov 7b1f03477f examples/avcodec: split the remaining two examples into separate files 8 years ago
Anton Khirnov f5df897c4b examples/avcodec: split audio decoding into a separate example 8 years ago
Anton Khirnov 40aaa8dadf examples/avcodec: split audio encoding into a separate example 8 years ago
Vittorio Giovara 9833a406d3 examples: Properly free AVCodecContext 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Stefano Sabatini bf411fffd4 examples: rename avcodec.c to decoding_encoding.c 11 years ago
Anshul Maheshwari 6d25e90262 doc/examples/avcodec: information regarding gop_size ignored if frame->pic-type is AV_PICTURE_TYPE_I 11 years ago
Diego Biurrun b339182eba Move all example programs to doc/examples 11 years ago
Anton Khirnov 48d17ee6dc api-example: remove an unneeded call to avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov eb891b3114 Replace all uses of avcodec_free_frame with av_frame_free(). 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Peter Meerwald dfcbe8cbd7 doc: Fix best_nb_channells typo 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 661454aa28 api-example: use new video encoding API. 12 years ago
Anton Khirnov 5702c8670e api-example: update to new audio encoding API. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Luca Barbato aac63cef20 examples: unbreak compilation 13 years ago
Justin Ruggles 0bafe04917 api-example: update to use avcodec_decode_audio4() 13 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Reinhard Tartler d7537a6fce doxygen: Include libavcodec and libavformat examples into the documentation 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