27199 Commits (d881a0e89548abaafb8466192923fb10905dabef)
 

Author SHA1 Message Date
Stefano Sabatini 47c5e4145c Fix revision number of the last APIchanges entry. 14 years ago
Stefano Sabatini 5aaea022ab Make avfiltergraph.h public. 14 years ago
Stefano Sabatini 906eaab460 In ff_get_ref_perms_string() use 'u' and 'U' for representing 14 years ago
Anton Khirnov 273231466c lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format 14 years ago
Stefano Sabatini 4fcbb2af33 Prefix with "ff_" the functions: 14 years ago
Vitor Sessak bbf07bf9b8 Remove now unused file (should have been part of commit r25735) 14 years ago
Vitor Sessak c51722bf97 Test 4XM decoding (and not only demuxing) in FATE tests 14 years ago
Vitor Sessak c4e8733ac1 Fix visual artifacts in 4XM decoding on big-endian system 14 years ago
Martin Storsjö 38b3bda18f adpcm: Replace any of the leaf nodes in the heap 14 years ago
Martin Storsjö 4106b7f1cd Reindent 14 years ago
Martin Storsjö f82e8f3482 adpcm: Store the trellis nodes in a heap instead of a sorted array 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Anton Khirnov 09f47fa44e ffmpeg.c: add a forgotten break in chapter copying 14 years ago
Anton Khirnov a9c2bf9dc1 ffmpeg.c: reindent 14 years ago
Anton Khirnov 91e96ebafb ffmpeg.c: add an option for copying chapters 14 years ago
Alex Converse 5fb2f1347e 10l: dx shouldn't exist. 14 years ago
Alex Converse 0611f67525 10l: vorbisdec: declare dy 14 years ago
Gregory Maxwell 8455e8c7c0 vorbisdec: Fix floor1 decoding 14 years ago
Stefano Sabatini 668673f10c Add missing check on the existence of an associated output pad for 14 years ago
Aurelien Jacobs cb4fe49294 remove declaration inside for(), i is already declared 14 years ago
Nicolas George ba83c4bfb5 MJPEG/AVI1 to JPEG/JFIF bitstream filter. 14 years ago
Jason Garrett-Glaser 2c5168afed Remove bitrate tolerance from libx264 interface 14 years ago
Aurelien Jacobs 6ed3bace97 drop support for base-10 encoded alpha component in av_parse_color() 14 years ago
Stefano Sabatini 119a34f716 In avcodec_pix_fmt_string() use local variable pixdesc rather than 14 years ago
Stefano Sabatini 2de6f6e828 Make avcodec_pix_fmt_string() use the information in the pixel format 14 years ago
Carl Eugen Hoyos 086e997e34 Intel C compiler 12.0 does not suport these attributes: may_alias, force_align_arg_pointer and alloc_size. 14 years ago
Anssi Hannula 8079d2ec08 Move code to be used by the IEC 61937 demuxer from spifenc.c into common 14 years ago
Nicolas Kaiser fe655f6723 Simplify: Remove impossible condition. 14 years ago
Anssi Hannula 8cceef1681 Rename spdif.c as spdifenc,c to prepare for future spdif demuxer. 14 years ago
Stefano Sabatini ed5d30d91c Move internal function ff_set_systematic_pal() to libavcore, and 14 years ago
Thilo Borgmann a29039aef3 Reindent after last commit. 14 years ago
Thilo Borgmann 4051ae7617 Allow clean initialization of lut_status array by changing type to signed int. 14 years ago
Stefano Sabatini 361d275879 Add a file for bitstream filters documentation. 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 14 years ago
Anton Khirnov 7b3937360e ffmpeg.c: allow using negative file indices to disable metadata copying 14 years ago
Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 years ago
Stefano Sabatini 0b90e4a240 Document AVFilterInOut fields. 14 years ago
Stefano Sabatini 55b2a9ba3b Extend documentation for parse_filter(). 14 years ago
Stefano Sabatini 3fd3eea7f3 Fix date in latest APIchanges entry. 14 years ago
Stefano Sabatini da6ec07c41 Bump lavfi minor and add APIchanges entry after the rename of 14 years ago
Stefano Sabatini 7313132bcc Rename AVFilterInOut field filter to filter_ctx, more semantically correct. 14 years ago
Stefano Sabatini c24f76b948 Make avfilter_graph_parse() always return meaningful error codes. 14 years ago
Stefano Sabatini 0cc8b65950 Make parse_outputs() always return meaningful error codes. 14 years ago
Stefano Sabatini 00b3ca3c7a Add missing memory check in parse_inputs(), and fix possible (yet very unlikely) crash. 14 years ago
Stefano Sabatini 42e7f6d781 Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the 14 years ago
Stefano Sabatini fbd97184f8 Add missing check in link_filter_inouts(), and fix possible (yet very unlikely) crash. 14 years ago
Stefano Sabatini ed581e65e2 Rename the variable filter to filt_ctx in link_filter_inouts, as the variable denotes a filter context. 14 years ago
Stefano Sabatini 684ade4935 Make link_filter_inouts() return meaningful error codes. 14 years ago
Stefano Sabatini 688b9dad9c Change the signature of parse_filter() to make it return an error code. 14 years ago