source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @268fc082   18 years diego more detailed error message for buffer underflow patch by Wolfram …
(edit) @2da0d70d   18 years diego cosmetics attack, part IV: Remove all tabs and prettyprint/reindent …
(edit) @dcc3a30b   18 years gpoirier prevent going out of the buffer if the nal size does not fit in the …
(edit) @42809816   18 years diego cosmetics attack, part III: Remove all tabs and prettyprint/reindent …
(edit) @ce505b85   18 years diego cosmetics: Fix stray wrongly indented line. Originally committed as …
(edit) @221b804f   18 years diego cosmetics attack, part II: Remove all tabs and prettyprint/reindent …
(edit) @07d84a4e   18 years alex check for channels<=0 and print a reasonable error message Originally …
(edit) @b46d68c6   18 years ivop add V.Flash PTX decoder Originally committed as revision 8856 to …
(edit) @25406e50   18 years baptiste.coudurier fix AVStream documentation: clarify start_time, start_time and …
(edit) @6e42e6c4   18 years diego cosmetics attack, part I: Remove all tabs and prettyprint/reindent the …
(edit) @1da87823   18 years diego cosmetics: Replace manual tab indentation by \n\t as in the rest of …
(edit) @e956cbe4   18 years kostya.shishkov Register myself as DCA maintainer Originally committed as revision …
(edit) @69ae9478   18 years attila add missing include of bswap.h Originally committed as revision 8853 …
(edit) @13544287   18 years kostya.shishkov Support for newer MacOSX AIFF Originally committed as revision 8852 …
(edit) @7bb7ad0e   18 years baptiste.coudurier fix oss audio playback, broken since r7983, pass AVFormatContext …
(edit) @9f1473b3   18 years michaelni fix exploitable buffer overflow Originally committed as revision 8850 …
(edit) @e69364b7   18 years diego Mark code parts that cannot work on AMD64 due to broken relocations as …
(edit) @660db1d6   18 years diego cosmetics: Align some lines. Originally committed as revision 8848 to …
(edit) @ab7fd2c4   18 years alex Use correct CONFIG_RTP_MUXER ifdef Originally committed as revision …
(edit) @ba472aaf   18 years alex implement ff_socket_nonblock and use it in networking code Originally …
(edit) @8da4034f   18 years alex use ff_neterrno() and FF_NETERROR() for networking error handling …
(edit) @0bdacf29   18 years alex use network.h instead network includes Originally committed as …
(edit) @47b515bf   18 years alex 10l, rtp_muxer needs config_network Originally committed as revision …
(edit) @c08fb000   18 years alex Make protocols configure selectable and also cleanup the …
(edit) @96862926   18 years alex Don't compile RTSP_DEMUXER if not requested Originally committed as …
(edit) @e7047005   18 years alex properly compile code for REDIR_DEMUXER Originally committed as …
(edit) @6a4970ab   18 years diego cosmetics: Remove trailing whitespace. Originally committed as …
(edit) @5ad75147   18 years alex remove CONFIG_NETWORK, av_read_play/pause are exported anyway …
(edit) @4ee10633   18 years diego cosmetics: Remove trailing whitespace and tabs. Originally committed …
(edit) @c23a4708   18 years diego cosmetics: sort() Originally committed as revision 8837 to …
(edit) @9825d074   18 years alex properly check for CONFIG_RTSP_DEMUXER Originally committed as …
(edit) @cfc97077   18 years alex Use correct RTSP_DEMUXER checks instead of NETWORK. Originally …
(edit) @383eda2   18 years alex move resolve_host from tcp.c to os_support.c as it is used widely …
(edit) @a33cc951   18 years alex cosmetics in resolve_host Originally committed as revision 8833 to …
(edit) @0913873e   18 years alex remove unused rtsp_callback Originally committed as revision 8832 to …
(edit) @f87462cc   18 years diego proper dependency on mpegts_demuxer for rtp_muxer Originally …
(edit) @a53cc2a4   18 years diego Remove redundant dependency from ffserver_deps. Originally committed …
(edit) @c36bd286   18 years diego Don't declare -lm as a dependency of swscale-example. Originally …
(edit) @b236a735   18 years baptiste.coudurier remove no more true comment Originally committed as revision 8829 to …
(edit) @e23848a4   18 years baptiste.coudurier cosmectics, use consistant and homogeneous type names for atoms …
(edit) @f8c18cd7   18 years baptiste.coudurier use dprintf with AVFormatContext and simplify Originally committed as …
(edit) @26cdb9a2   18 years diego Remove large automatics from stack. patch by Marc Hoffman, mmh …
(edit) @578688fa   18 years lucabe72 Fix reading PTSs and DTSs in libavformat, by reverting r8465. Such …
(edit) @bca098f5   18 years diego Policy addition: New files should have proper license headers. …
(edit) @1c086afc   18 years baptiste.coudurier remove now obsolete and no more true comments Originally committed as …
(edit) @bf5d7db5   18 years benoit.fouet reorder bswap functions into bit-depth, special-casing inside the …
(edit) @853d15c2   18 years benoit.fouet make 2 functions "return x;" to simplify next patch patch by Ramiro …
(edit) @784b7f7   18 years diego 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to …
(edit) @70fa2486   18 years lessen42 Support for seeking in TTA files. Originally committed as revision …
(edit) @2bd8416e   18 years alex use resolve_host in acl handlign too, simplificates the code …
(edit) @18405874   18 years alex make the last globals static Originally committed as revision 8818 to …
(edit) @cd53ae3a   18 years Aurélien Jacobs cosmetics: align Originally committed as revision 8817 to …
(edit) @7adb10be   18 years Aurélien Jacobs move ac3 tables from a .h to a .c Originally committed as revision …
(edit) @ad8b8abc   18 years alex support for hostnames instead ip addresses in ffserver conf (using …
(edit) @9cfacd52   18 years diego cosmetics: Put AMR entry in alphabetical order with all external …
(edit) @73508bc6   18 years diego Remove hackish support for the non-free fixed-point AMR-NB reference …
(edit) @8d27c5f8   18 years baptiste.coudurier add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov Originally …
(edit) @263a93ec   18 years baptiste.coudurier add 'wide' reversed tag in probe, detect broken xdcam files …
(edit) @b60d1379   18 years benoit.fouet add a vstats_file command line option patch by Stefano Sabatini …
(edit) @4bd0c2b   18 years benoit.fouet Revert my two previous deliveries (back to r8806) to aply the good …
(edit) @f5eb2b65   18 years benoit.fouet to complete r8807: free vstats resources Originally committed as …
(edit) @f801d8aa   18 years benoit.fouet add a vstats_file command line option patch by Stefano Sabatini …
(edit) @2f954ef2   18 years michaelni patch submissions should contain a suggested commit log message …
(edit) @b47f86c   18 years benoit.fouet add rgb suffix to rawvideo muxer Originally committed as revision …
(edit) @9e0ab666   18 years benoit.fouet updates the x11grab doc example, adding -s cif, as it is mandatory …
(edit) @7b829d2a   18 years benoit.fouet "fast unaligned" bytestream functions patch by Ramiro Polla ramiro …
(edit) @20d45dc2   18 years diego Faster 32 bit byteswaping code for Blackfin. 200% faster on BF537 …
(edit) @6baa2943   18 years diego typo Originally committed as revision 8801 to …
(edit) @c5d1349   18 years kostya.shishkov 1000l to myself as used VLC indexes were totally wrong Originally …
(edit) @57dbe08b   18 years lucabe72 Fix ffserver crash when closing the second RTP session Originally …
(edit) @7d88b5ca   18 years benoit.fouet more format abbreviations Originally committed as revision 8798 to …
(edit) @2f8fe719   18 years baptiste.coudurier correct comment about seek function Originally committed as revision …
(edit) @85b1a722   18 years diego cosmetics: Reorder endianness macros by bit depth, alignment …
(edit) @245626d0   18 years diego Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST, …
(edit) @a47ec31   18 years diego Remove unused code + variable, fixes a warning. Originally committed …
(edit) @bbe94afb   18 years diego Add a note about license headers to the patch submission checklist. …
(edit) @c6a29a63   18 years michaelni enable seektest Originally committed as revision 8792 to …
(edit) @e08c5c78   18 years michaelni seek regression test reference Originally committed as revision 8791 …
(edit) @db2a0e22   18 years michaelni dont assert(0) due to buggy rm demuxer Originally committed as …
(edit) @b9e65069   18 years michaelni dont try to seek on single images Originally committed as revision …
(edit) @a2638aa7   18 years michaelni ensure that seek_test is rebuild if any of the libs changed …
(edit) @aabce533   18 years alex check ip port range from config Originally committed as revision 8787 …
(edit) @5eb782f0   18 years alex simplificate Originally committed as revision 8786 to …
(edit) @cb2abe3   18 years alex use av_strdup instead malloc/strcpy Originally committed as revision …
(edit) @d2040a8f   18 years alex fixed InputFormat option, which was never working Originally …
(edit) @b5a3541d   18 years michaelni fix av_seek_frame_generic() so that it doesnt fail if the requested …
(edit) @0aecfdf9   18 years alex remove useless code, file removal is handled elsewhere Originally …
(edit) @b237eb80   18 years michaelni init packet before calling the demuxer fixed random/uninitalized …
(edit) @756fb7fe   18 years lessen42 Change from using a seek table internal to the TTA demuxer to using …
(edit) @6b30123   18 years baptiste.coudurier fix compilation Originally committed as revision 8779 to …
(edit) @211c7b37   18 years baptiste.coudurier done in r8635 by Xiaohui Sun Originally committed as revision 8778 to …
(edit) @73a47fb2   18 years Aurélien Jacobs Blackfin is a strictly aligned processor. Patch by Marc Hoffman mmh …
(edit) @ee0981ac   18 years michaelni cabac bytestream optimization from x264 Originally committed as …
(edit) @94cebc56   18 years baptiste.coudurier simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel …
(edit) @1c02d96f   18 years baptiste.coudurier long -> int Originally committed as revision 8774 to …
(edit) @9e40addd   18 years baptiste.coudurier cosmetics: mov_mp4 -> mp4 Originally committed as revision 8773 to …
(edit) @0b07ac42   18 years baptiste.coudurier clean and simplify esds reading function Originally committed as …
(edit) @d614f579   18 years baptiste.coudurier remove broken ctab code Originally committed as revision 8771 to …
(edit) @fa22ca22   18 years baptiste.coudurier use INT64_MAX Originally committed as revision 8770 to …
(edit) @7f3f0dc2   18 years diego Remove unused variable. Originally committed as revision 8769 to …
Note: See TracRevisionLog for help on using the revision log.