source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a585c46   17 years victorpaesa Link to libraries in dependency order. Based on a patch by Gonzalo …
(edit) @4eb7a735   17 years andreas Make the Kaiser-Bessel window generator a common function Patch by …
(edit) @f5b4103   17 years michaelni Set pts/dts in raw (yuv,rgb,pcm) demuxers. Originally committed as …
(edit) @2024c226   17 years michaelni Write 0 instead of seeking forward (and leaving bytes uninitalized), …
(edit) @9ab3f71   17 years Aurélien Jacobs add a ff_ prefix to newly exported functions from avc.c Originally …
(edit) @e609806e   17 years Aurélien Jacobs Matroska muxer needs to format all NAL units, not only extradata. …
(edit) @9f7458b2   17 years michaelni Factorize some code into functions, had this in my tree and will be …
(edit) @762f804c   17 years michaelni Nitpicks patch by Lars Täuber. Originally committed as revision 11508 …
(edit) @812f29ff   17 years michaelni Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice …
(edit) @4a69055b   17 years michaelni Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice …
(edit) @cd4f2567   17 years lucabe72 Do not install rtp.h (which should have never been part of the public …
(edit) @28748a91   17 years diego Factorize some duplicated code from CAVS and H.264 into a common file. …
(edit) @c567c694   17 years mike Ministry of English Composition edits for SNOW spec-- introduction …
(edit) @cbe3f0b8   17 years Roman R. Enabling higher frame rates for dc1394, patch by Alessandro Sappia a …
(edit) @0b4a1821   17 years Roman R. Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot …
(edit) @e71b0534   17 years Aurélien Jacobs matroskaenc now depends on avc.o Originally committed as revision …
(edit) @aacc5f22   17 years Aurélien Jacobs Use the isom avcc formatting for h264 extradata in matroska. …
(edit) @1bd2d763   17 years Aurélien Jacobs Move isom_write_avcc() and related functions into a separate file. …
(edit) @6e6eebf9   17 years Aurélien Jacobs extract isom_write_avcc into a function Originally committed as …
(edit) @de04ad45   17 years Aurélien Jacobs Add one more parameter to avc_parse_nal_units so that it allows not to …
(edit) @ed7fa39c   17 years Aurélien Jacobs Check return value of avc_parse_nal_units(). Originally committed as …
(edit) @f739b36d   17 years rsbultje Reindent after r11493 (always use parse_packet() vfunc in …
(edit) @b4e3330c   17 years rsbultje Make rtp_parse_packet() always call the vfunc of the dynamic payload …
(edit) @927688d6   17 years michaelni unused Originally committed as revision 11492 to …
(edit) @f3635240   17 years diego Fix a couple of 'return type defaults to int' and 'control reaches end …
(edit) @c33820e5   17 years diego Add LGPL license header. Originally committed as revision 11490 to …
(edit) @ab759f6e   17 years benoit.fouet Add "genre" command line option Patch by kweiner spamcop net closes …
(edit) @fb83ea6   17 years benoit.fouet Make MMX vectors constants. Patch by Diego 'Flameeyes' Pettenò …
(edit) @69fdc40d   17 years benoit.fouet Make pp_help a constant array of characters to move it to .rodata. …
(edit) @64953743   17 years benoit.fouet Reduce the size of the replaceTable entries. Patch by Diego …
(edit) @81ab1fa1   17 years lucabe72 Pass a proper context to av_log() Originally committed as revision …
(edit) @2208741a   17 years michaelni Print libavdevice version. Originally committed as revision 11484 to …
(edit) @a20db8a3   17 years victorpaesa Initialize correctly optind. Patch by Eduardo Bragatto, his name at …
(edit) @48aecf5a   17 years andreas Fix a bug causing the generated stream to be corrupt if the buffer …
(edit) @8b389f15   17 years andreas Correctly use output format stream index for bitstream filter when …
(edit) @90527811   17 years mike Error checking: make sure that there are 3 parameters and that the …
(edit) @f34b221b   17 years justin.ruggles used defined name for testing error resilience level Originally …
(edit) @aa6b38c2   17 years diego Fix random typos. Originally committed as revision 11477 to …
(edit) @4514a1d5   17 years diego Fix illegal identifiers, names starting with _ and uppercase are …
(edit) @6da7cc81   17 years diego Add compilation rule for tools/trasher. Originally committed as …
(edit) @e36f0f0   17 years diego Remove unused variable i. Originally committed as revision 11474 to …
(edit) @f0cb505a   17 years diego Allow compilation of test programs when TEST is defined. Originally …
(edit) @a005768d   17 years diego Remove unused variable j. Originally committed as revision 11472 to …
(edit) @38c162c1   17 years diego Remove unused variable variance. Originally committed as revision …
(edit) @43bfaa89   17 years diego Fix test program compilation, random() needs to be undefined. …
(edit) @727601bc   17 years Reimar.Doeffinger url_write is part of the public API so it may not be under ifdef. Also …
(edit) @9656df79   17 years Reimar.Doeffinger Remove clip_table as it is not used anymore. Patch by Diego …
(edit) @59edca9a   17 years michaelni Split range coding chapter in binary and integers Originally …
(edit) @482e74ad   17 years michaelni argh s/ffmpeg/snow/ Originally committed as revision 11466 to …
(edit) @ca087dbc   17 years michaelni Range coder state transition table, based on a patch by lars punkt …
(edit) @80609620   17 years michaelni Remove extra word. Originally committed as revision 11464 to …
(edit) @e55a4dd3   17 years baptiste.coudurier check av_new_stream return value Originally committed as revision …
(edit) @ebbe25d2   17 years baptiste.coudurier check av_new_stream return value Originally committed as revision …
(edit) @43d1a1c0   17 years Roman R. * fixing a bug preventing default values to be set correctly …
(edit) @27250d20   17 years michaelni Mention damaged input testing. Originally committed as revision 11460 …
(edit) @0f340f8f   17 years michaelni A little proggy i wrote years ago. This simply writes burts of random …
(edit) @787e1353   17 years michaelni Randomly change the amount of noise if nothing is explicitly set. …
(edit) @77c1d04d   17 years ivop LMLM4 demuxer Originally committed as revision 11457 to …
(edit) @670c7847   17 years ivop Linux Media Labs MPEG-4 (LMLM4) demuxer Originally committed as …
(edit) @e03caf2e   17 years ivop Implement read_timestamp and enable seeking in PVA files. Originally …
(edit) @ffc29341   17 years ivop cosmetics Originally committed as revision 11454 to …
(edit) @e661f760   17 years ivop remove unnecessary check Originally committed as revision 11453 to …
(edit) @9ae09203   17 years ivop use ff_parse_pes_pts for parsing an MPEG-PES timestamp Originally …
(edit) @66e9e302   17 years ivop Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) …
(edit) @ca5323a   17 years r_togni Move printing of the license status at the end of configure output, so …
(edit) @8e4270c5   17 years andreas Dont crash if resampling is requested but no audio packets are ever …
(edit) @03d83abc   17 years Aurélien Jacobs Fix access to the last element of the table. (size of the table vs. …
(edit) @81fe0cfc   17 years benoit.fouet Mark the ff_svq1_frame_size_table as constant. Patch by Diego …
(edit) @a1f89639   17 years benoit.fouet Move wmv1_scantable to .rodata section by making it an array of …
(edit) @31bfd6f3   17 years benoit.fouet Make the av_class member of PPContext a poiner to constant AVClass. …
(edit) @9307db1   17 years benoit.fouet Mark the tables in g726.c as constant. Patch by Diego 'Flameeyes' …
(edit) @1411f55b   17 years benoit.fouet Make v4l.c's video_formats constant and static. Patch by Diego …
(edit) @b2a91770   17 years benoit.fouet Remove unused symbol. Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ …
(edit) @f0b3a7ba   17 years justin.ruggles split out init of downmix coeffs into a separate function that can be …
(edit) @4f632b06   17 years Aurélien Jacobs Make ff_mkv_codec_tags lie entirely in .rodata section. From: Diego …
(edit) @82a6c481   17 years justin.ruggles remove unneeded variable from AC3DecodeContext Originally committed …
(edit) @4bc829bb   17 years justin.ruggles make sure that the last coupling band stops at the end of the coupling …
(edit) @c807e68f   17 years diego cosmetics: Add another pair of parentheses to aid readability. …
(edit) @b02fbf75   17 years justin.ruggles fix phase flag processing for the case when coupling coordinates are …
(edit) @621d7fe9   17 years diego Rename two structures, identifiers starting with _[A-Z] are reserved. …
(edit) @29c90869   17 years baptiste.coudurier cosmetics, split overly long lines Originally committed as revision …
(edit) @81df3869   17 years kostya.shishkov Fractional parts of motion vectors should be accounted separately too …
(edit) @7d51eddd   17 years lucabe72 Make AVRtpPayloadTypes static and constant Patch by Diego 'Flameeyes' …
(edit) @51b73087   17 years justin.ruggles fix playing of multichannel audio for codecs without downmixing …
(edit) @5e40d0e8   17 years ivop cosmetics, superfluous space Originally committed as revision 11430 …
(edit) @71e1080e   17 years ivop proper check for valid pva_pts Originally committed as revision 11429 …
(edit) @dba13944   17 years ivop do not return an error, but warn and recover when encountering an …
(edit) @7705cf7e   17 years ivop validate streamid before use Originally committed as revision 11427 …
(edit) @fe332ad6   17 years ivop change audio codec id to mp2 Originally committed as revision 11426 …
(edit) @0e8a207f   17 years ivop proper type and initialization of pva_pts Originally committed as …
(edit) @6a5ef293   17 years ivop remove unnecessary shift Originally committed as revision 11424 to …
(edit) @cfec09e9   17 years justin.ruggles check for request_channels in dca init function Originally committed …
(edit) @ef7f2bb7   17 years justin.ruggles add downmixing support to libfaad decoder Originally committed as …
(edit) @1d8cfa31   17 years justin.ruggles cosmetics: indentation after last commit Originally committed as …
(edit) @646800f7   17 years justin.ruggles move E-AC3 header parsing to ff_ac3_parse_header() Originally …
(edit) @86ad4c7   17 years justin.ruggles remove unneeded variables from AC3HeaderInfo Originally committed as …
(edit) @3eca1e6f   17 years justin.ruggles do not set channels before checking request_channels Originally …
(edit) @dc7009ea   17 years justin.ruggles use request_channels in liba52 decoder Originally committed as …
(edit) @2816d323   17 years justin.ruggles cosmetics: indentation Originally committed as revision 11416 to …
(edit) @95283c17   17 years justin.ruggles check for request_channels at codec init Originally committed as …
Note: See TracRevisionLog for help on using the revision log.