source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dd990075   16 years michaelni 100l forgot return type. Originally committed as revision 15539 to …
(edit) @2791c608   16 years michaelni Fix indention of NAL type enum. Originally committed as revision …
(edit) @3ee4f5e4   16 years michaelni ff_parse_close() is not the correct function for H264Context. …
(edit) @f06188d5   16 years baptiste.coudurier set sample rate for amr to allow stream copy since no decoder is …
(edit) @1a27fb0   16 years diego FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo. …
(edit) @44ee6135   16 years michaelni Move nal unit types enum and EXTENDED_SAR #define from h264data.h to …
(edit) @bc5c918e   16 years diego Remove offset_t typedef and use int64_t directly instead. The name …
(edit) @0c45cd07   16 years diego Stop Sun Studio from issuing a warning during configure when passed …
(edit) @b1cb73aa   16 years diego Make sure strcasecmp() is declared. On recent glibc versions strings.h …
(edit) @b37b1306   16 years Aurélien Jacobs atrac3dec: cosmetics: indentation Originally committed as revision …
(edit) @c58e8bd3   16 years Aurélien Jacobs matroskadec: cosmetics: indentation Originally committed as revision …
(edit) @21a115d1   16 years Aurélien Jacobs matroskadec: don't merge packets which have no timestamp Originally …
(edit) @72ab9d7f   16 years gpoirier Use typeof instead of GCC-specific typeof keyword. The typeof …
(edit) @9aa1cfec   16 years gpoirier fix warning reported by Intel C compiler: …
(edit) @2d5174fc   16 years gpoirier Intel C compiler warns on this assignment in this if(), probably …
(edit) @d3b9e7f1   16 years gpoirier Remove duplicate "const" qualifier for *matrix. This silences out a …
(edit) @a5d24133   16 years gpoirier x264 has removed the b-rdo and bime options, and instead integrated …
(edit) @3defa81f   16 years ramiro.polla MinGW runtime 3.15 has a wrapper for usleep(). Originally committed …
(edit) @126cadc7   16 years ramiro.polla Specify minimum version for some MinGW packages. Originally committed …
(edit) @14660b08   16 years Reimar.Doeffinger Use M_PI from libavutil/mathematics.h instead of defining PI ourselves …
(edit) @1999831   16 years Reimar.Doeffinger Make 8svx codec context table pointer const to match the type of the …
(edit) @910f02a0   16 years diego spelling cosmetics Originally committed as revision 15518 to …
(edit) @fb65d2c   16 years benoit.fouet Use enum typers instead of int. Patch by Diego 'Flameeyes' Pettenò: …
(edit) @529dae12   16 years Reimar.Doeffinger Remove useless cyuv_decode_end function Originally committed as …
(edit) @9b5ede5   16 years Reimar.Doeffinger Add (additional) const to many global tables. Originally committed as …
(edit) @6dbfb7d   16 years Reimar.Doeffinger Use "static const" instead of "const static" Originally committed as …
(edit) @f974f1fa   16 years diego cosmetics: Change comment style for consistency. Originally committed …
(edit) @949906ea   16 years diego Update copyright years. Originally committed as revision 15512 to …
(edit) @31e647f8   16 years diego Globally set LC_ALL=C to prevent locale issues from breaking tests. …
(edit) @2c4b4829   16 years benoit.fouet Rename some variables and add some comments to try to be a bit more …
(edit) @aaa0df0   16 years Carl Eugen Hoyos Allow using DECLARE_ALIGNED with Sun cc. Originally committed as …
(edit) @8d2fc163   16 years Carl Eugen Hoyos Rename copy_picture to ff_copy_picture. Originally committed as …
(edit) @c8562a6f   16 years Carl Eugen Hoyos Fix memleak for currupt input. Originally committed as revision 15507 …
(edit) @0be4b8d9   16 years baptiste.coudurier cosmetics, remove useless spaces Originally committed as revision …
(edit) @1ae4518d   16 years lessen42 Cosmetics: reindent Originally committed as revision 15505 to …
(edit) @10f38380   16 years lessen42 Unneeded else Originally committed as revision 15504 to …
(edit) @6599e2a7   16 years lessen42 Unneeded braces Originally committed as revision 15503 to …
(edit) @6298f49f   16 years lessen42 Return if unpacking motion vectors for a keyframe Originally …
(edit) @a0ce2d1b   16 years lessen42 Cosmetics: indentation Originally committed as revision 15501 to …
(edit) @277e3e53   16 years lessen42 Visible width/height fields were added in Theora 3.2 Originally …
(edit) @51ace577   16 years lessen42 filter_limit_values only needs 7 bits, make its tables smaller …
(edit) @b07e52a9   16 years benoit.fouet Fix indentation. Originally committed as revision 15498 to …
(edit) @3ff2a062   16 years rsbultje Use parse_packet vfunc in RTPDynamicProtocolHandler instead of …
(edit) @985b05d3   16 years rsbultje This patch refactors RDT packet header parsing so that it can be used …
(edit) @5fbec791   16 years benoit.fouet Remove useless context variable. Originally committed as revision …
(edit) @96320336   16 years benoit.fouet Merge declaration and assignment. Originally committed as revision …
(edit) @9d2b5cf2   16 years benoit.fouet Interleaved forward/backward channels processing in order to increase …
(edit) @ba31df31   16 years lessen42 Cosmetics: indentation Originally committed as revision 15492 to …
(edit) @fc961819   16 years lessen42 Merge (vp3|theora)_calculate_pixel_addresses Originally committed as …
(edit) @6920b983   16 years lessen42 Missed hunks of last commit Originally committed as revision 15490 to …
(edit) @33aae37e   16 years lessen42 Remove unused vp3 debugging info Originally committed as revision …
(edit) @21899717   16 years benoit.fouet Move iv_decode_frame function to remove a forward declaration. …
(edit) @950c0373   16 years benoit.fouet Remove useless lines. Originally committed as revision 15487 to …
(edit) @6f427ccb   16 years benoit.fouet Reindent whole file. Originally committed as revision 15486 to …
(edit) @f5f1e97f   16 years rsbultje Reindent after previous patches. Originally committed as revision …
(edit) @119b4668   16 years rsbultje Implement a RTSPTransport field, which allows proper separation of …
(edit) @ab63fb0   16 years rsbultje Remove access to rdt_data struct in functions called outside of the …
(edit) @eee2cbff   16 years rsbultje Send improper UDP SETUP request, which is what Realmedia servers …
(edit) @90abbdba   16 years rsbultje Rename RTSPProtocol to RTSPLowerTransport, so that its name properly …
(edit) @e1a96237   16 years benoit.fouet Indent. Originally committed as revision 15480 to …
(edit) @f8be1206   16 years benoit.fouet Simplify iv_free_func(). Originally committed as revision 15479 to …
(edit) @ffc64ac0   16 years benoit.fouet Move allocated buffer out of YUV buffer structure. Originally …
(edit) @c2db8a99   16 years benoit.fouet Remove useless initializations. Originally committed as revision …
(edit) @8b27f76   16 years benoit.fouet Check allocations on init. Originally committed as revision 15476 to …
(edit) @809a23a   16 years benoit.fouet Remove useless test. Originally committed as revision 15475 to …
(edit) @56d9b94   16 years benoit.fouet Cosmetics Originally committed as revision 15474 to …
(edit) @68e9c68f   16 years benoit.fouet use uint8_t instead of unsigned char Originally committed as revision …
(edit) @e679560d   16 years benoit.fouet Corrector type fits in 8 bits. Originally committed as revision 15472 …
(edit) @2c3c87b8   16 years benoit.fouet Remove useless casts and use variable instead of its type in sizeof. …
(edit) @9fd88b29   16 years benoit.fouet Change table types to uint8_t Originally committed as revision 15470 …
(edit) @12ce1f3f   16 years lessen42 Downgrade severity of leftover bits in header packets, and don't check …
(edit) @0c5f76f7   16 years baptiste.coudurier support negative ctts in some way, unset wrong dts Originally …
(edit) @ae4ffe9f   16 years michaelni Allocate 1 line more in the chroma plane for H.264, this avoids some …
(edit) @503bc40   16 years michaelni Replace second (and wrong) call to avcodec_align_dimensions() by …
(edit) @8c07cee   16 years michaelni Do not attempt to perform error concealment in lowres mode as this is …
(edit) @15ae1959   16 years Aurélien Jacobs atrac3: ensure input frame is not overwritten (it is const) this fixes …
(edit) @068e82ba   16 years lessen42 Use skip_frame for keyframe-only decoding rather than #ifdef …
(edit) @bf615b89   16 years Carl Eugen Hoyos Fix a warning about an undefined function when compiling h264.c …
(edit) @dc771f6b   16 years diego Remove some format string warnings. patch by Diego Pettenò, flameeyes …
(edit) @d0feff2a   16 years diego Uniformly define _XOPEN_SOURCE to 600. The feature_tests.h header from …
(edit) @c44c4e18   16 years diego cosmetics: Consistently use #ifdef in preprocessor directives. …
(edit) @92ca9105   16 years diego Remove unused function fast_memcpy. Originally committed as revision …
(edit) @ed2164f3   16 years diego cosmetics: indentation Originally committed as revision 27672 to …
(edit) @8335a9f0   16 years michaelni Revert mistakely commited hunk. Originally committed as revision …
(edit) @0473e31f   16 years michaelni Print all cases that are tested, not just the ones that are bad. …
(edit) @f830d824   16 years michaelni Fix infinite loop with spline, bug was introduced in r27612 by me. …
(edit) @1d44d365   16 years Aurélien Jacobs fix -uninstalled.pc includedir for out-of-tree builds patch by Diego …
(edit) @143df827   16 years Aurélien Jacobs set video_enc->sample_aspect_ratio to fix stream copy patch by Wolfram …
(edit) @ed16f91f   16 years michaelni Guess picture type from picture coding extension when the main header …
(edit) @d5e34dcb   16 years Aurélien Jacobs matroskadec: merge ASS events which share the same pts in the same …
(edit) @3df2be9f   16 years Aurélien Jacobs matroskadec: ass events lines must end with a DOS style EOL …
(edit) @1bb4a1a   16 years Aurélien Jacobs matroskadec: set duration only for CODEC_ID_TEXT subtitles Originally …
(edit) @e7d4b743   16 years Aurélien Jacobs matroskadec: pass duration as parameter of matroska_fix_ass_packet() …
(edit) @e43d7a18   16 years michaelni AVOptions support for ffplay. Originally committed as revision 15451 …
(edit) @85663ef3   16 years michaelni Move opt_default() and set_context_opts() to cmdutils so it can be …
(edit) @df1a4b11   16 years michaelni Rename opt_default() so it will not conflict with the one from …
(edit) @30ab4ded   16 years stefano.sabatini-lala Document the directpred auto value. Patch by Francesco Cosoleto …
(edit) @b235dbb   16 years stefano.sabatini-lala Substitute the not anymore supported "me" option name with "me_method" …
(edit) @9e44998c   16 years robert.swain Make myself maintainer of the preset files Originally committed as …
(edit) @d2845b75   16 years stefano.sabatini-lala Implement the force_fps option, which disables the automatic selection …
Note: See TracRevisionLog for help on using the revision log.