723 Commits (60b055133485891405722bc9722e2c74fc9764b8)

Author SHA1 Message Date
Anton Khirnov e57c4706e9 lavc: don't reuse audio buffers 12 years ago
Anton Khirnov ff953fecff lavc: set frame properties in ff_get_buffer(). 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Luca Barbato cc085993f4 avcodec: remove ff_is_hwaccel_pix_fmt 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Ilkka Ollakka 6d1270a0f9 decode_audio3: initialize AVFrame 12 years ago
Justin Ruggles 0366664ef9 lavc: check channel count after decoder init 12 years ago
Justin Ruggles bb6941af2a lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders 12 years ago
Anton Khirnov 1bc64c2814 lavc: initialize output AVFrame before decoding. 12 years ago
Justin Ruggles a5ef830b12 lavc: use the correct API version guard macro for avcodec_encode_audio() 12 years ago
Nathan Caldwell c854102da7 avcodec: handle AVERROR_EXPERIMENTAL 12 years ago
Nathan Caldwell a4aa20fbdb avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL 12 years ago
Rafaël Carré a25d912dca avcodec_encode_audio(): fix invalid free 12 years ago
Diego Biurrun 52d113ee06 avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() 12 years ago
Luca Barbato 6d5600e855 avutil: add yuva422p and yuva444p formats 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Janne Grunau 3fbda309e5 avcodec: free extended_data instead address of it 12 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Justin Ruggles 37f701f1c3 avcodec: allow either planar or interleaved sample format when encoding mono 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Anton Khirnov 12e1e83461 lavc: set channel count from channel layout in avcodec_open2(). 12 years ago
Diego Biurrun 0ae3ba8daa avcodec: Drop long-deprecated imgconvert.h header 12 years ago
Anton Khirnov a42aadabc6 lavc: add avcodec_free_frame(). 12 years ago
Anton Khirnov b437cec143 lavc: ensure extended_data is set properly on decoding 12 years ago
Anton Khirnov 2bc0de3858 lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults() 12 years ago
Anton Khirnov c084a975aa lavc: use av_mallocz to allocate AVFrames. 12 years ago
Anton Khirnov a83499b13b lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults 12 years ago
Justin Ruggles 0ccf051a9d avcodec: fix memleak in avcodec_encode_audio2() 12 years ago
Luca Barbato 419ffb2390 avcodec: cleanup utils.c 12 years ago
Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 12 years ago
Anton Khirnov 9f64c8219a lavc: add const to private codec class initialization. 12 years ago
Anton Khirnov 0a0f19b577 lavc: add const to AVCodec* function parameters. 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 3641b0489c Add support for iLBC decoding/encoding via the external library libilbc 13 years ago
Diego Biurrun 0c517644b2 avcodec/utils: cast a function argument to shut up a compiler warning 13 years ago
Anton Khirnov c22953b8a3 lavc: check that extended_data is properly set in avcodec_encode_audio2(). 13 years ago
Anton Khirnov a5117a2444 lavc: pad last audio frame with silence when needed. 13 years ago
Justin Ruggles f132248028 avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2() 13 years ago
Justin Ruggles 74e10b6204 avcodec: for audio encoding, reset output packet when it is not valid 13 years ago
Justin Ruggles fa0319b4fd avcodec: refactor avcodec_encode_audio2() to merge common branches 13 years ago
Justin Ruggles b461cd4deb avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2() 13 years ago
Anton Khirnov 828bd088f3 lavc: add sample rate and channel layout to AVFrame. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Alex Converse df8d5eaa14 avcodec_string: Favor AVCodecContext.codec over the default codec. 13 years ago
Justin Ruggles c58846f3a8 avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame() 13 years ago
Justin Ruggles 1337de0c4b avcodec: validate the channel layout vs. channel count for decoders 13 years ago
Anton Khirnov 3c6607eb6f avcodec_encode_{audio,video}: only reallocate output packet when it has non-zero size. 13 years ago
Ronald S. Bultje bc1ef85520 lavc/avconv: support changing frame sizes in codecs with frame mt. 13 years ago