2008-03-15 |
Måns Rullgård | set SRC_DIR in top-leve Makefile |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Måns Rullgård | rename LIBSRC to SRC_DIR, add quotes where SRC_DIR... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Diego Biurrun | Use $< to simplify a few lines. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Diego Biurrun | cosmetics: #include config.h before all other FFmpeg... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Diego Biurrun | typo fixes |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Diego Biurrun | Properly check for AltiVec CFLAGS instead of guessing... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Dave Yeo | Add attribute_align_arg to os2thread.c. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ramiro Polla | Typo |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Diego Biurrun | Remove the unused function roundToInt16. It is a duplic... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Diego Biurrun | Only check for altivec.h when not using Apple gcc and... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Diego Biurrun | cosmetics: Reformat Apple cc check. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Diego Biurrun | typos |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Diego Biurrun | Use correct t printf modifier for pointer differences. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Baptiste Coudurier | useless null |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Baptiste Coudurier | remove useless img_write_trailer func |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Diego Biurrun | Build ffserver_g as well as ffserver, consistent with... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Baptiste Coudurier | log aspect ratio forbidden value, and fail if error... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Måns Rullgård | new attempt at portable endian test |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Måns Rullgård | hopefully portable endian test |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Diego Biurrun | #include stddef.h instead of sys/types.h, the former... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Baptiste Coudurier | do not fail badly if aspect ratio is 0/forbidden, fix... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Diego Biurrun | #include stdint.h instead of inttypes.h like all libavu... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Diego Biurrun | This file does not use size_t, so no need to #include... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Diego Biurrun | Add #include "config.h" to headers that need it. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Michael Niedermayer | If consumed does not match nalsize, favor nalsize. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Diego Biurrun | Add missing stdint.h #include to headers that use it. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Diego Biurrun | typo fixes |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Diego Biurrun | wording improvement by the Wanderer |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Diego Biurrun | typos |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Diego Biurrun | Move dependency generation commands into configure. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Alexander Strange | Fix configure to properly build without PIC by default... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Mike Melanson | Ministry of English Composition edits, courtesy of... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Diego Biurrun | Use proper library versions instead of SPPVERSION in... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Diego Biurrun | Do not calculate dependencies for header files in the... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Diego Biurrun | Use $^ without header files instead of $(SRCS) to refer... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Diego Biurrun | Mark Y variable in EPILOG macro as av_unused to avoid... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Mike Melanson | Ministry of English Composition edits |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | Clarify comment. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Justin Ruggles | make input buffer const, as it should be. fixes a warning. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Aurelien Jacobs | add out of bound stream index checks |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Ramiro Polla | Remove windows installer. I'm not aware of anyone that... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Aurelien Jacobs | add a temporary variable to simplify the code |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | Simplify .depend generation command. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | Replace the awkward '1>' with the more natural '>'. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | Merge SDL_CFLAGS handling for files that need it. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Björn Axelsson | Add AVClass to URLContext at next major version bump |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | misc spelling fixes |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | vhooks really need libav* even if they compile fine... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | Rename --enable-swscaler --> enable-swscale to be consi... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Panagiotis... | Update the regression tests reference values after... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Panagiotis... | Make av_class a pointer to const. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Benoit Fouet | define VOF as double of VOFW. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | Remove redundant swScaler: output from places where... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Mike Melanson | These video decoders do not need to include and initial... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Mike Melanson | There is no reason to assign a variable to itself |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Aurelien Jacobs | cosmetics: remove some empty lines |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Aurelien Jacobs | remove useless and misleading comments |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Michael Niedermayer | smaller tables |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Aurelien Jacobs | consistent use of MKTAG() in the codec_bmp_tags table |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Aurelien Jacobs | cosmetics: alignment of the codec_bmp_tags table |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Aurelien Jacobs | add FF_ prefix to all (frame)_TYPE usage |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Diego Biurrun | Work around gcc stupidity: With -MM gcc outputs just... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Justin Ruggles | downmix before imdct unless different size transforms... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Michael Niedermayer | Clarify the intended meaning of wont_fix. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Kostya Shishkov | indentation |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Kostya Shishkov | Correctly handle empty frames |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Kostya Shishkov | Fraps v5 decoding support |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Kostya Shishkov | Add step variable (for future v5 decoding) |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Mike Melanson | recognize the CLJR FourCC (Cirrus Logic AccuPak) |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | VFW grabber |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Correctly handle case where buffer is 100% full |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | add myself as vfwcap.c maintainer |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | dc1394.c has been renamed to libdc1394.c |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Split libavdevice maintainers out of libavformat |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Typo + grammar |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | VFW capture support |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Introduce max_picture_buffer variable in AVFormatContext, |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | #error in case we do not know how to provide alignment. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Fix indentation in a few more places. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Normalize {} placement after for, while... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | Mention that libavdevice/x11grab.c is GPLed. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Define WIN32_LEAN_AND_MEAN before including windows... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Include windows.h instead of trying to redeclare Sleep |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | Rename pp variable to postproc for consistency. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Måns Rullgård | check for x86 bswap instruction |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Aurelien Jacobs | huffman: add a zero_count flag and use it in fraps |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Aurelien Jacobs | huffman: pass hnode_first as a flag instead of as an... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Put network-related code under #ifdef |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Group network-related code together |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Mark Cox | Fix unused variable warnings. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: prettyprinting |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | Install libavfilter if it has been enabled. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | The videohook target does not depend on .libs. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | Make ffplay use parse_number_or_die instead of atoi. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Remove useless empty line. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Remove useless empty line. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Consistently move NAME and FFLIBS to the... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Consistently move NAME and FFLIBS to the... |
commit | commitdiff | tree | snapshot |
next |