source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3e15ea21   14 years anton vfwcap: add video_size private option.
(edit) @8fe7b644   14 years anton v4l2: add video_size private option.
(edit) @82b5aa0a   14 years anton v4l2: factorize returning error codes. This will be useful in the …
(edit) @fd48620e   14 years anton libdc1394: add video_size private option.
(edit) @284bac2e   14 years anton libdc1394: return meaninful error codes.
(edit) @33e03696   14 years anton bktr: add video_size private option.
(edit) @3577416   14 years anton bktr: factorize returning error codes. This will be useful in the …
(edit) @86f86877   14 years alex.converse id3v2: Check malloc result. ID3v2 tags can be very large.
(edit) @40a5dd2   14 years alex.converse id3v2: Initialize tflags for version 2.2.
(edit) @ca7d8256   14 years mans ARM: add ARMv6 optimised av_clip_uintp2 Signed-off-by: Mans Rullgard …
(edit) @77cd6efc   14 years mans ARM: remove volatile from asm statements in libavutil/intmath The …
(edit) @74cc8c52   14 years mans ARM: fix av_clipl_int32_arm() Signed-off-by: Mans Rullgard …
(edit) @3d96c13e   14 years anton v4l: include avdevice.h Fixes build.
(edit) @e2d7dc87   14 years anton ffserver: move close_connection() call to avoid a temporary string and …
(edit) @9749cdf   14 years anton lavf: initialize demuxer private options.
(edit) @6c117d43   14 years anton AVOptions: set string default values.
(edit) @aaea1490   14 years anton lavdevice: mark v4l for removal on next major bump.
(edit) @93681fbd   14 years rsbultje swscale: fix compile on ppc.
(edit) @e758573a   14 years rsbultje swscale: fix compile on x86-32.
(edit) @59748689   14 years diego build: Remove generated .version file on distclean.
(edit) @e14574eb   14 years diego configure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2. The flag is …
(edit) @25101cf5   14 years diego doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.
(edit) @6c6c976f   14 years diego ffplay: Remove disabled code.
(edit) @e1694285   14 years diego Mark parameterless function declarations as 'void'.
(edit) @48520772   14 years rsbultje swscale: use av_clip_uint8() in yuv2yuv1_c().
(edit) @0f4eb8b0   14 years rsbultje swscale: remove VOF/VOFW.
(edit) @b4a224c5   14 years rsbultje swscale: split chroma buffers into separate U/V planes. Preparatory …
(edit) @69645c02   14 years rsbultje swscale: replace formatConvBuffer[VOF] by allocated array. This …
(edit) @522d65ba   14 years rsbultje rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. Many …
(edit) @836b82e3   14 years rsbultje swscale: reindent h[cy]scale_fast() and updateDitherTables().
(edit) @e2bad983   14 years rsbultje swscale: reformat x86/swscale_template.c. Interleave macros and code …
(edit) @71d9c33c   14 years rsbultje swscale: remove duplicate mmx/mmx2 functions if they are identical.
(edit) @acb96bc   14 years rsbultje swscale: remove if (c->dstFormat) branch from yuv2packed[12X](). This …
(edit) @b6cac9b3   14 years rsbultje swscale: remove if(full_chr_int) from yuv2packed1(). If that flag is …
(edit) @2159a245   14 years rsbultje swscale: remove if(accurate_rnd) branch from functions.
(edit) @db3262b7   14 years siretart ffserver: Fix a null pointer dereference as a result of the …
(edit) @2341c97e   14 years anton libdc1394: fix compilation. Add a forgotten comma and move …
(edit) @c7a973e4   14 years anton swscale: revive SWS_CPU_CAPS until next major bump.
(edit) @00931991   14 years diego swscale: Remove commented-out printf cruft.
(edit) @478455d6   14 years justin.ruggles ac3enc: initialize all coefficients to zero. Uninitialized …
(edit) @a2ee2843   14 years diego doc: create separate section for audio encoders Having a separate …
(edit) @6f7a280e   14 years diego swscale: Remove orphaned, commented-out function declaration.
(edit) @7dc303a6   14 years diego swscale: Eliminate rgb24toyv12_c() duplication. Signed-off-by: …
(edit) @8c51620f   14 years alex.converse Remove h263_msmpeg4 from MpegEncContext. It was long ago superseded …
(edit) @19a686b8   14 years alex.converse APIchanges: Fill in git hash for fps_probe_size (30315a8)
(edit) @30315a8d   14 years alex.converse avformat: Add fpsprobesize as an AVOption.
(edit) @80068da3   14 years martin avoptions: Return explicitly NAN or {0,0} if the option isn't found …
(edit) @48b1fb13   14 years martin rtmp: Reindent Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @271c869c   14 years martin rtmp: Don't try to do av_malloc(0) Some received packets can have …
(edit) @67540af7   14 years anton tty: replace AVFormatParameters.sample_rate abuse with a private option.
(edit) @656566d7   14 years anton Fix end time of last chapter in compute_chapters_end Parenthesis are …
(edit) @2cf8355f   14 years anton ffmpeg: get rid of useless AVInputStream.nb_streams. It's a duplicate …
(edit) @07633154   14 years anton ffmpeg: simplify managing input files and streams Grow the file and …
(edit) @d2bc4da1   14 years anton ffmpeg: purge redundant AVInputStream.index. AVStream.index stores …
(edit) @d20576d0   14 years anton lavf: deprecate AVFormatParameters.channel.
(edit) @79405e57   14 years anton libdc1394: add a private option for channel.
(edit) @986f4f49   14 years anton dv1394: add a private option for channel.
(edit) @3d2a4186   14 years anton v4l2: reindent.
(edit) @a02fd06a   14 years anton v4l2: add a private option for channel.
(edit) @fc68a8f7   14 years anton lavf: deprecate AVFormatParameters.standard.
(edit) @b3da2692   14 years anton v4l2: add a private option for video standard.
(edit) @a861ffef   14 years anton v4l: add a private option for video standard.
(edit) @eb040dbb   14 years anton dv1394: add a private option for video standard.
(edit) @e199eb44   14 years anton bktr: add a private option for video standard.
(edit) @bffd4dd1   14 years anton lavf: deprecate AVFormatParameters.{channels,sample_rate}.
(edit) @5b3865fc   14 years anton rawdec: add sample_rate/channels private options.
(edit) @2ea8faf3   14 years anton ALSA: add channels and sample_rate private options.
(edit) @003e63b6   14 years anton oss: add channels and sample_rate private options.
(edit) @a1a15a99   14 years anton sndio: add channels and sample_rate private options.
(edit) @fb37d573   14 years anton lavf: deprecate AVFormatParameters.mpeg2ts_raw. It doesn't do …
(edit) @17a5556d   14 years anton mpegts: add compute_pcr option. Deprecate the corresponding …
(edit) @5dc82144   14 years anton lavf: add priv_class field to AVInputFormat.
(edit) @9bbd6a4c   14 years mans configure: enable memalign_hack automatically when needed …
(edit) @a724ee62   14 years rsbultje swscale: unbreak the build on non-x86 systems.
(edit) @1bb0f0c9   14 years rsbultje swscale: remove if(bitexact) branch from functions. Instead, only set …
(edit) @566b5fbb   14 years rsbultje swscale: remove if(canMMX2BeUsed) conditional. Instead, set function …
(edit) @aaca69c   14 years rsbultje swscale: remove swScale_{c,MMX,MMX2} duplication.
(edit) @c4fd283a   14 years rsbultje swscale: use emms_c().
(edit) @e9735572   14 years rsbultje Move emms_c() from libavcodec to libavutil.
(edit) @7ca5338   14 years diego tiff: set palette in the context when specified in TIFF_PAL tag Since …
(edit) @4515f9b5   14 years anton rtsp: use strtoul to parse rtptime and seq values. strtol could …
(edit) @d980d7b1   14 years anton pgssubdec: fix incorrect colors. On Blu-ray colors are stored in the …
(edit) @676eaf84   14 years anton dvdsubdec: fix incorrect colors. On DVD and HD-DVD colors are stored …
(edit) @ab088f7d   14 years anton ape: Allow demuxing of files with metadata tags. Signed-off-by: Anton …
(edit) @b9eb2136   14 years rsbultje swscale: remove dead macro WRITEBGR24OLD.
(edit) @1dd4f4be   14 years rsbultje swscale: remove AMD3DNOW "optimizations". The functions are identical …
(edit) @fe43d5d7   14 years rsbultje swscale: remove duplicate code in ppc/ subdirectory.
(edit) @11ffefef   14 years rsbultje swscale: remove duplicated x86/ functions.
(edit) @e66149e7   14 years rsbultje swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
(edit) @75abcdb3   14 years anton vsrc_buffer.h: add file doxy Signed-off-by: Stefano Sabatini …
(edit) @f7053dc4   14 years anton vsrc_buffer: tweak error message in init() Change: Expected 7 …
(edit) @b2893ee2   14 years anton msmpeg4: reindent.
(edit) @57aa7659   14 years anton lavc: remove msmpeg4v1 encoder. The encoder has never produced files …
(edit) @7f3a7b5c   14 years siretart ac3enc: add channel coupling support Channel coupling is an optional …
(edit) @a7a187a1   14 years diego configure: Add -USTRICT_ANSI to CPPFLAGS on Cygwin and DOS. In …
(edit) @cef7d701   14 years justin.ruggles aacdec: fix typo in scalefactor clipping check
(edit) @b51021da   14 years rsbultje fate: fix fate-h264-conformance-frext-pph10i4-panasonic-a crcs. The …
(edit) @84580749   14 years rsbultje fate: update 9/10bit refs.
(edit) @b47904d1   14 years diego h264: Properly set coded_{width, height} when parsing H.264. …
(edit) @a10fb790   14 years diego x86 asm: Add SECTION_TEXT to dct32_sse.asm. This fixes the following …
Note: See TracRevisionLog for help on using the revision log.