24197 Commits (3491a9b266a96dd3243ad8daf059af25049d39fa)
 

Author SHA1 Message Date
Michael Niedermayer 22cb6fb60f Adding missing () to mathops.h. 15 years ago
Reimar Döffinger 1c71b5c89a Replace more "m" constraints with MANGLE to fix compilation issues 15 years ago
Sebastian Vater dce2f7d36b Optimize decodeplane32(). 15 years ago
Sebastian Vater 59cca5040e Ensure that width and height are > 0. avcodec_open() itself only checks that 15 years ago
Måns Rullgård 666d7d18e1 FATE: print friendly error for individual tests when SAMPLES unset 15 years ago
Thomas Devanneaux 52486603b5 Check NAL unit size to avoid reading past the buffer. 15 years ago
Vitor Sessak 8ad802e610 Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale. 15 years ago
Francesco Lavra f10d3d343e Add FourCC MJPG for CODEC_ID_JPEGLS. 15 years ago
Stefano Sabatini 658e7576fc Reorder nut specific codec tags and add a comment for marking them as 15 years ago
Stefano Sabatini 43451ec247 Add missing nut-specific codec tags for rawvideo pixel formats. 15 years ago
Stefano Sabatini 934edecdb8 Make the codec tags for the yuvjXXX pixel formats the same as the 15 years ago
Stefano Sabatini b43f432c8c Add support to the Y411 codec tag, corresponding to the rawvideo pixel 15 years ago
Stefano Sabatini 8e89cd1fee Make the nut demuxer issue a more meaningful error message if it 15 years ago
Måns Rullgård cc6849ae50 bswap: 10L add missing parens around macro args 15 years ago
Sebastian Vater 0613ece542 Replace usage of s->streams[0]->* with st->*, which is shorter. 15 years ago
Sebastian Vater 9d45a32ba8 Remove "bps" parameter to decodeplane8/32(), it's unused. 15 years ago
Stefano Sabatini fc25c04960 Add entry for AVFilterPicRef interlaced and top_field_first fields 15 years ago
Stefano Sabatini b6bc205155 Bump lavfi minor after the addition of the fields interlaced and 15 years ago
Martin Storsjö 6ad533b7cb qt-faststart: Avoid leaking memory if encountering a file with double ftyp atoms 15 years ago
Måns Rullgård 17be16a336 FATE: update idroq-video-encode command 15 years ago
Måns Rullgård 79a9672d45 IFF: decode last 8 pixels per line 15 years ago
Måns Rullgård e24db3e391 Fix build with swscale disabled 15 years ago
Sebastian Vater 0a9cb385ad Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
Stefano Sabatini 3f073fa22c Fix auto-scaling. 15 years ago
Michael Niedermayer 3fe1ec39c6 Add means to adjust the log level per context. 15 years ago
Reimar Döffinger c12caa32b2 Remove hardcoded-tables hack for IA-64: with latest binutils that now actually 15 years ago
Reimar Döffinger 7f20cb2df0 Another try for fixing/improving decode_video documentation. 15 years ago
Stefano Sabatini d760a316e9 Make config_props() show conversion information before to create the 15 years ago
Stefano Sabatini 38efdb2c6b Log input size, input format and swscale flags used for conversion in 15 years ago
Ronaldo Moura 447a5b1996 blackfin: fix yuv422 to yuv420 conversion 15 years ago
Måns Rullgård f66b390582 vf_pad: fix mixed code and declarations 15 years ago
Michael Niedermayer a0aa73544c c99 sucks. Replacing scanf("%i") by strtoul() 15 years ago
Stefano Sabatini 06e1db056d Document the pad filter. 15 years ago
Stefano Sabatini 8d787f8e52 Document cmdutils.c:print_error(). 15 years ago
Michael Niedermayer 0c22311b56 Remove messy pading hack in ffmpeg.c. 15 years ago
Michael Niedermayer bdab692f48 Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff. 15 years ago
Michael Niedermayer cccc039f71 Enable libavfilter by default and fix pading for mxf-d10 15 years ago
Michael Kostylev 87ddc38bdb configure: update suncc SPARC CPU name mapping 15 years ago
Michael Niedermayer 3c940173c0 Add pad filter. 15 years ago
Michael Kostylev 26b7199e12 SPARC: disable VIS for Niagara CPU 15 years ago
Michael Niedermayer efdc74ef19 Try to keep track of interlaced and top field first. 15 years ago
Michael Niedermayer 46847a336e avfilter support for ffmpeg 15 years ago
Michael Niedermayer 3b9900c1c3 Enable vsrc_buffer 15 years ago
Michael Niedermayer 8155bbc944 Support setting flags for sws. 15 years ago
Michael Niedermayer cb0061d453 Favor chunk size over hitting the correct position after reading the chunk size in asf. 15 years ago
Michael Niedermayer cf13f204cc Add "Memory buffer source filter" from SOC. 15 years ago
Jason Garrett-Glaser e8c7fca90c Add intra refresh and crf-max support to the libavcodec libx264 wrapper. 15 years ago
Alex Converse 46174079c9 10l: store the result of clipping added in r23035 15 years ago
Alex Converse 217b44ddc3 Error out when too many bits per frame are requested. 15 years ago
Alex Converse 32fa7725d2 Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." 15 years ago