source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @877519f5   18 years baptiste.coudurier actually return bytes read Originally committed as revision 8502 to …
(edit) @7a28b771   18 years baptiste.coudurier add some length checks Originally committed as revision 8501 to …
(edit) @5f7ab90a   18 years baptiste.coudurier simplify Originally committed as revision 8500 to …
(edit) @93e9114   18 years baptiste.coudurier fix indentation Originally committed as revision 8499 to …
(edit) @36376fa3   18 years baptiste.coudurier break if eob is reached to avoid reading one too much byte Originally …
(edit) @ccba88d7   18 years baptiste.coudurier cosmectics, mov -> mp4 Originally committed as revision 8497 to …
(edit) @295b7dc3   18 years baptiste.coudurier sort Originally committed as revision 8496 to …
(edit) @2b4162f0   18 years baptiste.coudurier add some codec object type ids Originally committed as revision 8495 …
(edit) @b41899c6   18 years baptiste.coudurier prefer MP3 id as mentioned in avcodec.h line 210 Originally committed …
(edit) @7555d2e6   18 years baptiste.coudurier add specifications reference comments Originally committed as …
(edit) @e2f3d947   18 years mans Fix H.264 8x8 transform selection It seems that it's opt parse bug, …
(edit) @199c6e3c   18 years michaelni md5 test for the image formats Originally committed as revision 8491 …
(edit) @1e358f03   18 years michaelni bmp and tga image regression test Originally committed as revision …
(edit) @1c87ed3a   18 years michaelni 1000000l for me ive misstakely reverted the regression checksum change …
(edit) @c9fdab0d   18 years revol Some more BeOS cleanup: check for arpa/inet.h; declare the prototype …
(edit) @56cc4266   18 years mans iwmmxt ffmpeg code does not implement …
(edit) @8ec04d34   18 years michaelni set more reasonable cutoff for audio rate conversion Originally …
(edit) @4ba67eee   18 years michaelni update resgression tests after the resampler changes Originally …
(edit) @47bbf8a7   18 years michaelni clarify codec_tag Originally committed as revision 8484 to …
(edit) @89cff671   18 years michaelni clarify sub_id Originally committed as revision 8483 to …
(edit) @7e068841   18 years michaelni replace long double in the audiophile kiddy mode with doubles, its …
(edit) @d6fead90   18 years michaelni change high precision mode to 30 bits again after making the code less …
(edit) @303bd95   18 years michaelni optimize linear filter coeff interpolation code, this also makes the …
(edit) @d971a5f   18 years justin.ruggles cosmetics. align and condense. Originally committed as revision 8479 …
(edit) @319708da   18 years justin.ruggles simplify Originally committed as revision 8478 to …
(edit) @bbd16dea   18 years justin.ruggles utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% …
(edit) @447caf79   18 years michaelni revert r8469 (increase bits for non default highprecision mode) it …
(edit) @55fc0eb1   18 years michaelni AUDIOPHILE_KIDDY_MODE Originally committed as revision 8475 to …
(edit) @50df67d3   18 years michaelni optimize bessel function instead of trusting gcc to do trivial …
(edit) @14f887e   18 years michaelni select more sensible default windows (= attenuation beyond the dynamic …
(edit) @20cf58c   18 years michaelni make kaiser windows with other beta than 16 available Originally …
(edit) @f88e7c8   18 years mans enable iwmmxt support, removing mm_support() stub patch by Tim Chick, …
(edit) @c252b26d   18 years michaelni make high precision mode accessible at compile time Originally …
(edit) @ca6940f8   18 years michaelni increase bits for non default highprecision mode Originally committed …
(edit) @ae232dd7   18 years michaelni code for testing the accuracy of the resampler Originally committed …
(edit) @66a148a1   18 years michaelni remove dithering of filter coefficients, improves precision by 1-2 …
(edit) @8076609a   18 years diego The NSV demuxer assumes that a video frame's timestamp increases by …
(edit) @df7625ed   18 years diego av_estimate_timings_from_pts() flushes the packet queue but doesn't …
(edit) @e14f79ed   18 years baptiste.coudurier cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame …
(edit) @638fd2fc   18 years baptiste.coudurier cosmetics Originally committed as revision 8463 to …
(edit) @2d2432b7   18 years baptiste.coudurier set audio frame size based on stts Originally committed as revision …
(edit) @4278662d   18 years baptiste.coudurier treat frame_size > 1 as compressed audio Originally committed as …
(edit) @c72e05ba   18 years kostya.shishkov Smacker Audio stereo fix Originally committed as revision 8460 to …
(edit) @5d171758   18 years michaelni update links to old probably obsolete bttv patches Originally …
(edit) @afe28f7c   18 years michaelni link to ffv1, msmpeg4, asv1, 4xm docs Originally committed as …
(edit) @04704a78   18 years michaelni libav* headers for pascal Originally committed as revision 8457 to …
(edit) @058ee0cf   18 years banan Small simplifications to subband coefficient handling and use …
(edit) @0ec4bc6   18 years lorenm oops, encoder was under ifdef decoders. Originally committed as …
(edit) @028d6f3e   18 years michaelni revert r8428, the check was not that useless should fix constant pts=0 …
(edit) @1424a507   18 years justin.ruggles add myself as AC-3 maintainer Originally committed as revision 8453 …
(edit) @a843d1f   18 years michaelni i think this is more correct Originally committed as revision 8452 to …
(edit) @b314cfe7   18 years kostya.shishkov Correctly handle data_size on decoding Originally committed as …
(edit) @b5a05cc2   18 years justin.ruggles fix handling of special case for lowest snroffset. regressions are …
(edit) @8a0cdea1   18 years baptiste.coudurier 10l, fix debug, dprintf does not have log level Originally committed …
(edit) @bd03c380   18 years lu_zero expose av_base64_decode and av_base64_encode Originally committed as …
(edit) @559fd1e7   18 years gpoirier fix end-of-file detection At the end of a nut file, the check for …
(edit) @c06136e   18 years baptiste.coudurier add dnxhd fourcc Originally committed as revision 8446 to …
(edit) @52b6bad2   18 years baptiste.coudurier dnxhd decoder Originally committed as revision 8445 to …
(edit) @4140a523   18 years justin.ruggles AC-3 encoded volume is too high. Revert revision 7160: bring AC3 …
(edit) @d7645fb9   18 years mans fix init_vlc() with nonzero flags Originally committed as revision …
(edit) @575bf46f   18 years justin.ruggles split ac3_parametric_bit_allocation into 3 separate functions …
(edit) @f8b9830   18 years justin.ruggles improve ac3_probe by counting consecutive frames Originally committed …
(edit) @9a44385e   18 years kostya.shishkov Zero MV vectors for P frame intra blocks Originally committed as …
(edit) @edf97a75   18 years michaelni fix full range (jpeg yuv) chroma Originally committed as revision …
(edit) @d2bfaf8a   18 years lorenm huffyuv rgb encoder Originally committed as revision 8439 to …
(edit) @642d4a1a   18 years Reimar.Doeffinger Remove parameter unused in format string. Patch by Diego Petten …
(edit) @7c971233   18 years kostya.shishkov indentation Originally committed as revision 8437 to …
(edit) @ab475795   18 years kostya.shishkov Proper handling of motion vectors for adv. profile Originally …
(edit) @495529f7   18 years justin.ruggles hardcode ff_ac3_frame_sizes table Originally committed as revision …
(edit) @92964be8   18 years diego Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. …
(edit) @bc4efe42   18 years michaelni remove incorrect special case for audio Originally committed as …
(edit) @7e4baa66   18 years michaelni fix indention Originally committed as revision 8432 to …
(edit) @d9e1efb7   18 years michaelni reorder pts into dts support Originally committed as revision 8431 to …
(edit) @e8952fa5   18 years diego Move the encoding of the image data to its own function. patch by …
(edit) @552cf712   18 years diego Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. …
(edit) @a7f7965   18 years michaelni remove useless if() Originally committed as revision 8428 to …
(edit) @14eb3345   18 years michaelni simplify Originally committed as revision 8427 to …
(edit) @41c8a56a   18 years michaelni simplify Originally committed as revision 8426 to …
(edit) @e25f9731   18 years michaelni remove silly video check, theres nothing video specific in there …
(edit) @befe3b05   18 years michaelni add a delay variable to hold the timestamp buffer size set cur_dts …
(edit) @741887c   18 years michaelni remove special case for h.264 whatever this was supposed to do its not …
(edit) @7fc98937   18 years baptiste.coudurier add fps stats, patch by Limin Wang <lance lmwang at gmail com> …
(edit) @620e8baf   18 years michaelni fix indention Originally committed as revision 8421 to …
(edit) @5885dda4   18 years gpoirier force 16-bytes alignement of block array, as needed by the …
(edit) @5039185a   18 years michaelni support reordering pts in the decoder (this might be equivalent to …
(edit) @262e2bee   18 years Aurélien Jacobs disable pts reordering code and initialize a parser instead …
(edit) @baab2957   18 years banan subband_coef_noise -> subband_coef_sign Cosmetics patch by Ian …
(edit) @8b5f8e18   18 years michaelni remove secure password delivery requirement after complaint by the SVN …
(edit) @ce10ff8e   18 years diego misc wording/spelling fixes Originally committed as revision 8415 to …
(edit) @a7a11315   18 years michaelni gpg and passwords rule Originally committed as revision 8414 to …
(edit) @0541f2c4   18 years michaelni add rule to keep disscussion on the public mailinglist (stolen from …
(edit) @981990db   18 years michaelni patches should be split into incremental changes if possible add patch …
(edit) @2c0c00cb   18 years gpoirier Targa (.tga) encoder, patch by Bobby Bingham % uhmmmm A gmail P com % …
(edit) @65d0bea   18 years michaelni add a entry to the policy about fixing warnings (i think this is …
(edit) @f5f11d71   18 years michaelni Patch review process Originally committed as revision 8409 to …
(edit) @7ca6cc09   18 years michaelni 10l for myself, fixing --disable-encoders Originally committed as …
(edit) @ad73e79c   18 years michaelni 160 bytes smaller object file, ask gcc devels why Originally …
(edit) @f1505ce3   18 years michaelni explain where the T table comes from Originally committed as revision …
(edit) @33a0dd37   18 years kostya.shishkov DXA demuxer and decoder Originally committed as revision 8405 to …
(edit) @0769498a   18 years michaelni deprecate ff_realloc_static Originally committed as revision 8404 to …
Note: See TracRevisionLog for help on using the revision log.