690 Commits (4e5aa080bb8d83cb6de1ffbdd7b37ec34bc6b30b)

Author SHA1 Message Date
Anton Khirnov 669cc0f364 lavc: fix get_buffer() compatibility layer for audio. 12 years ago
Anton Khirnov 0f24a3ca99 lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Anton Khirnov 5d606863c3 lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft 12 years ago
Anton Khirnov 7c45087b84 lavc: update the fallback versions of ff_thread_* 12 years ago
Anton Khirnov 2eba9087f3 lavc: make up a fake frame channel layout when there is no real one. 12 years ago
Anton Khirnov 15ec0450b4 lavc: allow decoders to override frame parameters. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Stefano Sabatini 70762508ec lavc: Prettify printing of codec tags containing non alphanumeric characters 12 years ago
Anton Khirnov d2a25c4032 get_buffer(): do not initialize the data. 12 years ago
Diego Biurrun c6507946d4 dsputil: Move STRIDE_ALIGN macro to the only place it is used 12 years ago
Luca Barbato bff3607547 lavc: set the default rc_initial_buffer_occupancy 12 years ago
Diego Biurrun 015da965a6 libavcodec/utils: Add braces to shut up gcc warnings 12 years ago
Janne Grunau bd255f9feb lavc: set frame parameters after decoding only if necessary 12 years ago
Anton Khirnov 387bef95d2 lavc: factorise setting buffer type in avcodec_default_get_buffer(). 12 years ago
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() 13 years ago
Luca Barbato 419ffb2390 avcodec: cleanup utils.c 13 years ago
Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 13 years ago
Anton Khirnov 9f64c8219a lavc: add const to private codec class initialization. 13 years ago