source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1f91cdce   16 years ramiro.polla Use posix_memalign() if available. Originally committed as revision …
(edit) @218a6022   16 years diego Only #include svq3.c if the SVQ3 decoder is enabled. Originally …
(edit) @ed09249c   16 years diego The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. …
(edit) @158b3912   16 years robert.swain Support ADTS AAC files in the ffaac decoder (limited to streams …
(edit) @600a331   16 years michaelni Inject NULL packets into the video packet que at EOF to force all …
(edit) @9f06bd9e   16 years michaelni Do not try to duplicate packets that have data==NULL. Originally …
(edit) @1b9bbf86   16 years michaelni Document the need of buf=NULL buf_size=0 at the end to obtain all …
(edit) @0d9efa2   16 years diego Add missing headers to allow 'make checkheaders' to pass. Originally …
(edit) @25bd48bd   16 years diego Use <> instead of "" for system headers. Originally committed as …
(edit) @11d6f38c   16 years robert.swain Factorise enum of AC3 error types to be usable by AAC in the ADTS …
(edit) @4b82e3ce   16 years robert.swain Add some lossless h.264 encoding presets as suggested by Jason …
(edit) @986a5e91   16 years robert.swain Add a slow first pass preset Originally committed as revision 16477 …
(edit) @ef41406   16 years robert.swain Be consistent and use b-frames throughout the presets to avoid …
(edit) @6e5f27c   16 years rsbultje Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed …
(edit) @199a8aa9   16 years robert.swain Change direct prediction for fast first pass to automatic as all other …
(edit) @70d4b8ce   16 years rsbultje Fix doxy comments missing one '*'. Originally committed as revision …
(edit) @7a86bafa   16 years rsbultje Use the "server" RTSP field to detect whether the server that we're …
(edit) @74272b1c   16 years rsbultje Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows …
(edit) @b0d75d60   16 years rsbultje Don't use s->pb if a local ByteIOContext was already provided by the …
(edit) @572c6a38   16 years rsbultje Allow subscription to any of the streams, not just the first, …
(edit) @7c68a177   16 years rsbultje Parse the OpaqueData field for every AVStream represented by this "set …
(edit) @530bca94   16 years rsbultje Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to …
(edit) @3ca45429   16 years rsbultje Parse the ASMRuleBook SDP line to dynamically create one new AVStream …
(edit) @b06688ff   16 years gpoirier Add AltiVec versions of h264_idct_add(8|16|16intra), allowing to …
(edit) @e7b987dc   16 years lucabe72 Remove the frame rate from struct video_data, and allow using a …
(edit) @b6e736a1   16 years ramiro.polla Don't prefix yasm with cross prefix. Patch by Michael Kostylev <mik at …
(edit) @8b6871ed   16 years diego Disable SVQ3 checks if SVQ3 support is not compiled in. Originally …
(edit) @11e6d03a   16 years diego alphabetical ordering cosmetics Originally committed as revision …
(edit) @3a8e375a   16 years diego Remove inappropriate const qualifier from function argument, fixes the …
(edit) @4929c63   16 years gpoirier Add Altivec version of vector_fmul_window. Patch by David Conrad …
(edit) @8b2bc85f   16 years gpoirier add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) Patch …
(edit) @094d9df7   16 years Aurélien Jacobs free all allocated metadata structures Originally committed as …
(edit) @16cda153   16 years Aurélien Jacobs ensure that no GPL code is linked to LGPL only libavcodec Originally …
(edit) @448ecb68   16 years Carl Eugen Hoyos Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). Originally …
(edit) @ec005276   16 years diego cosmetics: alphabetical order Originally committed as revision 16454 …
(edit) @93c69a94   16 years Carl Eugen Hoyos Factorise setting of avctx->pix_fmt. Originally committed as revision …
(edit) @7cfe7d77   16 years Aurélien Jacobs ignore year=0 and track=0 Originally committed as revision 16452 to …
(edit) @aa9a9b7a   16 years gpoirier Fix float_to_int16_altivec prototype to match float_to_int16's in …
(edit) @62865344   16 years gpoirier fix compilation with GCC-4.3+ patch by David Conrad + fix by myself …
(edit) @54b9095   16 years gpoirier offset and weights are signed, fixes some non-bitexact issues. Patch …
(edit) @373745ae   16 years Carl Eugen Hoyos 1l: Forgot to rename header guard. Originally committed as revision …
(edit) @176aee82   16 years Aurélien Jacobs Add a metadata compatibility layer, so that when a user application …
(edit) @e232c252   16 years Aurélien Jacobs add a typedef for AVMetadata Originally committed as revision 16446 …
(edit) @272081b0   16 years Carl Eugen Hoyos Export VDPAU support by installing vdpau.h. Originally committed as …
(edit) @8423186   16 years Carl Eugen Hoyos Rename vdpau_render.h as vdpau.h. Originally committed as revision …
(edit) @df7fb435   16 years gpoirier add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) …
(edit) @c663cb0d   16 years gpoirier AltiVec version of h264_idct(8)_dc_add Patch by David Conrad %lessen42 …
(edit) @52e57500   16 years diego Revert deprecation of AVFrac structure. Attempts to replace AVFrac …
(edit) @e193c74e   16 years diego Add -DEXTENSIONS to CFLAGS on Solaris to make ip_mreq visible. …
(edit) @5d9c0615   16 years Carl Eugen Hoyos Ministry of English Composition treatment: s/Alloced/Allocated …
(edit) @6d8b21f3   16 years Roman R. additional recovery for the badly broken streams Originally committed …
(edit) @91d553c3   16 years Carl Eugen Hoyos Remove leading underscore from union declaration. Originally …
(edit) @c47d146b   16 years diego Add missing 'void' keyword to parameterless function declarations. …
(edit) @5fd9c8b   16 years diego spelling/grammar and whitespace cosmetics Originally committed as …
(edit) @26ef65da   16 years Carl Eugen Hoyos 50l: Reenable error resilience for H264 (Patch by Dark Shikari). …
(edit) @f2c214a1   16 years Carl Eugen Hoyos Cosmetics: Fix indentation. Originally committed as revision 16433 to …
(edit) @e731b5c3   16 years Carl Eugen Hoyos 100l: Add a deleted '{'. Originally committed as revision 16432 to …
(edit) @369122d   16 years Carl Eugen Hoyos Add VDPAU hardware accelerated decoding for H264 which can be used by …
(edit) @bc1d2afb   16 years Aurélien Jacobs rename AVMetaData to AVMetadata and meta_data to metadata Originally …
(edit) @27cb5cbc   16 years Carl Eugen Hoyos Fix small errors in configure --help's output. Originally committed …
(edit) @f526adaf   16 years Aurélien Jacobs add metadata in AVStream, AVProgram and AVChapter Originally …
(edit) @ea29242c   16 years mike Ministry of English Composition treatment for the new metadata API …
(edit) @06a7bd9   16 years michaelni 10l format include path for metadata.h Originally committed as …
(edit) @a6d18a0e   16 years michaelni Move metadata API from avcodec to avformat. Originally committed as …
(edit) @47146dfb   16 years michaelni Generic metadata API. avi is updated as example. No version bump, the …
(edit) @045cbba9   16 years Aurélien Jacobs cosmetic: indent Originally committed as revision 16423 to …
(edit) @d8bd113e   16 years Aurélien Jacobs add a termination condition Originally committed as revision 16422 to …
(edit) @853a9753   16 years michaelni If we find a VBR tag at the beginning of the file don't attempt to …
(edit) @1ca9133f   16 years stefano.sabatini-lala Drop the deprecated parse_image_size() and parse_frame_rate() …
(edit) @21ff7689   16 years Carl Eugen Hoyos Use H264 MMX chroma functions to accelerate RV40 decoding. Patch by …
(edit) @1104a26a   16 years michaelni Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes. Originally …
(edit) @f656106f   16 years michaelni Add type, text and ass to AVSubtitleRect. Originally committed as …
(edit) @25b4c651   16 years michaelni Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. …
(edit) @ebc466bb   16 years michaelni Replace some fixed width variable from AVSubtitle* by normal int. …
(edit) @052571e7   16 years michaelni Forgot to update (I likely missed it due to its similar name to …
(edit) @2e94fb5d   16 years michaelni Future doxy for a few fields of AVSubtitleRect. Originally committed …
(edit) @db4fac6   16 years michaelni Change AVSubtitle.rects to an array of pointers so ABI does not break …
(edit) @7cf9c6ae   16 years michaelni Display subtitles within the display area. Fixes …
(edit) @c66216ed   16 years michaelni Add enum AVSubtitleType Originally committed as revision 16410 to …
(edit) @37fed100   16 years darkshikari Add x264 SSE2 iDCT functions to H.264 decoder. Originally committed …
(edit) @c96da3ed   16 years diego Avoid POSIX-reserved _t namespace. Originally committed as revision …
(edit) @0f0b707f   16 years diego Avoid POSIX-reserved _t namespace. Originally committed as revision …
(edit) @e329b6e   16 years stefano.sabatini-lala Bump year number. Originally committed as revision 16406 to …
(edit) @9ce95f27   16 years stefano.sabatini-lala Cosmetics: break line to make it not longer than 80 chars. Originally …
(edit) @ce0453a   16 years michaelni 10l set AVPacket.size to the true size of the returned data instead of …
(edit) @188e67ea   16 years michaelni Fix indention which was off by 1 space. Originally committed as …
(edit) @0b4ff0c9   16 years michaelni Replace buffer by AVPacket and avoid a memcpy() for video when the …
(edit) @fce48f5b   16 years michaelni Merge videobuf and audiobuf. Originally committed as revision 16401 …
(edit) @f48d5457   16 years michaelni Simplify the top of rm_assemble_video_frame(). Originally committed …
(edit) @e45673cb   16 years michaelni Add a few error checks to rm_assemble_video_frame() Originally …
(edit) @51d6852f   16 years michaelni All non zero returns of rm_assemble_video_frame() are errors, check …
(edit) @aed46465   16 years Carl Eugen Hoyos Silence two icc warnings: /home/melanson/fate/source/ffserver.c(4349): …
(edit) @9d705050   16 years benoit.fouet Add my GnuPG fingerprint. Originally committed as revision 16396 to …
(edit) @172a39d1   16 years mans ARM: work around linker bug with movw/movt relocations in shared libs …
(edit) @2e35e684   16 years mans Make shared/static full CONFIG options Originally committed as …
(edit) @ab5cb084   16 years mans configure: check for ARMv6T2 support Originally committed as revision …
(edit) @77e2249   16 years mans ARM: rename coefficient table in NEON IDCT Originally committed as …
(edit) @27513162   16 years Reynaldo H. Verdejo Pinochet Remove duplicated dot product code. Use dsputil's scalarproduct …
(edit) @0a11fc82   16 years Reimar.Doeffinger My gpg key fingerprint. Originally committed as revision 16390 to …
(edit) @6c8f2def   16 years Reynaldo H. Verdejo Pinochet COSMETICS. Write my full name instead. Originally committed as …
Note: See TracRevisionLog for help on using the revision log.