summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Reindent after the previous commitMartin Storsjö2010-05-01
* Remove unnecessary checks before calling freeMartin Storsjö2010-05-01
* Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje2010-05-01
* Fix off-by-one errors in description of score_max argument forReimar Döffinger2010-05-01
* Document av_probe_input_format2 API addition.Reimar Döffinger2010-05-01
* Export av_probe_input_format2.Reimar Döffinger2010-05-01
* Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini2010-05-01
* Enforce time border monotonicity.Alex Converse2010-04-30
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-30
* Increase size of patch_borders[].Alex Converse2010-04-30
* avi bgr24 padding fix.Michael Niedermayer2010-04-30
* ReindentAlex Converse2010-04-30
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-30
* Declare myself (Alex Converse) AAC maintainer.Alex Converse2010-04-30
* ARM: NEON optimised VP6 edge filterMåns Rullgård2010-04-30
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
* Print warnig if requested samplingrate is unsupported.Michael Niedermayer2010-04-30
* bswap: add macros to byteswap constantsMåns Rullgård2010-04-29
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-29
* Fix typo.Jai Menon2010-04-28
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Check the return value of device_try_init() immediately after calling such aLuca Abeni2010-04-28
* Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula2010-04-28
* Reindent after the last commit.Stefano Sabatini2010-04-27
* Make ffprobe show sample_aspect_ratio and display_aspect_ratio only ifStefano Sabatini2010-04-27
* Fix weird brace placement.Stefano Sabatini2010-04-27
* Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini2010-04-27
* Reduce the verbosity of the v4l2 input deviceLuca Abeni2010-04-27
* Simplify some output messages in the v4l2 input deviceLuca Abeni2010-04-27
* Reindent after rr22977.Sebastian Vater2010-04-27
* Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater2010-04-27
* Reidnent after r22795.Sebastian Vater2010-04-26
* Move some branches outside looped code. Should improve the generated asm (andSebastian Vater2010-04-26
* Switch some ints to unsigned (they can only have positive values, this allowsSebastian Vater2010-04-26
* Make ffmpeg use print_error() to make apparent the exact cause ofStefano Sabatini2010-04-26
* Make file_open() return the error code set in errno if open() fails,Stefano Sabatini2010-04-26
* Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini2010-04-26
* Make two functions out of #define hackery.Sebastian Vater2010-04-26
* Reindent after r22968.Ronald S. Bultje2010-04-26
* Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje2010-04-26
* Set ARCH=c with --disable-asm, fix buildMåns Rullgård2010-04-26
* Return meaningful error codes, rather than always -1.Stefano Sabatini2010-04-26
* Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje2010-04-26
* Make ffprobe show stream->nb_frames if that info is known.Robert Krüger2010-04-25
* Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini2010-04-25
* Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini2010-04-25
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Implement ffserver.c:report_config_error() and a macro for loggingStefano Sabatini2010-04-24
* Statically initialize ffserver.c:config_filename, simplify.Stefano Sabatini2010-04-24
* Consistently prefer @var{VAR} over ``VAR'' for indicating filterStefano Sabatini2010-04-24