1011 Commits (56cea3294a7eb13ce3620c626856d0329f84f2f1)

Author SHA1 Message Date
Anton Khirnov 669cc0f364 lavc: fix get_buffer() compatibility layer for audio. 12 years ago
Stefano Sabatini dae76e8c47 lavc/utils: fix typo and reword message in case of too low bitrate 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
Clément Bœsch 160979f4b4 lavc/utils: make sure the iconv descriptor can be opened only once. 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
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Michael Niedermayer cc38ca6748 avcodec/utils: use AVFrame accessor functions 12 years ago
Michael Niedermayer bf90ef0314 avcodec: add ff_frame_get_metadatap() 12 years ago
Clément Bœsch 7b2d50f81e build: make iconv build configurable. 12 years ago
Nicolas George ccc7bcc4fc lavc: check return values consistency when decoding subtitles. 12 years ago
Michael Niedermayer 8a6449167a avcodec_decode_audio4: check got_frame_ptr before handling initial skip 12 years ago
Michael Niedermayer f5c00b347d avcodec_align_dimensions2: Ensure cinepak has large enough buffers. 12 years ago
Clément Bœsch b1e6b144ed lavc/utils: reindent in avcodec_decode_subtitle2() after f7963993. 12 years ago
Clément Bœsch f796399344 lavc: support subtitles character encoding conversion. 12 years ago
Clément Bœsch 8732271e40 lavc: mark bitmap based subtitles codecs as such. 12 years ago
Michael Niedermayer a53b144ec0 avcodec: add avpriv_color_frame() 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
Michael Niedermayer b75ac7c71c lavc: include timebase in avcodec string at debug level. 12 years ago
Paul B Mahol 098d3891be EVRC decoder 12 years ago
Michael Niedermayer d270c32025 avcodec_decode_audio: do not trust the channel layout, use the channel count. 12 years ago
Luca Barbato bff3607547 lavc: set the default rc_initial_buffer_occupancy 12 years ago
Clément Bœsch 72ff8ee158 lavc: correctly set AVSubtitle format for text based subtitles. 12 years ago
Clément Bœsch e3c25860dc lavc/utils: reindent in avcodec_decode_subtitle2(). 12 years ago
Clément Bœsch 67286fa98b 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix. 12 years ago
Clément Bœsch 36e61e24e7 lavc: add ff_bprint_to_extradata() helper and use it. 12 years ago
Diego Biurrun 015da965a6 libavcodec/utils: Add braces to shut up gcc warnings 12 years ago
Michael Niedermayer 67c1acf234 lavc/utils: fix 'warning: missing braces around initializer' 12 years ago
Michael Niedermayer 2f436b1fce lavc: Warn in case the set bitrate is very low 12 years ago
Carl Eugen Hoyos ec4a084581 Show underscores in av_get_codec_tag_string(). 12 years ago
Stefano Sabatini 96d815fc0c lavc: add pkt_size field to AVFrame 12 years ago
Janne Grunau bd255f9feb lavc: set frame parameters after decoding only if necessary 12 years ago
Michael Niedermayer e8e575633f lavc/utils: Do not require dimensions for PNG. 12 years ago
Carl Eugen Hoyos 71b1912963 Print bpc (for bits per component) with pixel format if it is smaller than expected. 12 years ago
Michael Niedermayer 419ade4b61 lavc: check dimensions for video encoders 12 years ago
Michael Niedermayer 7885fa7685 ff_lock_avcodec: make the lock state be consistent in case of failure. 12 years ago
Michael Niedermayer 2dec950f49 avcodec_open: if obtaining a lock fails, dont attempt to unlock it. 12 years ago
Michael Niedermayer d7169280a6 frame_thread_encoder: fix locking while locks are held 12 years ago
Reimar Döffinger 25fec8595d avcodec: add ff_lock/unlock_avcodec functions. 12 years ago
Michael Niedermayer d2a3f08daf lavc: move ff_init_buffer_info() down to ff_get_buffer() 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