2010-02-21 |
Diego Biurrun | Remove unused variable, fixes warnings of the type:
|
commit | commitdiff | tree |
2010-01-08 |
Diego Biurrun | Explain why the level variable is magically inceased...
|
commit | commitdiff | tree |
2010-01-06 |
John Van Sickle | Fix entry on concatenating multiple yuv4mpegpipe streams.
|
commit | commitdiff | tree |
2010-01-05 |
Diego Biurrun | Add a few explanatory comments to cornercase workarounds.
|
commit | commitdiff | tree |
2010-01-04 |
Diego Biurrun | Mark http_log() as static; it is only used in this...
|
commit | commitdiff | tree |
2010-01-04 |
Diego Biurrun | Fix VDPAU check to avoid printing spurious messages...
|
commit | commitdiff | tree |
2010-01-04 |
avcoder | The H.263 wrong_run table is only for encoding; only...
|
commit | commitdiff | tree |
2009-12-31 |
Diego Biurrun | Remove unused function msmpeg4_memsetw().
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | cosmetics: Move MPEG-4 encoding functions around to...
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | 10l: Move ff_mpeg4_pred_dc() to an appropriate place.
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | cosmetics: Move MPEG-4 decoding functions around to...
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | cosmetics: Move H.263-related functions around to avoid...
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | cosmetics: Reorder functions to avoid forward declarations.
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | Remove unnecessary forward declaration for msmpeg4_memsetw().
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | Add required header #includes for mpegvideo.h and config.h.
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | Get rid of pointless CONFIG_WMV_DECODER definition.
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | Get rid of pointless CONFIG_WMV2 definition.
|
commit | commitdiff | tree |
2009-12-30 |
Diego Biurrun | Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENC...
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | Remove pointless CONFIG_MLP_DECODER preprocessor check.
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | Neither the H.264 nor the SVQ3 decoder depend on the...
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | The MLP decoder depends on the MLP parser.
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | Enable the TrueHD decoder when the MLP decoder is enabled.
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | Declare AC-3 parser dependency of AC-3 decoder and...
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | Declare AAC parser dependencies in configure.
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | The S/P-DIF muxer depends on mpeg4audio.o.
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | Declare WMV1/WMV2/VC-1 decoder dependency on the H...
|
commit | commitdiff | tree |
2009-12-29 |
Diego Biurrun | vc1_parser.o does not depend on h263dec.o and intrax8.o.
|
commit | commitdiff | tree |
2009-12-28 |
Diego Biurrun | Declare dependencies of RV10/RV20 decoders on the H...
|
commit | commitdiff | tree |
2009-12-28 |
Diego Biurrun | Declare dependencies for H.263 family decoders in configure.
|
commit | commitdiff | tree |
2009-12-28 |
Diego Biurrun | Declare the dependency of the H.263 decoder on the...
|
commit | commitdiff | tree |
2009-12-28 |
Diego Biurrun | Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_EN...
|
commit | commitdiff | tree |
2009-12-28 |
Diego Biurrun | cosmetics: Remove pointless '#if 1' preprocessor directives.
|
commit | commitdiff | tree |
2009-12-28 |
Diego Biurrun | Remove unused variable, fixes the warning:
|
commit | commitdiff | tree |
2009-12-28 |
Diego Biurrun | Mark conditionally used variable as av_unused, fixes...
|
commit | commitdiff | tree |
2009-12-27 |
Diego Biurrun | Remove commented-out debug console output.
|
commit | commitdiff | tree |
2009-12-27 |
Diego Biurrun | cosmetics: Move a bunch of forward declarations below...
|
commit | commitdiff | tree |
2009-12-26 |
Diego Biurrun | Use common regression test functions in ffserver regression...
|
commit | commitdiff | tree |
2009-12-26 |
Diego Biurrun | Replace ` ` syntax by $( ) in regression test shell...
|
commit | commitdiff | tree |
2009-12-24 |
Diego Biurrun | cosmetics: Reformat some function declarations.
|
commit | commitdiff | tree |
2009-12-24 |
Diego Biurrun | Remove some unused variables, fixes the warnings:
|
commit | commitdiff | tree |
2009-12-19 |
Diego Biurrun | Add long_name for Xxan codec.
|
commit | commitdiff | tree |
2009-12-15 |
Diego Biurrun | Remove unused variable, fixes the warning:
|
commit | commitdiff | tree |
2009-11-26 |
Diego Biurrun | cosmetics: K&R style, prettyprinting
|
commit | commitdiff | tree |
2009-11-26 |
Diego Biurrun | Mark apply_mdct() function as static; it is only used...
|
commit | commitdiff | tree |
2009-11-25 |
Diego Biurrun | -DFRAC_BITS must be added to CPPFLAGS when compiling...
|
commit | commitdiff | tree |
2009-11-25 |
Diego Biurrun | Add required header #include to fix 'make checkheaders'.
|
commit | commitdiff | tree |
2009-11-18 |
Diego Biurrun | Add functions to return library license and library...
|
commit | commitdiff | tree |
2009-11-18 |
Diego Biurrun | Add functions to return library license and library...
|
commit | commitdiff | tree |
2009-11-18 |
Diego Biurrun | Split avdevice.c off from alldevices.c.
|
commit | commitdiff | tree |
2009-11-16 |
Diego Biurrun | Add missing #includes for avutil.h, required for the...
|
commit | commitdiff | tree |
2009-11-11 |
Diego Biurrun | Add #include for required header config.h.
|
commit | commitdiff | tree |
2009-11-11 |
Diego Biurrun | Add '#undef fprintf' before PRINT macro that uses fprintf.
|
commit | commitdiff | tree |
2009-10-28 |
Michael Kostylev | Detect Sun Studio compiler and set appropriate variables.
|
commit | commitdiff | tree |
2009-10-28 |
Diego Biurrun | Split PAM encoder off into its own file.
|
commit | commitdiff | tree |
2009-10-28 |
Diego Biurrun | Split the decoders from pnmen.c off into their own...
|
commit | commitdiff | tree |
2009-10-28 |
Diego Biurrun | The encoders in pnmenc.c now depend on the init/end...
|
commit | commitdiff | tree |
2009-10-27 |
Diego Biurrun | Move PNM init/end functions to the PNM common code.
|
commit | commitdiff | tree |
2009-10-27 |
Diego Biurrun | whitespace cosmetics: K&R coding style, prettyprinting
|
commit | commitdiff | tree |
2009-10-27 |
Diego Biurrun | Remove crufty leftovers from the era when this file...
|
commit | commitdiff | tree |
2009-10-26 |
Michael Kostylev | Avoid "-z text" diversion on SunOS x86, needed to make...
|
commit | commitdiff | tree |
2009-10-24 |
Diego Biurrun | Remove ancient redir demuxer.
|
commit | commitdiff | tree |
2009-10-23 |
Diego Biurrun | Compile LPC code when CONFIG_LPC is set.
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | Move function that is only used by the MP3 muxer below...
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | Add missing dependency of the S/PDIF muxer on the AAC...
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | Add '#include "libavutil/intreadwrite.h"', necessary...
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct...
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | Get rid of some pointless '== NULL' / '!= 0' conditions...
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | Remove some duplicate object dependencies for the RTSP...
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | Add missing rdt.o dependency for SDP demuxer.
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | whitespace cosmetics: prettyprinting, K&R style
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | Remove pointless parentheses.
|
commit | commitdiff | tree |
2009-10-19 |
Diego Biurrun | cosmetics: Remove pointless parentheses from return...
|
commit | commitdiff | tree |
2009-10-18 |
Onur Küçük | Fix typo that mistakenly slipped into previous commit:
|
commit | commitdiff | tree |
2009-10-18 |
Diego Biurrun | cosmetics: Break overly long lines.
|
commit | commitdiff | tree |
2009-10-05 |
Daniel Verkamp | Fix pcm_read_seek () when the position it calculates...
|
commit | commitdiff | tree |
2009-10-01 |
Diego Biurrun | Document -sn option.
|
commit | commitdiff | tree |
2009-10-01 |
Diego Biurrun | Explain the process of patch review and commit a bit.
|
commit | commitdiff | tree |
2009-10-01 |
Diego Biurrun | Fix wrongly indented block.
|
commit | commitdiff | tree |
2009-10-01 |
Diego Biurrun | Use "!exp" instead of "exp == NULL" in if condition.
|
commit | commitdiff | tree |
2009-10-01 |
Diego Biurrun | cosmetics: K&R coding style, prettyprinting
|
commit | commitdiff | tree |
2009-09-30 |
Anne-Laure de Smit | Add support for SGI images without RLE compression.
|
commit | commitdiff | tree |
2009-09-29 |
Diego Biurrun | Remove disabled code cruft.
|
commit | commitdiff | tree |
2009-09-29 |
Michael Kostylev | Fix md5 program invocation for BSD.
|
commit | commitdiff | tree |
2009-09-29 |
Diego Biurrun | cosmetics: K&R coding style, prettyprinting
|
commit | commitdiff | tree |
2009-09-29 |
Diego Biurrun | whitespace cosmetics, prettyprinting, K&R coding style
|
commit | commitdiff | tree |
2009-09-28 |
Diego Biurrun | some more linebreak and brace placement cosmetics
|
commit | commitdiff | tree |
2009-09-28 |
Diego Biurrun | brace placement and linebreak cosmetics
|
commit | commitdiff | tree |
2009-09-23 |
Anton Khirnov | id3v2: Add support for UTF-16 encoding.
|
commit | commitdiff | tree |
2009-09-23 |
Anton Khirnov | id3v2: Use 0 instead of '\0'.
|
commit | commitdiff | tree |
2009-09-23 |
Anton Khirnov | id3v2: check for enough space to write full UTF-8 characters.
|
commit | commitdiff | tree |
2009-09-23 |
Diego Biurrun | Remove unused variables, fixes the warnings:
|
commit | commitdiff | tree |
2009-09-22 |
Diego Biurrun | Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith...
|
commit | commitdiff | tree |
2009-09-22 |
Diego Biurrun | Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST...
|
commit | commitdiff | tree |
2009-09-22 |
Diego Biurrun | Place MP3 demuxer code under appropriate #ifdefs.
|
commit | commitdiff | tree |
2009-09-22 |
Diego Biurrun | Improve compiler information code to print to the console...
|
commit | commitdiff | tree |
2009-09-22 |
Diego Biurrun | Print compiler version and build date before configuration...
|
commit | commitdiff | tree |
2009-09-22 |
Diego Biurrun | Rearrange wav_muxer and {wav|w64}_demuxer blocks to...
|
commit | commitdiff | tree |
next |