24068 Commits (1bf5228eb63ad915acbb64209d940d867dd295d4)
 

Author SHA1 Message Date
Reimar Döffinger c99d506b3b Fix off-by-one errors in description of score_max argument for 15 years ago
Reimar Döffinger d0eb2b7849 Document av_probe_input_format2 API addition. 15 years ago
Reimar Döffinger 8e2ee182fa Export av_probe_input_format2. 15 years ago
Stefano Sabatini 50f852186f Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case 15 years ago
Alex Converse 2d23fecd5d Enforce time border monotonicity. 15 years ago
Alex Converse a91d82b5cc Move the SBR patch count check to prevent overwrites. 15 years ago
Alex Converse 10678e5c72 Increase size of patch_borders[]. 15 years ago
Michael Niedermayer 19a00c5eb2 avi bgr24 padding fix. 15 years ago
Alex Converse d0dedce71d Reindent 15 years ago
Alex Converse ca6d3f234c Rewrite ff_sbr_apply in a manner more friendly to PS. 15 years ago
Alex Converse bd744c4fd0 Declare myself (Alex Converse) AAC maintainer. 15 years ago
Måns Rullgård 5635985c26 ARM: NEON optimised VP6 edge filter 15 years ago
Måns Rullgård 5e1ba34bbb VP56: move vp56_edge_filter to new VP56DSPContext 15 years ago
Michael Niedermayer ff866063e9 Print warnig if requested samplingrate is unsupported. 15 years ago
Måns Rullgård 547b7bcbb7 bswap: add macros to byteswap constants 15 years ago
Ramiro Polla faa2989e0f vfwcap: flip RGB rawvideo. 15 years ago
Jai Menon 707cd944d6 Fix typo. 15 years ago
Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
Luca Abeni b01dba14f3 Check the return value of device_try_init() immediately after calling such a 15 years ago
Anssi Hannula 337104ac1f Fix FourCC when remuxing VP6F, regression introduced in r22941. 15 years ago
Stefano Sabatini 441881b4f9 Reindent after the last commit. 15 years ago
Stefano Sabatini 8280e2bd45 Make ffprobe show sample_aspect_ratio and display_aspect_ratio only if 15 years ago
Stefano Sabatini 6e25b78001 Fix weird brace placement. 15 years ago
Stefano Sabatini cf103fabbe Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) 15 years ago
Luca Abeni 1ace15f58c Reduce the verbosity of the v4l2 input device 15 years ago
Luca Abeni 4f54d924bc Simplify some output messages in the v4l2 input device 15 years ago
Sebastian Vater 4f5e6ef16e Reindent after rr22977. 15 years ago
Sebastian Vater 46dcabf82b Make the IFF demuxer a little more standards-compliant, e.g. respect the size 15 years ago
Sebastian Vater 726dc06158 Reidnent after r22795. 15 years ago
Sebastian Vater fe51b5ce50 Move some branches outside looped code. Should improve the generated asm (and 15 years ago
Sebastian Vater 473147bed0 Switch some ints to unsigned (they can only have positive values, this allows 15 years ago
Stefano Sabatini a31e795607 Make ffmpeg use print_error() to make apparent the exact cause of 15 years ago
Stefano Sabatini ec6791736c Make file_open() return the error code set in errno if open() fails, 15 years ago
Stefano Sabatini 932d775fa2 Implement v4l2 input size autodetection in v4l2_read_header(). 15 years ago
Sebastian Vater 687dc3555d Make two functions out of #define hackery. 15 years ago
Ronald S. Bultje 90bc36b063 Reindent after r22968. 15 years ago
Ronald S. Bultje ad6408960b Write clip-related decimal numbers into hex, where they make more sense. 15 years ago
Måns Rullgård 3bfd582c96 Set ARCH=c with --disable-asm, fix build 15 years ago
Stefano Sabatini c57a8fefd9 Return meaningful error codes, rather than always -1. 15 years ago
Ronald S. Bultje 2d0525c27c Fix broken 32-bit clipping, and write numbers in hex instead of decimal so 15 years ago
Robert Krüger 0a6a282a51 Make ffprobe show stream->nb_frames if that info is known. 15 years ago
Stefano Sabatini 18225025ff Remove unnecessary width and height variables from v4l2_read_header(). 15 years ago
Stefano Sabatini 4cf1ba0445 Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Stefano Sabatini 472e12f510 Implement ffserver.c:report_config_error() and a macro for logging 15 years ago
Stefano Sabatini 6675a5bf73 Statically initialize ffserver.c:config_filename, simplify. 15 years ago
Stefano Sabatini 931b832add Consistently prefer @var{VAR} over ``VAR'' for indicating filter 15 years ago
Michael Niedermayer 6204402409 4th try at getting ansi colors working with a default of color=yes_please. 15 years ago
Ronald S. Bultje 0bb848016a Add acelp_filters.o as QCELP decoder object file. 15 years ago
Ronald S. Bultje 005ad8a0de Make WMAVoice decoder depend on DCT/RDFT 15 years ago